Color Hex Logo

#e0bbbb Color Hex

#E0BBBB
(224,187,187)
0 Favorites   0 Comments

Color spaces of #e0bbbb

RGB 224187187
HSL0.000.370.81
HSV17°88°
CMYK 0.000.170.17   0.12
XYZ57.480454.975854.5956
Yxy54.97580.34410.3291
Hunter Lab74.14578.62478.2450
CIE-Lab79.027313.22754.9505

#e0bbbb color RGB value is (224,187,187).

#e0bbbb hex color red value is 224, green value is 187 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e0bbbb hue: 0.00 , saturation: 0.37 and the lightness value of e0bbbb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111011 10111011
Octal 340 273 273
Decimal 224 187 187
Hex E0 BB BB

RGB Percentages of Color #e0bbbb

%37.46
%31.27
%31.27

CMYK Percentages of Color #e0bbbb

%0
%17
%17
%12

Triadic Colors of #e0bbbb

#e0bbbb #bbe0bb #bbbbe0

Analogous Colors of #e0bbbb

#e0bbbb #e0cebb #e0bbce

Monochromatic Colors of #e0bbbb

#e0bbbb

Complementary Color

#e0bbbb #bbe0e0

#e0bbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bbbb Color CSS Codes

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

#e0bbbb Text Font Color

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

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


#e0bbbb Background Color

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

This div background color is #e0bbbb


#e0bbbb Border Color

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

This div border color is #e0bbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bbbb

#e0bbbb Color Palettes


Comments

No comments written yet.

Please login to write comment.