Color Hex Logo

#eec5ed Color Hex

#EEC5ED
(238,197,237)
0 Favorites   0 Comments

Color spaces of #eec5ed

RGB 238197237
HSL0.840.550.85
HSV301°17°93°
CMYK 0.000.170.00   0.07
XYZ70.512264.224188.8009
Yxy64.22410.31540.2873
Hunter Lab80.139916.8107-9.5997
CIE-Lab84.082321.2428-14.3040

#eec5ed color RGB value is (238,197,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000101 11101101
Octal 356 305 355
Decimal 238 197 237
Hex EE C5 ED

RGB Percentages of Color #eec5ed

%35.42
%29.32
%35.27

CMYK Percentages of Color #eec5ed

%0
%17
%0
%7

Triadic Colors of #eec5ed

#eec5ed #edeec5 #c5edee

Analogous Colors of #eec5ed

#eec5ed #eec5d9 #dbc5ee

Monochromatic Colors of #eec5ed

#eec5ed

Complementary Color

#eec5ed #c5eec6

#eec5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec5ed Color CSS Codes

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

#eec5ed Text Font Color

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

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


#eec5ed Background Color

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

This div background color is #eec5ed


#eec5ed Border Color

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

This div border color is #eec5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec5ed


Comments

No comments written yet.

Please login to write comment.