Color Hex Logo

#eec06f Color Hex

#EEC06F
(238,192,111)
0 Favorites   0 Comments

Color spaces of #eec06f

RGB 238192111
HSL0.110.790.68
HSV38°53°93°
CMYK 0.000.190.53   0.07
XYZ56.978857.024123.0426
Yxy57.02410.41580.4161
Hunter Lab75.51432.535934.7681
CIE-Lab80.19316.968946.6656

#eec06f color RGB value is (238,192,111).

#eec06f hex color red value is 238, green value is 192 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #eec06f hue: 0.11 , saturation: 0.79 and the lightness value of eec06f is 0.68.

The process color (four color CMYK) of #eec06f color hex is 0.00, 0.19, 0.53, 0.07. Web safe color of #eec06f is #ffcc66. Color #eec06f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000000 01101111
Octal 356 300 157
Decimal 238 192 111
Hex EE C0 6F

RGB Percentages of Color #eec06f

%43.99
%35.49
%20.52

CMYK Percentages of Color #eec06f

%0
%19
%53
%7

Triadic Colors of #eec06f

#eec06f #6feec0 #c06fee

Analogous Colors of #eec06f

#eec06f #ddee6f #ee816f

Monochromatic Colors of #eec06f

#eec06f

Complementary Color

#eec06f #6f9dee

#eec06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec06f Color CSS Codes

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

#eec06f Text Font Color

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

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


#eec06f Background Color

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

This div background color is #eec06f


#eec06f Border Color

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

This div border color is #eec06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec06f


Comments

No comments written yet.

Please login to write comment.