Color Hex Logo

#eec5cd Color Hex

#EEC5CD
(238,197,205)
1 Favorites   0 Comments

Color spaces of #eec5cd

RGB 238197205
HSL0.970.550.85
HSV348°17°93°
CMYK 0.000.170.14   0.07
XYZ66.245662.517466.3332
Yxy62.51740.33960.3204
Hunter Lab79.067911.18405.6069
CIE-Lab83.187815.77841.4677

#eec5cd color RGB value is (238,197,205).

#eec5cd hex color red value is 238, green value is 197 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #eec5cd hue: 0.97 , saturation: 0.55 and the lightness value of eec5cd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000101 11001101
Octal 356 305 315
Decimal 238 197 205
Hex EE C5 CD

RGB Percentages of Color #eec5cd

%37.19
%30.78
%32.03

CMYK Percentages of Color #eec5cd

%0
%17
%14
%7

Triadic Colors of #eec5cd

#eec5cd #cdeec5 #c5cdee

Analogous Colors of #eec5cd

#eec5cd #eed2c5 #eec5e2

Monochromatic Colors of #eec5cd

#eec5cd

Complementary Color

#eec5cd #c5eee6

#eec5cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec5cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec5cd Color CSS Codes

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

#eec5cd Text Font Color

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

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


#eec5cd Background Color

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

This div background color is #eec5cd


#eec5cd Border Color

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

This div border color is #eec5cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec5cd


Comments

No comments written yet.

Please login to write comment.