Color Hex Logo

#e2bbaf Color Hex

#E2BBAF
(226,187,175)
0 Favorites   0 Comments

Color spaces of #e2bbaf

RGB 226187175
HSL0.040.470.79
HSV14°23°89°
CMYK 0.000.170.23   0.11
XYZ56.872254.804548.1383
Yxy54.80450.35590.3429
Hunter Lab74.03017.576713.2675
CIE-Lab78.928512.156811.3090

#e2bbaf color RGB value is (226,187,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111011 10101111
Octal 342 273 257
Decimal 226 187 175
Hex E2 BB AF

RGB Percentages of Color #e2bbaf

%38.44
%31.80
%29.76

CMYK Percentages of Color #e2bbaf

%0
%17
%23
%11

Triadic Colors of #e2bbaf

#e2bbaf #afe2bb #bbafe2

Analogous Colors of #e2bbaf

#e2bbaf #e2d5af #e2afbd

Monochromatic Colors of #e2bbaf

#e2bbaf

Complementary Color

#e2bbaf #afd6e2

#e2bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2bbaf Color CSS Codes

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

#e2bbaf Text Font Color

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

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


#e2bbaf Background Color

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

This div background color is #e2bbaf


#e2bbaf Border Color

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

This div border color is #e2bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2bbaf


Comments

No comments written yet.

Please login to write comment.