Color Hex Logo

#e5cecd Color Hex

#E5CECD
(229,206,205)
0 Favorites   0 Comments

Color spaces of #e5cecd

RGB 229206205
HSL0.010.320.85
HSV10°90°
CMYK 0.000.100.10   0.10
XYZ65.403965.208466.8969
Yxy65.20840.33110.3302
Hunter Lab80.75173.25857.4088
CIE-Lab84.59107.84463.4081

#e5cecd color RGB value is (229,206,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001110 11001101
Octal 345 316 315
Decimal 229 206 205
Hex E5 CE CD

RGB Percentages of Color #e5cecd

%35.78
%32.19
%32.03

CMYK Percentages of Color #e5cecd

%0
%10
%10
%10

Triadic Colors of #e5cecd

#e5cecd #cde5ce #cecde5

Analogous Colors of #e5cecd

#e5cecd #e5dacd #e5cdd8

Monochromatic Colors of #e5cecd

#e5cecd

Complementary Color

#e5cecd #cde4e5

#e5cecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cecd Color CSS Codes

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

#e5cecd Text Font Color

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

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


#e5cecd Background Color

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

This div background color is #e5cecd


#e5cecd Border Color

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

This div border color is #e5cecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5cecd


Comments

No comments written yet.

Please login to write comment.