Color Hex Logo

#e2baaf Color Hex

#E2BAAF
(226,186,175)
0 Favorites   0 Comments

Color spaces of #e2baaf

RGB 226186175
HSL0.040.470.79
HSV13°23°89°
CMYK 0.000.180.23   0.11
XYZ56.660854.381748.0678
Yxy54.38170.35610.3418
Hunter Lab73.74398.097712.9743
CIE-Lab78.683812.689010.9614

#e2baaf color RGB value is (226,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111010 10101111
Octal 342 272 257
Decimal 226 186 175
Hex E2 BA AF

RGB Percentages of Color #e2baaf

%38.50
%31.69
%29.81

CMYK Percentages of Color #e2baaf

%0
%18
%23
%11

Triadic Colors of #e2baaf

#e2baaf #afe2ba #baafe2

Analogous Colors of #e2baaf

#e2baaf #e2d4af #e2afbe

Monochromatic Colors of #e2baaf

#e2baaf

Complementary Color

#e2baaf #afd7e2

#e2baaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2baaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2baaf Color CSS Codes

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

#e2baaf Text Font Color

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

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


#e2baaf Background Color

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

This div background color is #e2baaf


#e2baaf Border Color

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

This div border color is #e2baaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2baaf


Comments

No comments written yet.

Please login to write comment.