Color Hex Logo

#e2baab Color Hex

#E2BAAB
(226,186,171)
0 Favorites   0 Comments

Color spaces of #e2baab

RGB 226186171
HSL0.050.490.78
HSV16°24°89°
CMYK 0.000.180.24   0.11
XYZ56.273654.226846.0290
Yxy54.22680.35950.3464
Hunter Lab73.63887.538814.4871
CIE-Lab78.593812.116112.9905

#e2baab color RGB value is (226,186,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111010 10101011
Octal 342 272 253
Decimal 226 186 171
Hex E2 BA AB

RGB Percentages of Color #e2baab

%38.77
%31.90
%29.33

CMYK Percentages of Color #e2baab

%0
%18
%24
%11

Triadic Colors of #e2baab

#e2baab #abe2ba #baabe2

Analogous Colors of #e2baab

#e2baab #e2d6ab #e2abb8

Monochromatic Colors of #e2baab

#e2baab

Complementary Color

#e2baab #abd3e2

#e2baab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2baab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2baab Color CSS Codes

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

#e2baab Text Font Color

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

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


#e2baab Background Color

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

This div background color is #e2baab


#e2baab Border Color

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

This div border color is #e2baab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,186,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2baab


Comments

No comments written yet.

Please login to write comment.