Color Hex Logo

#eecaed Color Hex

#EECAED
(238,202,237)
0 Favorites   0 Comments

Color spaces of #eecaed

RGB 238202237
HSL0.840.510.86
HSV302°15°93°
CMYK 0.000.150.00   0.07
XYZ71.666566.532689.1856
Yxy66.53260.31520.2926
Hunter Lab81.567514.0897-7.7302
CIE-Lab85.267418.5913-12.5303

#eecaed color RGB value is (238,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 11101101
Octal 356 312 355
Decimal 238 202 237
Hex EE CA ED

RGB Percentages of Color #eecaed

%35.16
%29.84
%35.01

CMYK Percentages of Color #eecaed

%0
%15
%0
%7

Triadic Colors of #eecaed

#eecaed #edeeca #caedee

Analogous Colors of #eecaed

#eecaed #eecadb #ddcaee

Monochromatic Colors of #eecaed

#eecaed

Complementary Color

#eecaed #caeecb

#eecaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecaed Color CSS Codes

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

#eecaed Text Font Color

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

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


#eecaed Background Color

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

This div background color is #eecaed


#eecaed Border Color

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

This div border color is #eecaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecaed


Comments

No comments written yet.

Please login to write comment.