Color Hex Logo

#e8ddbb Color Hex

#E8DDBB
(232,221,187)
0 Favorites   0 Comments

Color spaces of #e8ddbb

RGB 232221187
HSL0.130.490.82
HSV45°19°91°
CMYK 0.000.050.19   0.09
XYZ68.104872.456657.4097
Yxy72.45660.34400.3660
Hunter Lab85.1214-6.146519.5972
CIE-Lab88.1879-1.664718.0602

#e8ddbb color RGB value is (232,221,187).

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

The process color (four color CMYK) of #e8ddbb color hex is 0.00, 0.05, 0.19, 0.09. Web safe color of #e8ddbb is #ffcccc. Color #e8ddbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011101 10111011
Octal 350 335 273
Decimal 232 221 187
Hex E8 DD BB

RGB Percentages of Color #e8ddbb

%36.25
%34.53
%29.22

CMYK Percentages of Color #e8ddbb

%0
%5
%19
%9

Triadic Colors of #e8ddbb

#e8ddbb #bbe8dd #ddbbe8

Analogous Colors of #e8ddbb

#e8ddbb #dde8bb #e8c7bb

Monochromatic Colors of #e8ddbb

#e8ddbb

Complementary Color

#e8ddbb #bbc6e8

#e8ddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8ddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8ddbb Color CSS Codes

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

#e8ddbb Text Font Color

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

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


#e8ddbb Background Color

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

This div background color is #e8ddbb


#e8ddbb Border Color

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

This div border color is #e8ddbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,221,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8ddbb


Comments

No comments written yet.

Please login to write comment.