Color Hex Logo

#e5dad2 Color Hex

#E5DAD2
(229,218,210)
0 Favorites   0 Comments

Color spaces of #e5dad2

RGB 229218210
HSL0.070.270.86
HSV25°90°
CMYK 0.000.050.08   0.10
XYZ69.017471.454071.1272
Yxy71.45400.32620.3377
Hunter Lab84.5305-2.18679.2824
CIE-Lab87.70512.40595.2663

#e5dad2 color RGB value is (229,218,210).

#e5dad2 hex color red value is 229, green value is 218 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #e5dad2 hue: 0.07 , saturation: 0.27 and the lightness value of e5dad2 is 0.86.

The process color (four color CMYK) of #e5dad2 color hex is 0.00, 0.05, 0.08, 0.10. Web safe color of #e5dad2 is #cccccc. Color #e5dad2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011010 11010010
Octal 345 332 322
Decimal 229 218 210
Hex E5 DA D2

RGB Percentages of Color #e5dad2

%34.86
%33.18
%31.96

CMYK Percentages of Color #e5dad2

%0
%5
%8
%10

Triadic Colors of #e5dad2

#e5dad2 #d2e5da #dad2e5

Analogous Colors of #e5dad2

#e5dad2 #e5e4d2 #e5d2d4

Monochromatic Colors of #e5dad2

#e5dad2

Complementary Color

#e5dad2 #d2dde5

#e5dad2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dad2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dad2 Color CSS Codes

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

#e5dad2 Text Font Color

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

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


#e5dad2 Background Color

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

This div background color is #e5dad2


#e5dad2 Border Color

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

This div border color is #e5dad2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,218,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e5dad2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dad2

#e5dad2 Color Palettes


Comments

No comments written yet.

Please login to write comment.