Color Hex Logo

#e2dfca Color Hex

#E2DFCA
(226,223,202)
0 Favorites   0 Comments

Color spaces of #e2dfca

RGB 226223202
HSL0.150.290.84
HSV53°11°89°
CMYK 0.000.010.11   0.11
XYZ68.412473.208466.4020
Yxy73.20840.32890.3519
Hunter Lab85.5619-7.010813.8802
CIE-Lab88.5470-2.540010.6491

#e2dfca color RGB value is (226,223,202).

#e2dfca hex color red value is 226, green value is 223 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e2dfca hue: 0.15 , saturation: 0.29 and the lightness value of e2dfca is 0.84.

The process color (four color CMYK) of #e2dfca color hex is 0.00, 0.01, 0.11, 0.11. Web safe color of #e2dfca is #cccccc. Color #e2dfca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011111 11001010
Octal 342 337 312
Decimal 226 223 202
Hex E2 DF CA

RGB Percentages of Color #e2dfca

%34.72
%34.25
%31.03

CMYK Percentages of Color #e2dfca

%0
%1
%11
%11

Triadic Colors of #e2dfca

#e2dfca #cae2df #dfcae2

Analogous Colors of #e2dfca

#e2dfca #d9e2ca #e2d3ca

Monochromatic Colors of #e2dfca

#e2dfca

Complementary Color

#e2dfca #cacde2

#e2dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dfca Color CSS Codes

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

#e2dfca Text Font Color

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

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


#e2dfca Background Color

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

This div background color is #e2dfca


#e2dfca Border Color

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

This div border color is #e2dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dfca


Comments

No comments written yet.

Please login to write comment.