Color Hex Logo

#e5dfca Color Hex

#E5DFCA
(229,223,202)
0 Favorites   0 Comments

Color spaces of #e5dfca

RGB 229223202
HSL0.130.340.85
HSV47°12°90°
CMYK 0.000.030.12   0.10
XYZ69.361473.697666.4464
Yxy73.69760.33110.3518
Hunter Lab85.8473-6.011514.2023
CIE-Lab88.7794-1.479111.0119

#e5dfca color RGB value is (229,223,202).

#e5dfca hex color red value is 229, green value is 223 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e5dfca hue: 0.13 , saturation: 0.34 and the lightness value of e5dfca is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011111 11001010
Octal 345 337 312
Decimal 229 223 202
Hex E5 DF CA

RGB Percentages of Color #e5dfca

%35.02
%34.10
%30.89

CMYK Percentages of Color #e5dfca

%0
%3
%12
%10

Triadic Colors of #e5dfca

#e5dfca #cae5df #dfcae5

Analogous Colors of #e5dfca

#e5dfca #dee5ca #e5d2ca

Monochromatic Colors of #e5dfca

#e5dfca

Complementary Color

#e5dfca #cad0e5

#e5dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dfca Color CSS Codes

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

#e5dfca Text Font Color

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

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


#e5dfca Background Color

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

This div background color is #e5dfca


#e5dfca Border Color

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

This div border color is #e5dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dfca


Comments

No comments written yet.

Please login to write comment.