Color Hex Logo

#e1afac Color Hex

#E1AFAC
(225,175,172)
0 Favorites   0 Comments

Color spaces of #e1afac

RGB 225175172
HSL0.010.470.78
HSV24°88°
CMYK 0.000.220.24   0.12
XYZ53.827749.646145.7753
Yxy49.64610.36070.3326
Hunter Lab70.460013.059610.8034
CIE-Lab75.851517.76318.5387

#e1afac color RGB value is (225,175,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101111 10101100
Octal 341 257 254
Decimal 225 175 172
Hex E1 AF AC

RGB Percentages of Color #e1afac

%39.34
%30.59
%30.07

CMYK Percentages of Color #e1afac

%0
%22
%24
%12

Triadic Colors of #e1afac

#e1afac #ace1af #aface1

Analogous Colors of #e1afac

#e1afac #e1caac #e1acc4

Monochromatic Colors of #e1afac

#e1afac

Complementary Color

#e1afac #acdee1

#e1afac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1afac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1afac Color CSS Codes

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

#e1afac Text Font Color

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

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


#e1afac Background Color

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

This div background color is #e1afac


#e1afac Border Color

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

This div border color is #e1afac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1afac


Comments

No comments written yet.

Please login to write comment.