Color Hex Logo

#e0aebd Color Hex

#E0AEBD
(224,174,189)
0 Favorites   0 Comments

Color spaces of #e0aebd

RGB 224174189
HSL0.950.450.78
HSV342°22°88°
CMYK 0.000.220.16   0.12
XYZ55.061849.793554.8532
Yxy49.79350.34480.3118
Hunter Lab70.564515.79653.3062
CIE-Lab75.942320.5093-0.6180

#e0aebd color RGB value is (224,174,189).

#e0aebd hex color red value is 224, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e0aebd hue: 0.95 , saturation: 0.45 and the lightness value of e0aebd is 0.78.

The process color (four color CMYK) of #e0aebd color hex is 0.00, 0.22, 0.16, 0.12. Web safe color of #e0aebd is #cc99cc. Color #e0aebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101110 10111101
Octal 340 256 275
Decimal 224 174 189
Hex E0 AE BD

RGB Percentages of Color #e0aebd

%38.16
%29.64
%32.20

CMYK Percentages of Color #e0aebd

%0
%22
%16
%12

Triadic Colors of #e0aebd

#e0aebd #bde0ae #aebde0

Analogous Colors of #e0aebd

#e0aebd #e0b8ae #e0aed6

Monochromatic Colors of #e0aebd

#e0aebd

Complementary Color

#e0aebd #aee0d1

#e0aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0aebd Color CSS Codes

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

#e0aebd Text Font Color

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

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


#e0aebd Background Color

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

This div background color is #e0aebd


#e0aebd Border Color

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

This div border color is #e0aebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,174,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0aebd


Comments

No comments written yet.

Please login to write comment.