Color Hex Logo

#e6dbbd Color Hex

#E6DBBD
(230,219,189)
0 Favorites   0 Comments

Color spaces of #e6dbbd

RGB 230219189
HSL0.120.450.82
HSV44°18°90°
CMYK 0.000.050.18   0.10
XYZ67.150071.160258.3402
Yxy71.16020.34150.3619
Hunter Lab84.3565-5.533218.0451
CIE-Lab87.5628-1.071016.1142

#e6dbbd color RGB value is (230,219,189).

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

The process color (four color CMYK) of #e6dbbd color hex is 0.00, 0.05, 0.18, 0.10. Web safe color of #e6dbbd is #ffcccc. Color #e6dbbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011011 10111101
Octal 346 333 275
Decimal 230 219 189
Hex E6 DB BD

RGB Percentages of Color #e6dbbd

%36.05
%34.33
%29.62

CMYK Percentages of Color #e6dbbd

%0
%5
%18
%10

Triadic Colors of #e6dbbd

#e6dbbd #bde6db #dbbde6

Analogous Colors of #e6dbbd

#e6dbbd #dde6bd #e6c7bd

Monochromatic Colors of #e6dbbd

#e6dbbd

Complementary Color

#e6dbbd #bdc8e6

#e6dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dbbd Color CSS Codes

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

#e6dbbd Text Font Color

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

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


#e6dbbd Background Color

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

This div background color is #e6dbbd


#e6dbbd Border Color

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

This div border color is #e6dbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dbbd


Comments

No comments written yet.

Please login to write comment.