Color Hex Logo

#e2bbbf Color Hex

#E2BBBF
(226,187,191)
0 Favorites   0 Comments

Color spaces of #e2bbbf

RGB 226187191
HSL0.980.400.81
HSV354°17°89°
CMYK 0.000.170.15   0.11
XYZ58.538355.471056.9119
Yxy55.47100.34250.3245
Hunter Lab74.47899.95806.8296
CIE-Lab79.311814.57963.2249

#e2bbbf color RGB value is (226,187,191).

#e2bbbf hex color red value is 226, green value is 187 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e2bbbf hue: 0.98 , saturation: 0.40 and the lightness value of e2bbbf is 0.81.

The process color (four color CMYK) of #e2bbbf color hex is 0.00, 0.17, 0.15, 0.11. Web safe color of #e2bbbf is #cccccc. Color #e2bbbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111011 10111111
Octal 342 273 277
Decimal 226 187 191
Hex E2 BB BF

RGB Percentages of Color #e2bbbf

%37.42
%30.96
%31.62

CMYK Percentages of Color #e2bbbf

%0
%17
%15
%11

Triadic Colors of #e2bbbf

#e2bbbf #bfe2bb #bbbfe2

Analogous Colors of #e2bbbf

#e2bbbf #e2cbbb #e2bbd3

Monochromatic Colors of #e2bbbf

#e2bbbf

Complementary Color

#e2bbbf #bbe2de

#e2bbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2bbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2bbbf Color CSS Codes

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

#e2bbbf Text Font Color

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

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


#e2bbbf Background Color

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

This div background color is #e2bbbf


#e2bbbf Border Color

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

This div border color is #e2bbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2bbbf


Comments

No comments written yet.

Please login to write comment.