Color Hex Logo

#e0bbba Color Hex

#E0BBBA
(224,187,186)
0 Favorites   0 Comments

Color spaces of #e0bbba

RGB 224187186
HSL0.000.380.80
HSV17°88°
CMYK 0.000.170.17   0.12
XYZ57.373754.933154.0336
Yxy54.93310.34490.3302
Hunter Lab74.11698.47198.6575
CIE-Lab79.002713.07185.4551

#e0bbba color RGB value is (224,187,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111011 10111010
Octal 340 273 272
Decimal 224 187 186
Hex E0 BB BA

RGB Percentages of Color #e0bbba

%37.52
%31.32
%31.16

CMYK Percentages of Color #e0bbba

%0
%17
%17
%12

Triadic Colors of #e0bbba

#e0bbba #bae0bb #bbbae0

Analogous Colors of #e0bbba

#e0bbba #e0ceba #e0bacc

Monochromatic Colors of #e0bbba

#e0bbba

Complementary Color

#e0bbba #badfe0

#e0bbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bbba Color CSS Codes

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

#e0bbba Text Font Color

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

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


#e0bbba Background Color

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

This div background color is #e0bbba


#e0bbba Border Color

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

This div border color is #e0bbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bbba


Comments

No comments written yet.

Please login to write comment.