Color Hex Logo

#eee95c Color Hex

#EEE95C
(238,233,92)
0 Favorites   0 Comments

Color spaces of #eee95c

RGB 23823392
HSL0.160.810.65
HSV58°61°93°
CMYK 0.000.020.61   0.07
XYZ66.330677.227721.5357
Yxy77.22770.40180.4678
Hunter Lab87.8793-19.058446.9859
CIE-Lab90.4263-15.232566.9658

#eee95c color RGB value is (238,233,92).

#eee95c hex color red value is 238, green value is 233 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #eee95c hue: 0.16 , saturation: 0.81 and the lightness value of eee95c is 0.65.

The process color (four color CMYK) of #eee95c color hex is 0.00, 0.02, 0.61, 0.07. Web safe color of #eee95c is #ffff66. Color #eee95c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101001 01011100
Octal 356 351 134
Decimal 238 233 92
Hex EE E9 5C

RGB Percentages of Color #eee95c

%42.27
%41.39
%16.34

CMYK Percentages of Color #eee95c

%0
%2
%61
%7

Triadic Colors of #eee95c

#eee95c #5ceee9 #e95cee

Analogous Colors of #eee95c

#eee95c #aaee5c #eea05c

Monochromatic Colors of #eee95c

#eee95c

Complementary Color

#eee95c #5c61ee

#eee95c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee95c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee95c Color CSS Codes

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

#eee95c Text Font Color

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

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


#eee95c Background Color

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

This div background color is #eee95c


#eee95c Border Color

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

This div border color is #eee95c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee95c


Comments

No comments written yet.

Please login to write comment.