Color Hex Logo

#e5debd Color Hex

#E5DEBD
(229,222,189)
0 Favorites   0 Comments

Color spaces of #e5debd

RGB 229222189
HSL0.140.430.82
HSV50°17°90°
CMYK 0.000.030.17   0.10
XYZ67.619772.574758.5885
Yxy72.57470.34020.3651
Hunter Lab85.1908-7.400518.8579
CIE-Lab88.2445-2.973417.0594

#e5debd color RGB value is (229,222,189).

#e5debd hex color red value is 229, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e5debd hue: 0.14 , saturation: 0.43 and the lightness value of e5debd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011110 10111101
Octal 345 336 275
Decimal 229 222 189
Hex E5 DE BD

RGB Percentages of Color #e5debd

%35.78
%34.69
%29.53

CMYK Percentages of Color #e5debd

%0
%3
%17
%10

Triadic Colors of #e5debd

#e5debd #bde5de #debde5

Analogous Colors of #e5debd

#e5debd #d8e5bd #e5cabd

Monochromatic Colors of #e5debd

#e5debd

Complementary Color

#e5debd #bdc4e5

#e5debd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5debd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5debd Color CSS Codes

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

#e5debd Text Font Color

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

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


#e5debd Background Color

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

This div background color is #e5debd


#e5debd Border Color

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

This div border color is #e5debd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5debd


Comments

No comments written yet.

Please login to write comment.