Color Hex Logo

#e6dcca Color Hex

#E6DCCA
(230,220,202)
0 Favorites   0 Comments

Color spaces of #e6dcca

RGB 230220202
HSL0.110.360.85
HSV39°12°90°
CMYK 0.000.040.12   0.10
XYZ68.887072.273766.1966
Yxy72.27370.33220.3485
Hunter Lab85.0139-4.135413.3433
CIE-Lab88.10020.419910.0537

#e6dcca color RGB value is (230,220,202).

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

The process color (four color CMYK) of #e6dcca color hex is 0.00, 0.04, 0.12, 0.10. Web safe color of #e6dcca is #ffcccc. Color #e6dcca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011100 11001010
Octal 346 334 312
Decimal 230 220 202
Hex E6 DC CA

RGB Percentages of Color #e6dcca

%35.28
%33.74
%30.98

CMYK Percentages of Color #e6dcca

%0
%4
%12
%10

Triadic Colors of #e6dcca

#e6dcca #cae6dc #dccae6

Analogous Colors of #e6dcca

#e6dcca #e2e6ca #e6ceca

Monochromatic Colors of #e6dcca

#e6dcca

Complementary Color

#e6dcca #cad4e6

#e6dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dcca Color CSS Codes

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

#e6dcca Text Font Color

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

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


#e6dcca Background Color

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

This div background color is #e6dcca


#e6dcca Border Color

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

This div border color is #e6dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dcca


Comments

No comments written yet.

Please login to write comment.