Color Hex Logo

#eeec96 Color Hex

#EEEC96
(238,236,150)
0 Favorites   0 Comments

Color spaces of #eeec96

RGB 238236150
HSL0.160.720.76
HSV59°37°93°
CMYK 0.000.010.37   0.07
XYZ70.760480.370140.6377
Yxy80.37010.36900.4191
Hunter Lab89.6494-15.996135.8786
CIE-Lab91.8507-11.711141.9526

#eeec96 color RGB value is (238,236,150).

#eeec96 hex color red value is 238, green value is 236 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #eeec96 hue: 0.16 , saturation: 0.72 and the lightness value of eeec96 is 0.76.

The process color (four color CMYK) of #eeec96 color hex is 0.00, 0.01, 0.37, 0.07. Web safe color of #eeec96 is #ffff99. Color #eeec96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101100 10010110
Octal 356 354 226
Decimal 238 236 150
Hex EE EC 96

RGB Percentages of Color #eeec96

%38.14
%37.82
%24.04

CMYK Percentages of Color #eeec96

%0
%1
%37
%7

Triadic Colors of #eeec96

#eeec96 #96eeec #ec96ee

Analogous Colors of #eeec96

#eeec96 #c4ee96 #eec096

Monochromatic Colors of #eeec96

#eeec96

Complementary Color

#eeec96 #9698ee

#eeec96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeec96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeec96 Color CSS Codes

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

#eeec96 Text Font Color

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

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


#eeec96 Background Color

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

This div background color is #eeec96


#eeec96 Border Color

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

This div border color is #eeec96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeec96


Comments

No comments written yet.

Please login to write comment.