Color Hex Logo

#e0dcca Color Hex

#E0DCCA
(224,220,202)
0 Favorites   0 Comments

Color spaces of #e0dcca

RGB 224220202
HSL0.140.260.84
HSV49°10°88°
CMYK 0.000.020.10   0.12
XYZ66.994371.298066.1080
Yxy71.29800.32780.3488
Hunter Lab84.4381-6.142612.6876
CIE-Lab87.6296-1.70349.3180

#e0dcca color RGB value is (224,220,202).

#e0dcca hex color red value is 224, green value is 220 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e0dcca hue: 0.14 , saturation: 0.26 and the lightness value of e0dcca is 0.84.

The process color (four color CMYK) of #e0dcca color hex is 0.00, 0.02, 0.10, 0.12. Web safe color of #e0dcca is #cccccc. Color #e0dcca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011100 11001010
Octal 340 334 312
Decimal 224 220 202
Hex E0 DC CA

RGB Percentages of Color #e0dcca

%34.67
%34.06
%31.27

CMYK Percentages of Color #e0dcca

%0
%2
%10
%12

Triadic Colors of #e0dcca

#e0dcca #cae0dc #dccae0

Analogous Colors of #e0dcca

#e0dcca #d9e0ca #e0d1ca

Monochromatic Colors of #e0dcca

#e0dcca

Complementary Color

#e0dcca #cacee0

#e0dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dcca Color CSS Codes

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

#e0dcca Text Font Color

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

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


#e0dcca Background Color

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

This div background color is #e0dcca


#e0dcca Border Color

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

This div border color is #e0dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dcca


Comments

No comments written yet.

Please login to write comment.