Color Hex Logo

#e1dcca Color Hex

#E1DCCA
(225,220,202)
0 Favorites   0 Comments

Color spaces of #e1dcca

RGB 225220202
HSL0.130.280.84
HSV47°10°88°
CMYK 0.000.020.10   0.12
XYZ67.305271.458266.1226
Yxy71.45820.32850.3488
Hunter Lab84.5330-5.810812.7958
CIE-Lab87.7071-1.35049.4393

#e1dcca color RGB value is (225,220,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011100 11001010
Octal 341 334 312
Decimal 225 220 202
Hex E1 DC CA

RGB Percentages of Color #e1dcca

%34.78
%34.00
%31.22

CMYK Percentages of Color #e1dcca

%0
%2
%10
%12

Triadic Colors of #e1dcca

#e1dcca #cae1dc #dccae1

Analogous Colors of #e1dcca

#e1dcca #dbe1ca #e1d1ca

Monochromatic Colors of #e1dcca

#e1dcca

Complementary Color

#e1dcca #cacfe1

#e1dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dcca Color CSS Codes

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

#e1dcca Text Font Color

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

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


#e1dcca Background Color

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

This div background color is #e1dcca


#e1dcca Border Color

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

This div border color is #e1dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dcca


Comments

No comments written yet.

Please login to write comment.