Color Hex Logo

#b1cbaa Color Hex

#B1CBAA
(177,203,170)
0 Favorites   0 Comments

Color spaces of #b1cbaa

RGB 177203170
HSL0.300.240.73
HSV107°16°80°
CMYK 0.130.000.16   0.20
XYZ46.743154.961346.1752
Yxy54.96130.31610.3717
Hunter Lab74.1359-17.192514.9666
CIE-Lab79.0190-14.898513.5648

#b1cbaa color RGB value is (177,203,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001011 10101010
Octal 261 313 252
Decimal 177 203 170
Hex B1 CB AA

RGB Percentages of Color #b1cbaa

%32.18
%36.91
%30.91

CMYK Percentages of Color #b1cbaa

%13
%0
%16
%20

Triadic Colors of #b1cbaa

#b1cbaa #aab1cb #cbaab1

Analogous Colors of #b1cbaa

#b1cbaa #aacbb4 #c2cbaa

Monochromatic Colors of #b1cbaa

#b1cbaa

Complementary Color

#b1cbaa #c4aacb

#b1cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cbaa Color CSS Codes

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

#b1cbaa Text Font Color

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

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


#b1cbaa Background Color

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

This div background color is #b1cbaa


#b1cbaa Border Color

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

This div border color is #b1cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cbaa


Comments

No comments written yet.

Please login to write comment.