Color Hex Logo

#e5ddca Color Hex

#E5DDCA
(229,221,202)
0 Favorites   0 Comments

Color spaces of #e5ddca

RGB 229221202
HSL0.120.340.85
HSV42°12°90°
CMYK 0.000.030.12   0.10
XYZ68.830272.635266.2694
Yxy72.63520.33130.3497
Hunter Lab85.2263-4.986413.5563
CIE-Lab88.2734-0.450510.2904

#e5ddca color RGB value is (229,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011101 11001010
Octal 345 335 312
Decimal 229 221 202
Hex E5 DD CA

RGB Percentages of Color #e5ddca

%35.12
%33.90
%30.98

CMYK Percentages of Color #e5ddca

%0
%3
%12
%10

Triadic Colors of #e5ddca

#e5ddca #cae5dd #ddcae5

Analogous Colors of #e5ddca

#e5ddca #e0e5ca #e5d0ca

Monochromatic Colors of #e5ddca

#e5ddca

Complementary Color

#e5ddca #cad2e5

#e5ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5ddca Color CSS Codes

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

#e5ddca Text Font Color

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

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


#e5ddca Background Color

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

This div background color is #e5ddca


#e5ddca Border Color

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

This div border color is #e5ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5ddca


Comments

No comments written yet.

Please login to write comment.