Color Hex Logo

#e8dcbd Color Hex

#E8DCBD
(232,220,189)
0 Favorites   0 Comments

Color spaces of #e8dcbd

RGB 232220189
HSL0.120.480.83
HSV43°19°91°
CMYK 0.000.050.19   0.09
XYZ68.057272.016358.4577
Yxy72.01630.34280.3627
Hunter Lab84.8624-5.357418.5616
CIE-Lab87.9764-0.857516.7184

#e8dcbd color RGB value is (232,220,189).

#e8dcbd hex color red value is 232, green value is 220 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e8dcbd hue: 0.12 , saturation: 0.48 and the lightness value of e8dcbd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011100 10111101
Octal 350 334 275
Decimal 232 220 189
Hex E8 DC BD

RGB Percentages of Color #e8dcbd

%36.19
%34.32
%29.49

CMYK Percentages of Color #e8dcbd

%0
%5
%19
%9

Triadic Colors of #e8dcbd

#e8dcbd #bde8dc #dcbde8

Analogous Colors of #e8dcbd

#e8dcbd #dfe8bd #e8c7bd

Monochromatic Colors of #e8dcbd

#e8dcbd

Complementary Color

#e8dcbd #bdc9e8

#e8dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dcbd Color CSS Codes

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

#e8dcbd Text Font Color

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

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


#e8dcbd Background Color

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

This div background color is #e8dcbd


#e8dcbd Border Color

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

This div border color is #e8dcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8dcbd


Comments

No comments written yet.

Please login to write comment.