Color Hex Logo

#eecfdc Color Hex

#EECFDC
(238,207,220)
0 Favorites   0 Comments

Color spaces of #eecfdc

RGB 238207220
HSL0.930.480.87
HSV335°13°93°
CMYK 0.000.130.08   0.07
XYZ70.491067.970177.1144
Yxy67.97010.32700.3153
Hunter Lab82.44408.34362.2536
CIE-Lab85.991512.9682-2.4268

#eecfdc color RGB value is (238,207,220).

#eecfdc hex color red value is 238, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eecfdc hue: 0.93 , saturation: 0.48 and the lightness value of eecfdc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001111 11011100
Octal 356 317 334
Decimal 238 207 220
Hex EE CF DC

RGB Percentages of Color #eecfdc

%35.79
%31.13
%33.08

CMYK Percentages of Color #eecfdc

%0
%13
%8
%7

Triadic Colors of #eecfdc

#eecfdc #dceecf #cfdcee

Analogous Colors of #eecfdc

#eecfdc #eed2cf #eecfec

Monochromatic Colors of #eecfdc

#eecfdc

Complementary Color

#eecfdc #cfeee1

#eecfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecfdc Color CSS Codes

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

#eecfdc Text Font Color

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

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


#eecfdc Background Color

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

This div background color is #eecfdc


#eecfdc Border Color

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

This div border color is #eecfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecfdc


Comments

No comments written yet.

Please login to write comment.