Color Hex Logo

#b6c2ab Color Hex

#B6C2AB
(182,194,171)
0 Favorites   0 Comments

Color spaces of #b6c2ab

RGB 182194171
HSL0.250.160.72
HSV91°12°76°
CMYK 0.060.000.12   0.24
XYZ45.933951.468946.0416
Yxy51.46890.32020.3588
Hunter Lab71.7418-11.260612.1689
CIE-Lab76.9622-8.323810.1637

#b6c2ab color RGB value is (182,194,171).

#b6c2ab hex color red value is 182, green value is 194 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b6c2ab hue: 0.25 , saturation: 0.16 and the lightness value of b6c2ab is 0.72.

The process color (four color CMYK) of #b6c2ab color hex is 0.06, 0.00, 0.12, 0.24. Web safe color of #b6c2ab is #cccc99. Color #b6c2ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11000010 10101011
Octal 266 302 253
Decimal 182 194 171
Hex B6 C2 AB

RGB Percentages of Color #b6c2ab

%33.27
%35.47
%31.26

CMYK Percentages of Color #b6c2ab

%6
%0
%12
%24

Triadic Colors of #b6c2ab

#b6c2ab #abb6c2 #c2abb6

Analogous Colors of #b6c2ab

#b6c2ab #abc2ac #c2c2ab

Monochromatic Colors of #b6c2ab

#b6c2ab

Complementary Color

#b6c2ab #b7abc2

#b6c2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6c2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6c2ab Color CSS Codes

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

#b6c2ab Text Font Color

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

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


#b6c2ab Background Color

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

This div background color is #b6c2ab


#b6c2ab Border Color

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

This div border color is #b6c2ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,194,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6c2ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6c2ab;
  -webkit-box-shadow: 1px 1px 3px 2px #b6c2ab;
  box-shadow:         1px 1px 3px 2px #b6c2ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,194,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6c2ab


Comments

No comments written yet.

Please login to write comment.