Color Hex Logo

#e1dbbd Color Hex

#E1DBBD
(225,219,189)
0 Favorites   0 Comments

Color spaces of #e1dbbd

RGB 225219189
HSL0.140.380.81
HSV50°16°88°
CMYK 0.000.030.16   0.12
XYZ65.568270.344758.2662
Yxy70.34470.33770.3623
Hunter Lab83.8717-7.230117.5211
CIE-Lab87.1656-2.883715.4982

#e1dbbd color RGB value is (225,219,189).

#e1dbbd hex color red value is 225, green value is 219 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e1dbbd hue: 0.14 , saturation: 0.38 and the lightness value of e1dbbd is 0.81.

The process color (four color CMYK) of #e1dbbd color hex is 0.00, 0.03, 0.16, 0.12. Web safe color of #e1dbbd is #cccccc. Color #e1dbbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011011 10111101
Octal 341 333 275
Decimal 225 219 189
Hex E1 DB BD

RGB Percentages of Color #e1dbbd

%35.55
%34.60
%29.86

CMYK Percentages of Color #e1dbbd

%0
%3
%16
%12

Triadic Colors of #e1dbbd

#e1dbbd #bde1db #dbbde1

Analogous Colors of #e1dbbd

#e1dbbd #d5e1bd #e1c9bd

Monochromatic Colors of #e1dbbd

#e1dbbd

Complementary Color

#e1dbbd #bdc3e1

#e1dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dbbd Color CSS Codes

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

#e1dbbd Text Font Color

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

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


#e1dbbd Background Color

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

This div background color is #e1dbbd


#e1dbbd Border Color

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

This div border color is #e1dbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dbbd


Comments

No comments written yet.

Please login to write comment.