Color Hex Logo

#b5cbaa Color Hex

#B5CBAA
(181,203,170)
0 Favorites   0 Comments

Color spaces of #b5cbaa

RGB 181203170
HSL0.280.240.73
HSV100°16°80°
CMYK 0.110.000.16   0.20
XYZ47.667755.437946.2184
Yxy55.43790.31920.3713
Hunter Lab74.4566-16.022115.3158
CIE-Lab79.2928-13.493713.9902

#b5cbaa color RGB value is (181,203,170).

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

The process color (four color CMYK) of #b5cbaa color hex is 0.11, 0.00, 0.16, 0.20. Web safe color of #b5cbaa is #cccc99. Color #b5cbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001011 10101010
Octal 265 313 252
Decimal 181 203 170
Hex B5 CB AA

RGB Percentages of Color #b5cbaa

%32.67
%36.64
%30.69

CMYK Percentages of Color #b5cbaa

%11
%0
%16
%20

Triadic Colors of #b5cbaa

#b5cbaa #aab5cb #cbaab5

Analogous Colors of #b5cbaa

#b5cbaa #aacbb0 #c6cbaa

Monochromatic Colors of #b5cbaa

#b5cbaa

Complementary Color

#b5cbaa #c0aacb

#b5cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cbaa Color CSS Codes

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

#b5cbaa Text Font Color

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

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


#b5cbaa Background Color

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

This div background color is #b5cbaa


#b5cbaa Border Color

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

This div border color is #b5cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cbaa


Comments

No comments written yet.

Please login to write comment.