Color Hex Logo

#e0aebe Color Hex

#E0AEBE
(224,174,190)
0 Favorites   0 Comments

Color spaces of #e0aebe

RGB 224174190
HSL0.950.450.78
HSV341°22°88°
CMYK 0.000.220.15   0.12
XYZ55.170849.837155.4269
Yxy49.83710.34390.3106
Hunter Lab70.595415.95712.8661
CIE-Lab75.969220.6685-1.1246

#e0aebe color RGB value is (224,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101110 10111110
Octal 340 256 276
Decimal 224 174 190
Hex E0 AE BE

RGB Percentages of Color #e0aebe

%38.10
%29.59
%32.31

CMYK Percentages of Color #e0aebe

%0
%22
%15
%12

Triadic Colors of #e0aebe

#e0aebe #bee0ae #aebee0

Analogous Colors of #e0aebe

#e0aebe #e0b7ae #e0aed7

Monochromatic Colors of #e0aebe

#e0aebe

Complementary Color

#e0aebe #aee0d0

#e0aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0aebe Color CSS Codes

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

#e0aebe Text Font Color

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

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


#e0aebe Background Color

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

This div background color is #e0aebe


#e0aebe Border Color

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

This div border color is #e0aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0aebe


Comments

No comments written yet.

Please login to write comment.