Color Hex Logo

#e5e2dd Color Hex

#E5E2DD
(229,226,221)
0 Favorites   0 Comments

Color spaces of #e5e2dd

RGB 229226221
HSL0.100.130.88
HSV38°90°
CMYK 0.000.010.03   0.10
XYZ72.560676.271279.3041
Yxy76.27120.31810.3343
Hunter Lab87.3334-4.52747.2944
CIE-Lab89.98510.14092.7871

#e5e2dd color RGB value is (229,226,221).

#e5e2dd hex color red value is 229, green value is 226 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e5e2dd hue: 0.10 , saturation: 0.13 and the lightness value of e5e2dd is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11100010 11011101
Octal 345 342 335
Decimal 229 226 221
Hex E5 E2 DD

RGB Percentages of Color #e5e2dd

%33.88
%33.43
%32.69

CMYK Percentages of Color #e5e2dd

%0
%1
%3
%10

Triadic Colors of #e5e2dd

#e5e2dd #dde5e2 #e2dde5

Analogous Colors of #e5e2dd

#e5e2dd #e4e5dd #e5dedd

Monochromatic Colors of #e5e2dd

#e5e2dd

Complementary Color

#e5e2dd #dde0e5

#e5e2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5e2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5e2dd Color CSS Codes

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

#e5e2dd Text Font Color

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

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


#e5e2dd Background Color

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

This div background color is #e5e2dd


#e5e2dd Border Color

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

This div border color is #e5e2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5e2dd

#e5e2dd Color Palettes


Comments

No comments written yet.

Please login to write comment.