Color Hex Logo

#e5dbbe Color Hex

#E5DBBE
(229,219,190)
0 Favorites   0 Comments

Color spaces of #e5dbbe

RGB 229219190
HSL0.120.430.82
HSV45°17°90°
CMYK 0.000.040.17   0.10
XYZ66.938971.038858.8990
Yxy71.03880.34000.3608
Hunter Lab84.2845-5.732917.5666
CIE-Lab87.5039-1.284115.4956

#e5dbbe color RGB value is (229,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011011 10111110
Octal 345 333 276
Decimal 229 219 190
Hex E5 DB BE

RGB Percentages of Color #e5dbbe

%35.89
%34.33
%29.78

CMYK Percentages of Color #e5dbbe

%0
%4
%17
%10

Triadic Colors of #e5dbbe

#e5dbbe #bee5db #dbbee5

Analogous Colors of #e5dbbe

#e5dbbe #dce5be #e5c8be

Monochromatic Colors of #e5dbbe

#e5dbbe

Complementary Color

#e5dbbe #bec8e5

#e5dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dbbe Color CSS Codes

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

#e5dbbe Text Font Color

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

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


#e5dbbe Background Color

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

This div background color is #e5dbbe


#e5dbbe Border Color

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

This div border color is #e5dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dbbe


Comments

No comments written yet.

Please login to write comment.