Color Hex Logo

#e5ded0 Color Hex

#E5DED0
(229,222,208)
0 Favorites   0 Comments

Color spaces of #e5ded0

RGB 229222208
HSL0.110.290.86
HSV40°90°
CMYK 0.000.030.09   0.10
XYZ69.819573.454670.1728
Yxy73.45460.32710.3441
Hunter Lab85.7057-4.571211.4494
CIE-Lab88.66410.00677.6994

#e5ded0 color RGB value is (229,222,208).

#e5ded0 hex color red value is 229, green value is 222 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #e5ded0 hue: 0.11 , saturation: 0.29 and the lightness value of e5ded0 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011110 11010000
Octal 345 336 320
Decimal 229 222 208
Hex E5 DE D0

RGB Percentages of Color #e5ded0

%34.75
%33.69
%31.56

CMYK Percentages of Color #e5ded0

%0
%3
%9
%10

Triadic Colors of #e5ded0

#e5ded0 #d0e5de #ded0e5

Analogous Colors of #e5ded0

#e5ded0 #e2e5d0 #e5d4d0

Monochromatic Colors of #e5ded0

#e5ded0

Complementary Color

#e5ded0 #d0d7e5

#e5ded0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5ded0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5ded0 Color CSS Codes

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

#e5ded0 Text Font Color

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

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


#e5ded0 Background Color

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

This div background color is #e5ded0


#e5ded0 Border Color

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

This div border color is #e5ded0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5ded0


Comments

No comments written yet.

Please login to write comment.