Color Hex Logo

#e5cfde Color Hex

#E5CFDE
(229,207,222)
0 Favorites   0 Comments

Color spaces of #e5cfde

RGB 229207222
HSL0.890.300.85
HSV319°10°90°
CMYK 0.000.100.03   0.10
XYZ67.810766.557678.3801
Yxy66.55760.31870.3128
Hunter Lab81.58285.59710.1456
CIE-Lab85.280010.2242-4.6235

#e5cfde color RGB value is (229,207,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001111 11011110
Octal 345 317 336
Decimal 229 207 222
Hex E5 CF DE

RGB Percentages of Color #e5cfde

%34.80
%31.46
%33.74

CMYK Percentages of Color #e5cfde

%0
%10
%3
%10

Triadic Colors of #e5cfde

#e5cfde #dee5cf #cfdee5

Analogous Colors of #e5cfde

#e5cfde #e5cfd3 #e1cfe5

Monochromatic Colors of #e5cfde

#e5cfde

Complementary Color

#e5cfde #cfe5d6

#e5cfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cfde Color CSS Codes

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

#e5cfde Text Font Color

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

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


#e5cfde Background Color

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

This div background color is #e5cfde


#e5cfde Border Color

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

This div border color is #e5cfde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,207,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5cfde

#e5cfde Color Palettes


Comments

No comments written yet.

Please login to write comment.