Color Hex Logo

#b0cbaa Color Hex

#B0CBAA
(176,203,170)
0 Favorites   0 Comments

Color spaces of #b0cbaa

RGB 176203170
HSL0.300.240.73
HSV109°16°80°
CMYK 0.130.000.16   0.20
XYZ46.516154.844346.1645
Yxy54.84430.31530.3718
Hunter Lab74.0569-17.481514.8805
CIE-Lab78.9515-15.247613.4601

#b0cbaa color RGB value is (176,203,170).

#b0cbaa hex color red value is 176, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b0cbaa hue: 0.30 , saturation: 0.24 and the lightness value of b0cbaa is 0.73.

The process color (four color CMYK) of #b0cbaa color hex is 0.13, 0.00, 0.16, 0.20. Web safe color of #b0cbaa is #99cc99. Color #b0cbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11001011 10101010
Octal 260 313 252
Decimal 176 203 170
Hex B0 CB AA

RGB Percentages of Color #b0cbaa

%32.06
%36.98
%30.97

CMYK Percentages of Color #b0cbaa

%13
%0
%16
%20

Triadic Colors of #b0cbaa

#b0cbaa #aab0cb #cbaab0

Analogous Colors of #b0cbaa

#b0cbaa #aacbb5 #c1cbaa

Monochromatic Colors of #b0cbaa

#b0cbaa

Complementary Color

#b0cbaa #c5aacb

#b0cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0cbaa Color CSS Codes

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

#b0cbaa Text Font Color

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

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


#b0cbaa Background Color

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

This div background color is #b0cbaa


#b0cbaa Border Color

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

This div border color is #b0cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0cbaa


Comments

No comments written yet.

Please login to write comment.