Color Hex Logo

#eda11b Color Hex

#EDA11B
(237,161,27)
0 Favorites   0 Comments

Color spaces of #eda11b

RGB 23716127
HSL0.110.850.52
HSV38°89°93°
CMYK 0.000.320.89   0.07
XYZ47.867843.57346.9245
Yxy43.57340.48660.4430
Hunter Lab66.010213.923039.9876
CIE-Lab71.942418.744171.7937

#eda11b color RGB value is (237,161,27).

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

The process color (four color CMYK) of #eda11b color hex is 0.00, 0.32, 0.89, 0.07. Web safe color of #eda11b is #ff9933. Color #eda11b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100001 00011011
Octal 355 241 33
Decimal 237 161 27
Hex ED A1 1B

RGB Percentages of Color #eda11b

%55.76
%37.88
%6.35

CMYK Percentages of Color #eda11b

%0
%32
%89
%7

Triadic Colors of #eda11b

#eda11b #1beda1 #a11bed

Analogous Colors of #eda11b

#eda11b #d0ed1b #ed381b

Monochromatic Colors of #eda11b

#eda11b

Complementary Color

#eda11b #1b67ed

#eda11b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda11b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda11b Color CSS Codes

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

#eda11b Text Font Color

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

This sample text font color is #eda11b
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.


#eda11b Background Color

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

This div background color is #eda11b


#eda11b Border Color

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

This div border color is #eda11b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda11b


Comments

No comments written yet.

Please login to write comment.