Color Hex Logo

#b0beaa Color Hex

#B0BEAA
(176,190,170)
0 Favorites   0 Comments

Color spaces of #b0beaa

RGB 176190170
HSL0.280.130.71
HSV102°11°75°
CMYK 0.070.000.11   0.25
XYZ43.573748.959345.1837
Yxy48.95930.31640.3555
Hunter Lab69.9709-11.290010.6931
CIE-Lab75.4260-8.54128.4533

#b0beaa color RGB value is (176,190,170).

#b0beaa hex color red value is 176, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b0beaa hue: 0.28 , saturation: 0.13 and the lightness value of b0beaa is 0.71.

The process color (four color CMYK) of #b0beaa color hex is 0.07, 0.00, 0.11, 0.25. Web safe color of #b0beaa is #99cc99. Color #b0beaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111110 10101010
Octal 260 276 252
Decimal 176 190 170
Hex B0 BE AA

RGB Percentages of Color #b0beaa

%32.84
%35.45
%31.72

CMYK Percentages of Color #b0beaa

%7
%0
%11
%25

Triadic Colors of #b0beaa

#b0beaa #aab0be #beaab0

Analogous Colors of #b0beaa

#b0beaa #aabeae #babeaa

Monochromatic Colors of #b0beaa

#b0beaa

Complementary Color

#b0beaa #b8aabe

#b0beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0beaa Color CSS Codes

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

#b0beaa Text Font Color

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

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


#b0beaa Background Color

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

This div background color is #b0beaa


#b0beaa Border Color

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

This div border color is #b0beaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,190,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0beaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0beaa;
  -webkit-box-shadow: 1px 1px 3px 2px #b0beaa;
  box-shadow:         1px 1px 3px 2px #b0beaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0beaa

#b0beaa Color Palettes


Comments

No comments written yet.

Please login to write comment.