Color Hex Logo

#e0aebc Color Hex

#E0AEBC
(224,174,188)
0 Favorites   0 Comments

Color spaces of #e0aebc

RGB 224174188
HSL0.950.450.78
HSV343°22°88°
CMYK 0.000.220.16   0.12
XYZ54.953649.750254.2833
Yxy49.75020.34560.3129
Hunter Lab70.533815.63693.7437
CIE-Lab75.915720.3510-0.1109

#e0aebc color RGB value is (224,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101110 10111100
Octal 340 256 274
Decimal 224 174 188
Hex E0 AE BC

RGB Percentages of Color #e0aebc

%38.23
%29.69
%32.08

CMYK Percentages of Color #e0aebc

%0
%22
%16
%12

Triadic Colors of #e0aebc

#e0aebc #bce0ae #aebce0

Analogous Colors of #e0aebc

#e0aebc #e0b9ae #e0aed5

Monochromatic Colors of #e0aebc

#e0aebc

Complementary Color

#e0aebc #aee0d2

#e0aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0aebc Color CSS Codes

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

#e0aebc Text Font Color

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

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


#e0aebc Background Color

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

This div background color is #e0aebc


#e0aebc Border Color

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

This div border color is #e0aebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0aebc


Comments

No comments written yet.

Please login to write comment.