color codes Logo

#eda102 color codes

#EDA102
(237,161,2)
0 Favorites   0 Comments

Color spaces of #eda102

RGB 2371612
HSL0.110.980.47
HSV41°99°93°
CMYK 0.000.320.99   0.07
XYZ47.680943.49865.9405
Yxy43.49860.49090.4479
Hunter Lab65.953513.627640.8271
CIE-Lab71.892118.442775.6831

#eda102 color RGB value is (237,161,2).

#eda102 hex color red value is 237, green value is 161 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #eda102 hue: 0.11 , saturation: 0.98 and the lightness value of eda102 is 0.47.

The process color (four color CMYK) of #eda102 color code is 0.00, 0.32, 0.99, 0.07. Web safe color of #eda102 is #ff9900. Color #eda102 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100001 00000010
Octal 355 241 2
Decimal 237 161 2
Hex ED A1 2

RGB Percentages of Color #eda102

%59.25
%40.25
%0.50

CMYK Percentages of Color #eda102

%0
%32
%99
%7

Triadic Colors of #eda102

#eda102 #02eda1 #a102ed

Analogous Colors of #eda102

#eda102 #c4ed02 #ed2b02

Monochromatic Colors of #eda102

#eda102

Complementary Color

#eda102 #024eed

#eda102 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda102 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda102 Color CSS Codes

.mybgcolor {background-color:#eda102; } 
.myforecolor {color:#eda102; }
.mybordercolor {border:3px solid #eda102; }

#eda102 Text Font Color

<p style="color:#eda102">Text here</p>

This sample text font color is #eda102
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#eda102 Background Color

<div style="background-color:#eda102">
Div content here</div>

This div background color is #eda102


#eda102 Border Color

<div style="border:3px solid #eda102">
Div here</div>

This div border color is #eda102


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,161,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eda102; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eda102;
  -webkit-box-shadow: 1px 1px 3px 2px #eda102;
  box-shadow:         1px 1px 3px 2px #eda102; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,161,2, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eda102">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #eda102;
  -webkit-box-shadow: 1px 1px 3px 2px #eda102;
  box-shadow:         1px 1px 3px 2px #eda102;">
Div content here</div>

This div box has shadow with color #eda102


Comments

No comments written yet.

Please login to write comment.