Color Hex Logo

#e5abaf Color Hex

#E5ABAF
(229,171,175)
0 Favorites   0 Comments

Color spaces of #e5abaf

RGB 229171175
HSL0.990.530.78
HSV356°25°90°
CMYK 0.000.250.24   0.10
XYZ54.613948.879047.1136
Yxy48.87900.36260.3245
Hunter Lab69.913517.08918.9849
CIE-Lab75.376021.81716.2727

#e5abaf color RGB value is (229,171,175).

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

The process color (four color CMYK) of #e5abaf color hex is 0.00, 0.25, 0.24, 0.10. Web safe color of #e5abaf is #cc9999. Color #e5abaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101011 10101111
Octal 345 253 257
Decimal 229 171 175
Hex E5 AB AF

RGB Percentages of Color #e5abaf

%39.83
%29.74
%30.43

CMYK Percentages of Color #e5abaf

%0
%25
%24
%10

Triadic Colors of #e5abaf

#e5abaf #afe5ab #abafe5

Analogous Colors of #e5abaf

#e5abaf #e5c4ab #e5abcc

Monochromatic Colors of #e5abaf

#e5abaf

Complementary Color

#e5abaf #abe5e1

#e5abaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5abaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5abaf Color CSS Codes

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

#e5abaf Text Font Color

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

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


#e5abaf Background Color

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

This div background color is #e5abaf


#e5abaf Border Color

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

This div border color is #e5abaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5abaf


Comments

No comments written yet.

Please login to write comment.