Color Hex Logo

#eeeecd Color Hex

#EEEECD
(238,238,205)
0 Favorites   0 Comments

Color spaces of #eeeecd

RGB 238238205
HSL0.170.490.87
HSV60°14°93°
CMYK 0.000.000.14   0.07
XYZ76.853983.734069.8693
Yxy83.73400.33350.3633
Hunter Lab91.5063-10.218218.7837
CIE-Lab93.3348-5.456916.0019

#eeeecd color RGB value is (238,238,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101110 11001101
Octal 356 356 315
Decimal 238 238 205
Hex EE EE CD

RGB Percentages of Color #eeeecd

%34.95
%34.95
%30.10

CMYK Percentages of Color #eeeecd

%0
%0
%14
%7

Triadic Colors of #eeeecd

#eeeecd #cdeeee #eecdee

Analogous Colors of #eeeecd

#eeeecd #deeecd #eedecd

Monochromatic Colors of #eeeecd

#eeeecd

Complementary Color

#eeeecd #cdcdee

#eeeecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeecd Color CSS Codes

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

#eeeecd Text Font Color

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

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


#eeeecd Background Color

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

This div background color is #eeeecd


#eeeecd Border Color

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

This div border color is #eeeecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,238,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 #eeeecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeecd

#eeeecd Color Palettes


Comments

No comments written yet.

Please login to write comment.