Color Hex Logo

#e5cecf Color Hex

#E5CECF
(229,206,207)
0 Favorites   0 Comments

Color spaces of #e5cecf

RGB 229206207
HSL0.990.310.85
HSV357°10°90°
CMYK 0.000.100.10   0.10
XYZ65.646965.305668.1768
Yxy65.30560.32970.3280
Hunter Lab80.81193.58236.5484
CIE-Lab84.64108.17532.4167

#e5cecf color RGB value is (229,206,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001110 11001111
Octal 345 316 317
Decimal 229 206 207
Hex E5 CE CF

RGB Percentages of Color #e5cecf

%35.67
%32.09
%32.24

CMYK Percentages of Color #e5cecf

%0
%10
%10
%10

Triadic Colors of #e5cecf

#e5cecf #cfe5ce #cecfe5

Analogous Colors of #e5cecf

#e5cecf #e5d9ce #e5cedb

Monochromatic Colors of #e5cecf

#e5cecf

Complementary Color

#e5cecf #cee5e4

#e5cecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cecf Color CSS Codes

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

#e5cecf Text Font Color

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

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


#e5cecf Background Color

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

This div background color is #e5cecf


#e5cecf Border Color

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

This div border color is #e5cecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5cecf


Comments

No comments written yet.

Please login to write comment.