Color Hex Logo

#eee9cd Color Hex

#EEE9CD
(238,233,205)
1 Favorites   0 Comments

Color spaces of #eee9cd

RGB 238233205
HSL0.140.490.87
HSV51°14°93°
CMYK 0.000.020.14   0.07
XYZ75.418380.862769.3907
Yxy80.86270.33420.3583
Hunter Lab89.9237-7.659917.1947
CIE-Lab92.0706-2.926114.2169

#eee9cd color RGB value is (238,233,205).

#eee9cd hex color red value is 238, green value is 233 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #eee9cd hue: 0.14 , saturation: 0.49 and the lightness value of eee9cd is 0.87.

The process color (four color CMYK) of #eee9cd color hex is 0.00, 0.02, 0.14, 0.07. Web safe color of #eee9cd is #ffffcc. Color #eee9cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101001 11001101
Octal 356 351 315
Decimal 238 233 205
Hex EE E9 CD

RGB Percentages of Color #eee9cd

%35.21
%34.47
%30.33

CMYK Percentages of Color #eee9cd

%0
%2
%14
%7

Triadic Colors of #eee9cd

#eee9cd #cdeee9 #e9cdee

Analogous Colors of #eee9cd

#eee9cd #e3eecd #eed9cd

Monochromatic Colors of #eee9cd

#eee9cd

Complementary Color

#eee9cd #cdd2ee

#eee9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee9cd Color CSS Codes

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

#eee9cd Text Font Color

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

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


#eee9cd Background Color

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

This div background color is #eee9cd


#eee9cd Border Color

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

This div border color is #eee9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee9cd


Comments

No comments written yet.

Please login to write comment.