Color Hex Logo

#e5ddbc Color Hex

#E5DDBC
(229,221,188)
0 Favorites   0 Comments

Color spaces of #e5ddbc

RGB 229221188
HSL0.130.440.82
HSV48°18°90°
CMYK 0.000.030.18   0.10
XYZ67.246772.001857.9304
Yxy72.00180.34100.3652
Hunter Lab84.8539-7.033018.9200
CIE-Lab87.9695-2.610217.1966

#e5ddbc color RGB value is (229,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011101 10111100
Octal 345 335 274
Decimal 229 221 188
Hex E5 DD BC

RGB Percentages of Color #e5ddbc

%35.89
%34.64
%29.47

CMYK Percentages of Color #e5ddbc

%0
%3
%18
%10

Triadic Colors of #e5ddbc

#e5ddbc #bce5dd #ddbce5

Analogous Colors of #e5ddbc

#e5ddbc #d9e5bc #e5c9bc

Monochromatic Colors of #e5ddbc

#e5ddbc

Complementary Color

#e5ddbc #bcc4e5

#e5ddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5ddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5ddbc Color CSS Codes

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

#e5ddbc Text Font Color

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

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


#e5ddbc Background Color

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

This div background color is #e5ddbc


#e5ddbc Border Color

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

This div border color is #e5ddbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,221,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 #e5ddbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5ddbc


Comments

No comments written yet.

Please login to write comment.