Color Hex Logo

#e5dbcb Color Hex

#E5DBCB
(229,219,203)
0 Favorites   0 Comments

Color spaces of #e5dbcb

RGB 229219203
HSL0.100.330.85
HSV37°11°90°
CMYK 0.000.040.11   0.10
XYZ68.424171.632866.7201
Yxy71.63280.33090.3464
Hunter Lab84.6362-3.805012.5060
CIE-Lab87.79150.74199.0762

#e5dbcb color RGB value is (229,219,203).

#e5dbcb hex color red value is 229, green value is 219 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e5dbcb hue: 0.10 , saturation: 0.33 and the lightness value of e5dbcb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011011 11001011
Octal 345 333 313
Decimal 229 219 203
Hex E5 DB CB

RGB Percentages of Color #e5dbcb

%35.18
%33.64
%31.18

CMYK Percentages of Color #e5dbcb

%0
%4
%11
%10

Triadic Colors of #e5dbcb

#e5dbcb #cbe5db #dbcbe5

Analogous Colors of #e5dbcb

#e5dbcb #e2e5cb #e5cecb

Monochromatic Colors of #e5dbcb

#e5dbcb

Complementary Color

#e5dbcb #cbd5e5

#e5dbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dbcb Color CSS Codes

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

#e5dbcb Text Font Color

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

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


#e5dbcb Background Color

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

This div background color is #e5dbcb


#e5dbcb Border Color

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

This div border color is #e5dbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dbcb


Comments

No comments written yet.

Please login to write comment.