Color Hex Logo

#e5afac Color Hex

#E5AFAC
(229,175,172)
0 Favorites   0 Comments

Color spaces of #e5afac

RGB 229175172
HSL0.010.520.79
HSV25°90°
CMYK 0.000.240.25   0.10
XYZ55.089550.296545.8344
Yxy50.29650.36430.3326
Hunter Lab70.920014.545811.3259
CIE-Lab76.250919.24929.1629

#e5afac color RGB value is (229,175,172).

#e5afac hex color red value is 229, green value is 175 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e5afac hue: 0.01 , saturation: 0.52 and the lightness value of e5afac is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101111 10101100
Octal 345 257 254
Decimal 229 175 172
Hex E5 AF AC

RGB Percentages of Color #e5afac

%39.76
%30.38
%29.86

CMYK Percentages of Color #e5afac

%0
%24
%25
%10

Triadic Colors of #e5afac

#e5afac #ace5af #aface5

Analogous Colors of #e5afac

#e5afac #e5ccac #e5acc6

Monochromatic Colors of #e5afac

#e5afac

Complementary Color

#e5afac #ace2e5

#e5afac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5afac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5afac Color CSS Codes

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

#e5afac Text Font Color

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

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


#e5afac Background Color

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

This div background color is #e5afac


#e5afac Border Color

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

This div border color is #e5afac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5afac


Comments

No comments written yet.

Please login to write comment.