Color Hex Logo

#e2acaf Color Hex

#E2ACAF
(226,172,175)
0 Favorites   0 Comments

Color spaces of #e2acaf

RGB 226172175
HSL0.990.480.78
HSV357°24°89°
CMYK 0.000.240.23   0.11
XYZ53.854448.768947.1324
Yxy48.76890.35960.3257
Hunter Lab69.834715.44298.8687
CIE-Lab75.307320.17726.1342

#e2acaf color RGB value is (226,172,175).

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

The process color (four color CMYK) of #e2acaf color hex is 0.00, 0.24, 0.23, 0.11. Web safe color of #e2acaf is #cc9999. Color #e2acaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101100 10101111
Octal 342 254 257
Decimal 226 172 175
Hex E2 AC AF

RGB Percentages of Color #e2acaf

%39.44
%30.02
%30.54

CMYK Percentages of Color #e2acaf

%0
%24
%23
%11

Triadic Colors of #e2acaf

#e2acaf #afe2ac #acafe2

Analogous Colors of #e2acaf

#e2acaf #e2c4ac #e2acca

Monochromatic Colors of #e2acaf

#e2acaf

Complementary Color

#e2acaf #ace2df

#e2acaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2acaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2acaf Color CSS Codes

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

#e2acaf Text Font Color

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

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


#e2acaf Background Color

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

This div background color is #e2acaf


#e2acaf Border Color

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

This div border color is #e2acaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2acaf


Comments

No comments written yet.

Please login to write comment.