Color Hex Logo

#eed00b Color Hex

#EED00B
(238,208,11)
0 Favorites   0 Comments

Color spaces of #eed00b

RGB 23820811
HSL0.140.910.49
HSV52°95°93°
CMYK 0.000.130.95   0.07
XYZ57.876263.31319.4868
Yxy63.31310.44290.4845
Hunter Lab79.5695-9.411848.6297
CIE-Lab83.6068-5.543583.0714

#eed00b color RGB value is (238,208,11).

#eed00b hex color red value is 238, green value is 208 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #eed00b hue: 0.14 , saturation: 0.91 and the lightness value of eed00b is 0.49.

The process color (four color CMYK) of #eed00b color hex is 0.00, 0.13, 0.95, 0.07. Web safe color of #eed00b is #ffcc00. Color #eed00b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010000 00001011
Octal 356 320 13
Decimal 238 208 11
Hex EE D0 B

RGB Percentages of Color #eed00b

%52.08
%45.51
%2.41

CMYK Percentages of Color #eed00b

%0
%13
%95
%7

Triadic Colors of #eed00b

#eed00b #0beed0 #d00bee

Analogous Colors of #eed00b

#eed00b #9bee0b #ee5f0b

Monochromatic Colors of #eed00b

#eed00b

Complementary Color

#eed00b #0b29ee

#eed00b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed00b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed00b Color CSS Codes

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

#eed00b Text Font Color

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

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


#eed00b Background Color

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

This div background color is #eed00b


#eed00b Border Color

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

This div border color is #eed00b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,208,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eed00b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eed00b;
  -webkit-box-shadow: 1px 1px 3px 2px #eed00b;
  box-shadow:         1px 1px 3px 2px #eed00b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed00b


Comments

No comments written yet.

Please login to write comment.