Color Hex Logo

#e7dacb Color Hex

#E7DACB
(231,218,203)
0 Favorites   0 Comments

Color spaces of #e7dacb

RGB 231218203
HSL0.090.370.85
HSV32°12°91°
CMYK 0.000.060.12   0.09
XYZ68.805971.443566.6634
Yxy71.44350.33250.3453
Hunter Lab84.5243-2.611812.4056
CIE-Lab87.70001.96838.9665

#e7dacb color RGB value is (231,218,203).

#e7dacb hex color red value is 231, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e7dacb hue: 0.09 , saturation: 0.37 and the lightness value of e7dacb is 0.85.

The process color (four color CMYK) of #e7dacb color hex is 0.00, 0.06, 0.12, 0.09. Web safe color of #e7dacb is #ffcccc. Color #e7dacb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011010 11001011
Octal 347 332 313
Decimal 231 218 203
Hex E7 DA CB

RGB Percentages of Color #e7dacb

%35.43
%33.44
%31.13

CMYK Percentages of Color #e7dacb

%0
%6
%12
%9

Triadic Colors of #e7dacb

#e7dacb #cbe7da #dacbe7

Analogous Colors of #e7dacb

#e7dacb #e6e7cb #e7cccb

Monochromatic Colors of #e7dacb

#e7dacb

Complementary Color

#e7dacb #cbd8e7

#e7dacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7dacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7dacb Color CSS Codes

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

#e7dacb Text Font Color

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

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


#e7dacb Background Color

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

This div background color is #e7dacb


#e7dacb Border Color

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

This div border color is #e7dacb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,218,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7dacb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7dacb;
  -webkit-box-shadow: 1px 1px 3px 2px #e7dacb;
  box-shadow:         1px 1px 3px 2px #e7dacb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,218,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7dacb

#e7dacb Color Palettes


Comments

No comments written yet.

Please login to write comment.