Color Hex Logo

#e5debc Color Hex

#E5DEBC
(229,222,188)
0 Favorites   0 Comments

Color spaces of #e5debc

RGB 229222188
HSL0.140.440.82
HSV50°18°90°
CMYK 0.000.030.18   0.10
XYZ67.511572.531458.0187
Yxy72.53140.34090.3662
Hunter Lab85.1654-7.540519.2246
CIE-Lab88.2237-3.122217.5527

#e5debc color RGB value is (229,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011110 10111100
Octal 345 336 274
Decimal 229 222 188
Hex E5 DE BC

RGB Percentages of Color #e5debc

%35.84
%34.74
%29.42

CMYK Percentages of Color #e5debc

%0
%3
%18
%10

Triadic Colors of #e5debc

#e5debc #bce5de #debce5

Analogous Colors of #e5debc

#e5debc #d8e5bc #e5cabc

Monochromatic Colors of #e5debc

#e5debc

Complementary Color

#e5debc #bcc3e5

#e5debc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5debc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5debc Color CSS Codes

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

#e5debc Text Font Color

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

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


#e5debc Background Color

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

This div background color is #e5debc


#e5debc Border Color

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

This div border color is #e5debc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5debc


Comments

No comments written yet.

Please login to write comment.