Color Hex Logo

#e7dcca Color Hex

#E7DCCA
(231,220,202)
0 Favorites   0 Comments

Color spaces of #e7dcca

RGB 231220202
HSL0.100.380.85
HSV37°13°91°
CMYK 0.000.050.13   0.09
XYZ69.208972.439666.2117
Yxy72.43960.33300.3485
Hunter Lab85.1115-3.796713.4539
CIE-Lab88.17980.775310.1781

#e7dcca color RGB value is (231,220,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011100 11001010
Octal 347 334 312
Decimal 231 220 202
Hex E7 DC CA

RGB Percentages of Color #e7dcca

%35.38
%33.69
%30.93

CMYK Percentages of Color #e7dcca

%0
%5
%13
%9

Triadic Colors of #e7dcca

#e7dcca #cae7dc #dccae7

Analogous Colors of #e7dcca

#e7dcca #e4e7ca #e7ceca

Monochromatic Colors of #e7dcca

#e7dcca

Complementary Color

#e7dcca #cad5e7

#e7dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7dcca Color CSS Codes

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

#e7dcca Text Font Color

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

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


#e7dcca Background Color

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

This div background color is #e7dcca


#e7dcca Border Color

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

This div border color is #e7dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7dcca

#e7dcca Color Palettes


Comments

No comments written yet.

Please login to write comment.