Color Hex Logo

#e0abaf Color Hex

#E0ABAF
(224,171,175)
0 Favorites   0 Comments

Color spaces of #e0abaf

RGB 224171175
HSL0.990.460.77
HSV355°24°88°
CMYK 0.000.240.22   0.12
XYZ53.041248.068347.0400
Yxy48.06830.35800.3245
Hunter Lab69.331315.22988.3048
CIE-Lab74.868019.97785.4757

#e0abaf color RGB value is (224,171,175).

#e0abaf hex color red value is 224, green value is 171 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e0abaf hue: 0.99 , saturation: 0.46 and the lightness value of e0abaf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101011 10101111
Octal 340 253 257
Decimal 224 171 175
Hex E0 AB AF

RGB Percentages of Color #e0abaf

%39.30
%30.00
%30.70

CMYK Percentages of Color #e0abaf

%0
%24
%22
%12

Triadic Colors of #e0abaf

#e0abaf #afe0ab #abafe0

Analogous Colors of #e0abaf

#e0abaf #e0c2ab #e0abca

Monochromatic Colors of #e0abaf

#e0abaf

Complementary Color

#e0abaf #abe0dc

#e0abaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0abaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0abaf Color CSS Codes

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

#e0abaf Text Font Color

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

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


#e0abaf Background Color

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

This div background color is #e0abaf


#e0abaf Border Color

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

This div border color is #e0abaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0abaf


Comments

No comments written yet.

Please login to write comment.