Color Hex Logo

#e0cfdc Color Hex

#E0CFDC
(224,207,220)
0 Favorites   0 Comments

Color spaces of #e0cfdc

RGB 224207220
HSL0.870.220.85
HSV314°88°
CMYK 0.000.080.02   0.12
XYZ65.971665.640276.9029
Yxy65.64020.31640.3148
Hunter Lab81.01863.56580.4350
CIE-Lab84.81268.1631-4.2963

#e0cfdc color RGB value is (224,207,220).

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

The process color (four color CMYK) of #e0cfdc color hex is 0.00, 0.08, 0.02, 0.12. Web safe color of #e0cfdc is #cccccc. Color #e0cfdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001111 11011100
Octal 340 317 334
Decimal 224 207 220
Hex E0 CF DC

RGB Percentages of Color #e0cfdc

%34.41
%31.80
%33.79

CMYK Percentages of Color #e0cfdc

%0
%8
%2
%12

Triadic Colors of #e0cfdc

#e0cfdc #dce0cf #cfdce0

Analogous Colors of #e0cfdc

#e0cfdc #e0cfd4 #dccfe0

Monochromatic Colors of #e0cfdc

#e0cfdc

Complementary Color

#e0cfdc #cfe0d3

#e0cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cfdc Color CSS Codes

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

#e0cfdc Text Font Color

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

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


#e0cfdc Background Color

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

This div background color is #e0cfdc


#e0cfdc Border Color

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

This div border color is #e0cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cfdc


Comments

No comments written yet.

Please login to write comment.