Color Hex Logo

#eecadf Color Hex

#EECADF
(238,202,223)
0 Favorites   0 Comments

Color spaces of #eecadf

RGB 238202223
HSL0.900.510.86
HSV325°15°93°
CMYK 0.000.150.06   0.07
XYZ69.699765.745978.8287
Yxy65.74590.32530.3068
Hunter Lab81.083811.5419-0.8823
CIE-Lab84.866616.1168-5.6776

#eecadf color RGB value is (238,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 11011111
Octal 356 312 337
Decimal 238 202 223
Hex EE CA DF

RGB Percentages of Color #eecadf

%35.90
%30.47
%33.63

CMYK Percentages of Color #eecadf

%0
%15
%6
%7

Triadic Colors of #eecadf

#eecadf #dfeeca #cadfee

Analogous Colors of #eecadf

#eecadf #eecacd #ebcaee

Monochromatic Colors of #eecadf

#eecadf

Complementary Color

#eecadf #caeed9

#eecadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecadf Color CSS Codes

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

#eecadf Text Font Color

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

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


#eecadf Background Color

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

This div background color is #eecadf


#eecadf Border Color

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

This div border color is #eecadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecadf


Comments

No comments written yet.

Please login to write comment.