Color Hex Logo

#e2baac Color Hex

#E2BAAC
(226,186,172)
0 Favorites   0 Comments

Color spaces of #e2baac

RGB 226186172
HSL0.040.480.78
HSV16°24°89°
CMYK 0.000.180.24   0.11
XYZ56.369354.265146.5330
Yxy54.26510.35870.3453
Hunter Lab73.66487.677014.1128
CIE-Lab78.616112.258012.4830

#e2baac color RGB value is (226,186,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111010 10101100
Octal 342 272 254
Decimal 226 186 172
Hex E2 BA AC

RGB Percentages of Color #e2baac

%38.70
%31.85
%29.45

CMYK Percentages of Color #e2baac

%0
%18
%24
%11

Triadic Colors of #e2baac

#e2baac #ace2ba #baace2

Analogous Colors of #e2baac

#e2baac #e2d5ac #e2acb9

Monochromatic Colors of #e2baac

#e2baac

Complementary Color

#e2baac #acd4e2

#e2baac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2baac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2baac Color CSS Codes

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

#e2baac Text Font Color

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

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


#e2baac Background Color

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

This div background color is #e2baac


#e2baac Border Color

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

This div border color is #e2baac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2baac


Comments

No comments written yet.

Please login to write comment.