Color Hex Logo

#eec08e Color Hex

#EEC08E
(238,192,142)
0 Favorites   0 Comments

Color spaces of #eec08e

RGB 238192142
HSL0.090.740.75
HSV31°40°93°
CMYK 0.000.190.40   0.07
XYZ58.992057.829433.6442
Yxy57.82940.39210.3843
Hunter Lab76.04565.390527.0008
CIE-Lab80.64389.934231.4159

#eec08e color RGB value is (238,192,142).

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

The process color (four color CMYK) of #eec08e color hex is 0.00, 0.19, 0.40, 0.07. Web safe color of #eec08e is #ffcc99. Color #eec08e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000000 10001110
Octal 356 300 216
Decimal 238 192 142
Hex EE C0 8E

RGB Percentages of Color #eec08e

%41.61
%33.57
%24.83

CMYK Percentages of Color #eec08e

%0
%19
%40
%7

Triadic Colors of #eec08e

#eec08e #8eeec0 #c08eee

Analogous Colors of #eec08e

#eec08e #ecee8e #ee908e

Monochromatic Colors of #eec08e

#eec08e

Complementary Color

#eec08e #8ebcee

#eec08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec08e Color CSS Codes

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

#eec08e Text Font Color

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

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


#eec08e Background Color

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

This div background color is #eec08e


#eec08e Border Color

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

This div border color is #eec08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec08e


Comments

No comments written yet.

Please login to write comment.