Color Hex Logo

#eeed9e Color Hex

#EEED9E
(238,237,158)
0 Favorites   0 Comments

Color spaces of #eeed9e

RGB 238237158
HSL0.160.700.78
HSV59°34°93°
CMYK 0.000.000.34   0.07
XYZ71.715681.214144.2438
Yxy81.21410.36370.4119
Hunter Lab90.1189-15.659733.9748
CIE-Lab92.2269-11.302738.4620

#eeed9e color RGB value is (238,237,158).

#eeed9e hex color red value is 238, green value is 237 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #eeed9e hue: 0.16 , saturation: 0.70 and the lightness value of eeed9e is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 10011110
Octal 356 355 236
Decimal 238 237 158
Hex EE ED 9E

RGB Percentages of Color #eeed9e

%37.60
%37.44
%24.96

CMYK Percentages of Color #eeed9e

%0
%0
%34
%7

Triadic Colors of #eeed9e

#eeed9e #9eeeed #ed9eee

Analogous Colors of #eeed9e

#eeed9e #c7ee9e #eec59e

Monochromatic Colors of #eeed9e

#eeed9e

Complementary Color

#eeed9e #9e9fee

#eeed9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeed9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeed9e Color CSS Codes

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

#eeed9e Text Font Color

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

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


#eeed9e Background Color

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

This div background color is #eeed9e


#eeed9e Border Color

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

This div border color is #eeed9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeed9e


Comments

No comments written yet.

Please login to write comment.