Color Hex Logo

#e7dbca Color Hex

#E7DBCA
(231,219,202)
0 Favorites   0 Comments

Color spaces of #e7dbca

RGB 231219202
HSL0.100.380.85
HSV35°13°91°
CMYK 0.000.050.13   0.09
XYZ68.947271.916266.1244
Yxy71.91620.33310.3474
Hunter Lab84.8034-3.281213.1318
CIE-Lab87.92821.29179.8189

#e7dbca color RGB value is (231,219,202).

#e7dbca hex color red value is 231, green value is 219 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e7dbca hue: 0.10 , saturation: 0.38 and the lightness value of e7dbca is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011011 11001010
Octal 347 333 312
Decimal 231 219 202
Hex E7 DB CA

RGB Percentages of Color #e7dbca

%35.43
%33.59
%30.98

CMYK Percentages of Color #e7dbca

%0
%5
%13
%9

Triadic Colors of #e7dbca

#e7dbca #cae7db #dbcae7

Analogous Colors of #e7dbca

#e7dbca #e5e7ca #e7cdca

Monochromatic Colors of #e7dbca

#e7dbca

Complementary Color

#e7dbca #cad6e7

#e7dbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7dbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7dbca Color CSS Codes

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

#e7dbca Text Font Color

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

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


#e7dbca Background Color

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

This div background color is #e7dbca


#e7dbca Border Color

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

This div border color is #e7dbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7dbca


Comments

No comments written yet.

Please login to write comment.