Color Hex Logo

#eecadc Color Hex

#EECADC
(238,202,220)
0 Favorites   0 Comments

Color spaces of #eecadc

RGB 238202220
HSL0.920.510.86
HSV330°15°93°
CMYK 0.000.150.08   0.07
XYZ69.298765.585576.7170
Yxy65.58550.32750.3099
Hunter Lab80.984911.01880.5240
CIE-Lab84.784515.6043-4.2010

#eecadc color RGB value is (238,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 11011100
Octal 356 312 334
Decimal 238 202 220
Hex EE CA DC

RGB Percentages of Color #eecadc

%36.06
%30.61
%33.33

CMYK Percentages of Color #eecadc

%0
%15
%8
%7

Triadic Colors of #eecadc

#eecadc #dceeca #cadcee

Analogous Colors of #eecadc

#eecadc #eecaca #eecaee

Monochromatic Colors of #eecadc

#eecadc

Complementary Color

#eecadc #caeedc

#eecadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecadc Color CSS Codes

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

#eecadc Text Font Color

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

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


#eecadc Background Color

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

This div background color is #eecadc


#eecadc Border Color

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

This div border color is #eecadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecadc


Comments

No comments written yet.

Please login to write comment.