Color Hex Logo

#eecadd Color Hex

#EECADD
(238,202,221)
0 Favorites   0 Comments

Color spaces of #eecadd

RGB 238202221
HSL0.910.510.86
HSV328°15°93°
CMYK 0.000.150.07   0.07
XYZ69.431665.638777.4167
Yxy65.63870.32680.3089
Hunter Lab81.017711.19220.0577
CIE-Lab84.811815.7744-4.6934

#eecadd color RGB value is (238,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 11011101
Octal 356 312 335
Decimal 238 202 221
Hex EE CA DD

RGB Percentages of Color #eecadd

%36.01
%30.56
%33.43

CMYK Percentages of Color #eecadd

%0
%15
%7
%7

Triadic Colors of #eecadd

#eecadd #ddeeca #caddee

Analogous Colors of #eecadd

#eecadd #eecacb #edcaee

Monochromatic Colors of #eecadd

#eecadd

Complementary Color

#eecadd #caeedb

#eecadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecadd Color CSS Codes

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

#eecadd Text Font Color

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

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


#eecadd Background Color

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

This div background color is #eecadd


#eecadd Border Color

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

This div border color is #eecadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecadd


Comments

No comments written yet.

Please login to write comment.