Color Hex Logo

#eedecc Color Hex

#EEDECC
(238,222,204)
0 Favorites   0 Comments

Color spaces of #eedecc

RGB 238222204
HSL0.090.500.87
HSV32°14°93°
CMYK 0.000.070.14   0.07
XYZ72.280374.779367.7510
Yxy74.77930.33650.3481
Hunter Lab86.4750-2.131814.0803
CIE-Lab89.28952.550010.7884

#eedecc color RGB value is (238,222,204).

#eedecc hex color red value is 238, green value is 222 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #eedecc hue: 0.09 , saturation: 0.50 and the lightness value of eedecc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 11001100
Octal 356 336 314
Decimal 238 222 204
Hex EE DE CC

RGB Percentages of Color #eedecc

%35.84
%33.43
%30.72

CMYK Percentages of Color #eedecc

%0
%7
%14
%7

Triadic Colors of #eedecc

#eedecc #cceede #deccee

Analogous Colors of #eedecc

#eedecc #edeecc #eecdcc

Monochromatic Colors of #eedecc

#eedecc

Complementary Color

#eedecc #ccdcee

#eedecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedecc Color CSS Codes

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

#eedecc Text Font Color

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

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


#eedecc Background Color

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

This div background color is #eedecc


#eedecc Border Color

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

This div border color is #eedecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedecc

#eedecc Color Palettes


Comments

No comments written yet.

Please login to write comment.