Color Hex Logo

#eecbdc Color Hex

#EECBDC
(238,203,220)
0 Favorites   0 Comments

Color spaces of #eecbdc

RGB 238203220
HSL0.920.510.86
HSV331°15°93°
CMYK 0.000.150.08   0.07
XYZ69.534166.056376.7954
Yxy66.05630.32740.3110
Hunter Lab81.275010.48270.8704
CIE-Lab85.025115.0763-3.8468

#eecbdc color RGB value is (238,203,220).

#eecbdc hex color red value is 238, green value is 203 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eecbdc hue: 0.92 , saturation: 0.51 and the lightness value of eecbdc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001011 11011100
Octal 356 313 334
Decimal 238 203 220
Hex EE CB DC

RGB Percentages of Color #eecbdc

%36.01
%30.71
%33.28

CMYK Percentages of Color #eecbdc

%0
%15
%8
%7

Triadic Colors of #eecbdc

#eecbdc #dceecb #cbdcee

Analogous Colors of #eecbdc

#eecbdc #eecccb #eecbee

Monochromatic Colors of #eecbdc

#eecbdc

Complementary Color

#eecbdc #cbeedd

#eecbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecbdc Color CSS Codes

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

#eecbdc Text Font Color

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

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


#eecbdc Background Color

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

This div background color is #eecbdc


#eecbdc Border Color

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

This div border color is #eecbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecbdc


Comments

No comments written yet.

Please login to write comment.