Color Hex Logo

#e29daa Color Hex

#E29DAA
(226,157,170)
0 Favorites   0 Comments

Color spaces of #e29daa

RGB 226157170
HSL0.970.540.75
HSV349°31°89°
CMYK 0.000.310.25   0.11
XYZ50.676743.185043.6948
Yxy43.18500.36840.3139
Hunter Lab65.715322.64956.5782
CIE-Lab71.680427.50753.6522

#e29daa color RGB value is (226,157,170).

#e29daa hex color red value is 226, green value is 157 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e29daa hue: 0.97 , saturation: 0.54 and the lightness value of e29daa is 0.75.

The process color (four color CMYK) of #e29daa color hex is 0.00, 0.31, 0.25, 0.11. Web safe color of #e29daa is #cc9999. Color #e29daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011101 10101010
Octal 342 235 252
Decimal 226 157 170
Hex E2 9D AA

RGB Percentages of Color #e29daa

%40.87
%28.39
%30.74

CMYK Percentages of Color #e29daa

%0
%31
%25
%11

Triadic Colors of #e29daa

#e29daa #aae29d #9daae2

Analogous Colors of #e29daa

#e29daa #e2b39d #e29dcd

Monochromatic Colors of #e29daa

#e29daa

Complementary Color

#e29daa #9de2d5

#e29daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29daa Color CSS Codes

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

#e29daa Text Font Color

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

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


#e29daa Background Color

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

This div background color is #e29daa


#e29daa Border Color

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

This div border color is #e29daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,157,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29daa


Comments

No comments written yet.

Please login to write comment.