Color Hex Logo

#e09daa Color Hex

#E09DAA
(224,157,170)
0 Favorites   0 Comments

Color spaces of #e09daa

RGB 224157170
HSL0.970.520.75
HSV348°30°88°
CMYK 0.000.300.24   0.12
XYZ50.053142.863543.6656
Yxy42.86350.36650.3138
Hunter Lab65.470221.89346.2855
CIE-Lab71.462226.77783.3090

#e09daa color RGB value is (224,157,170).

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

The process color (four color CMYK) of #e09daa color hex is 0.00, 0.30, 0.24, 0.12. Web safe color of #e09daa is #cc9999. Color #e09daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011101 10101010
Octal 340 235 252
Decimal 224 157 170
Hex E0 9D AA

RGB Percentages of Color #e09daa

%40.65
%28.49
%30.85

CMYK Percentages of Color #e09daa

%0
%30
%24
%12

Triadic Colors of #e09daa

#e09daa #aae09d #9daae0

Analogous Colors of #e09daa

#e09daa #e0b29d #e09dcc

Monochromatic Colors of #e09daa

#e09daa

Complementary Color

#e09daa #9de0d3

#e09daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09daa Color CSS Codes

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

#e09daa Text Font Color

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

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


#e09daa Background Color

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

This div background color is #e09daa


#e09daa Border Color

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

This div border color is #e09daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09daa


Comments

No comments written yet.

Please login to write comment.