Color Hex Logo

#eee95f Color Hex

#EEE95F
(238,233,95)
0 Favorites   0 Comments

Color spaces of #eee95f

RGB 23823395
HSL0.160.810.65
HSV58°60°93°
CMYK 0.000.020.60   0.07
XYZ66.464477.281222.2402
Yxy77.28120.40040.4656
Hunter Lab87.9097-18.886646.5371
CIE-Lab90.4509-15.040465.7511

#eee95f color RGB value is (238,233,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101001 01011111
Octal 356 351 137
Decimal 238 233 95
Hex EE E9 5F

RGB Percentages of Color #eee95f

%42.05
%41.17
%16.78

CMYK Percentages of Color #eee95f

%0
%2
%60
%7

Triadic Colors of #eee95f

#eee95f #5feee9 #e95fee

Analogous Colors of #eee95f

#eee95f #acee5f #eea25f

Monochromatic Colors of #eee95f

#eee95f

Complementary Color

#eee95f #5f64ee

#eee95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee95f Color CSS Codes

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

#eee95f Text Font Color

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

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


#eee95f Background Color

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

This div background color is #eee95f


#eee95f Border Color

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

This div border color is #eee95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee95f


Comments

No comments written yet.

Please login to write comment.