Color Hex Logo

#b6faac Color Hex

#B6FAAC
(182,250,172)
0 Favorites   0 Comments

Color spaces of #b6faac

RGB 182250172
HSL0.310.890.83
HSV112°31°98°
CMYK 0.270.000.31   0.02
XYZ60.923481.294951.5102
Yxy81.29490.31450.4196
Hunter Lab90.1637-37.174429.2424
CIE-Lab92.2628-35.542730.8216

#b6faac color RGB value is (182,250,172).

#b6faac hex color red value is 182, green value is 250 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b6faac hue: 0.31 , saturation: 0.89 and the lightness value of b6faac is 0.83.

The process color (four color CMYK) of #b6faac color hex is 0.27, 0.00, 0.31, 0.02. Web safe color of #b6faac is #ccff99. Color #b6faac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111010 10101100
Octal 266 372 254
Decimal 182 250 172
Hex B6 FA AC

RGB Percentages of Color #b6faac

%30.13
%41.39
%28.48

CMYK Percentages of Color #b6faac

%27
%0
%31
%2

Triadic Colors of #b6faac

#b6faac #acb6fa #faacb6

Analogous Colors of #b6faac

#b6faac #acfac9 #ddfaac

Monochromatic Colors of #b6faac

#b6faac

Complementary Color

#b6faac #f0acfa

#b6faac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6faac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6faac Color CSS Codes

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

#b6faac Text Font Color

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

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


#b6faac Background Color

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

This div background color is #b6faac


#b6faac Border Color

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

This div border color is #b6faac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6faac


Comments

No comments written yet.

Please login to write comment.