Color Hex Logo

#e2abac Color Hex

#E2ABAC
(226,171,172)
0 Favorites   0 Comments

Color spaces of #e2abac

RGB 226171172
HSL1.000.490.78
HSV359°24°89°
CMYK 0.000.240.24   0.11
XYZ53.373348.273145.5343
Yxy48.27310.36260.3280
Hunter Lab69.478815.53489.7783
CIE-Lab74.996920.27977.3286

#e2abac color RGB value is (226,171,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101011 10101100
Octal 342 253 254
Decimal 226 171 172
Hex E2 AB AC

RGB Percentages of Color #e2abac

%39.72
%30.05
%30.23

CMYK Percentages of Color #e2abac

%0
%24
%24
%11

Triadic Colors of #e2abac

#e2abac #ace2ab #abace2

Analogous Colors of #e2abac

#e2abac #e2c6ab #e2abc8

Monochromatic Colors of #e2abac

#e2abac

Complementary Color

#e2abac #abe2e1

#e2abac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2abac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2abac Color CSS Codes

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

#e2abac Text Font Color

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

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


#e2abac Background Color

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

This div background color is #e2abac


#e2abac Border Color

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

This div border color is #e2abac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2abac


Comments

No comments written yet.

Please login to write comment.