Color Hex Logo

#e5ccce Color Hex

#E5CCCE
(229,204,206)
0 Favorites   0 Comments

Color spaces of #e5ccce

RGB 229204206
HSL0.990.320.85
HSV355°11°90°
CMYK 0.000.110.10   0.10
XYZ65.046564.300067.3753
Yxy64.30000.33070.3269
Hunter Lab80.18734.46836.3142
CIE-Lab84.12179.06182.1946

#e5ccce color RGB value is (229,204,206).

#e5ccce hex color red value is 229, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e5ccce hue: 0.99 , saturation: 0.32 and the lightness value of e5ccce is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001100 11001110
Octal 345 314 316
Decimal 229 204 206
Hex E5 CC CE

RGB Percentages of Color #e5ccce

%35.84
%31.92
%32.24

CMYK Percentages of Color #e5ccce

%0
%11
%10
%10

Triadic Colors of #e5ccce

#e5ccce #cee5cc #cccee5

Analogous Colors of #e5ccce

#e5ccce #e5d7cc #e5ccdb

Monochromatic Colors of #e5ccce

#e5ccce

Complementary Color

#e5ccce #cce5e3

#e5ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5ccce Color CSS Codes

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

#e5ccce Text Font Color

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

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


#e5ccce Background Color

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

This div background color is #e5ccce


#e5ccce Border Color

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

This div border color is #e5ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5ccce


Comments

No comments written yet.

Please login to write comment.