Color Hex Logo

#eee08a Color Hex

#EEE08A
(238,224,138)
0 Favorites   0 Comments

Color spaces of #eee08a

RGB 238224138
HSL0.140.750.74
HSV52°42°93°
CMYK 0.000.060.42   0.07
XYZ66.503073.323434.6925
Yxy73.32340.38110.4201
Hunter Lab85.6291-11.220635.9191
CIE-Lab88.6017-6.984043.7464

#eee08a color RGB value is (238,224,138).

#eee08a hex color red value is 238, green value is 224 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #eee08a hue: 0.14 , saturation: 0.75 and the lightness value of eee08a is 0.74.

The process color (four color CMYK) of #eee08a color hex is 0.00, 0.06, 0.42, 0.07. Web safe color of #eee08a is #ffcc99. Color #eee08a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100000 10001010
Octal 356 340 212
Decimal 238 224 138
Hex EE E0 8A

RGB Percentages of Color #eee08a

%39.67
%37.33
%23.00

CMYK Percentages of Color #eee08a

%0
%6
%42
%7

Triadic Colors of #eee08a

#eee08a #8aeee0 #e08aee

Analogous Colors of #eee08a

#eee08a #caee8a #eeae8a

Monochromatic Colors of #eee08a

#eee08a

Complementary Color

#eee08a #8a98ee

#eee08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee08a Color CSS Codes

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

#eee08a Text Font Color

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

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


#eee08a Background Color

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

This div background color is #eee08a


#eee08a Border Color

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

This div border color is #eee08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee08a

#eee08a Color Palettes


Comments

No comments written yet.

Please login to write comment.