Color Hex Logo

#b6c2ac Color Hex

#B6C2AC
(182,194,172)
0 Favorites   0 Comments

Color spaces of #b6c2ac

RGB 182194172
HSL0.260.150.72
HSV93°11°76°
CMYK 0.060.000.11   0.24
XYZ46.029651.507246.5456
Yxy51.50720.31950.3575
Hunter Lab71.7685-11.111811.7853
CIE-Lab76.9852-8.15089.6577

#b6c2ac color RGB value is (182,194,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11000010 10101100
Octal 266 302 254
Decimal 182 194 172
Hex B6 C2 AC

RGB Percentages of Color #b6c2ac

%33.21
%35.40
%31.39

CMYK Percentages of Color #b6c2ac

%6
%0
%11
%24

Triadic Colors of #b6c2ac

#b6c2ac #acb6c2 #c2acb6

Analogous Colors of #b6c2ac

#b6c2ac #acc2ad #c1c2ac

Monochromatic Colors of #b6c2ac

#b6c2ac

Complementary Color

#b6c2ac #b8acc2

#b6c2ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6c2ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6c2ac Color CSS Codes

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

#b6c2ac Text Font Color

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

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


#b6c2ac Background Color

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

This div background color is #b6c2ac


#b6c2ac Border Color

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

This div border color is #b6c2ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6c2ac


Comments

No comments written yet.

Please login to write comment.