Color Hex Logo

#e5cfdc Color Hex

#E5CFDC
(229,207,220)
2 Favorites   0 Comments

Color spaces of #e5cfdc

RGB 229207220
HSL0.900.300.85
HSV325°10°90°
CMYK 0.000.100.04   0.10
XYZ67.544266.451076.9765
Yxy66.45100.32020.3150
Hunter Lab81.51755.24691.0750
CIE-Lab85.22599.8713-3.6404

#e5cfdc color RGB value is (229,207,220).

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

The process color (four color CMYK) of #e5cfdc color hex is 0.00, 0.10, 0.04, 0.10. Web safe color of #e5cfdc is #cccccc. Color #e5cfdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001111 11011100
Octal 345 317 334
Decimal 229 207 220
Hex E5 CF DC

RGB Percentages of Color #e5cfdc

%34.91
%31.55
%33.54

CMYK Percentages of Color #e5cfdc

%0
%10
%4
%10

Triadic Colors of #e5cfdc

#e5cfdc #dce5cf #cfdce5

Analogous Colors of #e5cfdc

#e5cfdc #e5cfd1 #e3cfe5

Monochromatic Colors of #e5cfdc

#e5cfdc

Complementary Color

#e5cfdc #cfe5d8

#e5cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cfdc Color CSS Codes

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

#e5cfdc Text Font Color

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

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


#e5cfdc Background Color

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

This div background color is #e5cfdc


#e5cfdc Border Color

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

This div border color is #e5cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5cfdc

#e5cfdc Color Palettes


Comments

No comments written yet.

Please login to write comment.