Color Hex Logo

#eecdcc Color Hex

#EECDCC
(238,205,204)
0 Favorites   0 Comments

Color spaces of #eecdcc

RGB 238205204
HSL0.000.500.87
HSV14°93°
CMYK 0.000.140.14   0.07
XYZ67.990366.199466.3210
Yxy66.19940.33910.3302
Hunter Lab81.36306.77678.6254
CIE-Lab85.098011.40284.7716

#eecdcc color RGB value is (238,205,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 11001100
Octal 356 315 314
Decimal 238 205 204
Hex EE CD CC

RGB Percentages of Color #eecdcc

%36.79
%31.68
%31.53

CMYK Percentages of Color #eecdcc

%0
%14
%14
%7

Triadic Colors of #eecdcc

#eecdcc #cceecd #cdccee

Analogous Colors of #eecdcc

#eecdcc #eedecc #eeccdc

Monochromatic Colors of #eecdcc

#eecdcc

Complementary Color

#eecdcc #ccedee

#eecdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecdcc Color CSS Codes

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

#eecdcc Text Font Color

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

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


#eecdcc Background Color

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

This div background color is #eecdcc


#eecdcc Border Color

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

This div border color is #eecdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecdcc


Comments

No comments written yet.

Please login to write comment.