Color Hex Logo

#e5c4de Color Hex

#E5C4DE
(229,196,222)
0 Favorites   0 Comments

Color spaces of #e5c4de

RGB 229196222
HSL0.870.390.83
HSV313°14°90°
CMYK 0.000.140.03   0.10
XYZ65.237861.411877.5225
Yxy61.41180.31950.3008
Hunter Lab78.365711.4576-3.7961
CIE-Lab82.599616.0541-8.5888

#e5c4de color RGB value is (229,196,222).

#e5c4de hex color red value is 229, green value is 196 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e5c4de hue: 0.87 , saturation: 0.39 and the lightness value of e5c4de is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11000100 11011110
Octal 345 304 336
Decimal 229 196 222
Hex E5 C4 DE

RGB Percentages of Color #e5c4de

%35.39
%30.29
%34.31

CMYK Percentages of Color #e5c4de

%0
%14
%3
%10

Triadic Colors of #e5c4de

#e5c4de #dee5c4 #c4dee5

Analogous Colors of #e5c4de

#e5c4de #e5c4ce #dcc4e5

Monochromatic Colors of #e5c4de

#e5c4de

Complementary Color

#e5c4de #c4e5cb

#e5c4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5c4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5c4de Color CSS Codes

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

#e5c4de Text Font Color

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

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


#e5c4de Background Color

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

This div background color is #e5c4de


#e5c4de Border Color

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

This div border color is #e5c4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5c4de


Comments

No comments written yet.

Please login to write comment.