Color Hex Logo

#b9faaa Color Hex

#B9FAAA
(185,250,170)
0 Favorites   0 Comments

Color spaces of #b9faaa

RGB 185250170
HSL0.300.890.82
HSV109°32°98°
CMYK 0.260.000.32   0.02
XYZ61.448981.587850.5395
Yxy81.58780.31740.4215
Hunter Lab90.3260-36.636630.0540
CIE-Lab92.3926-34.866432.0306

#b9faaa color RGB value is (185,250,170).

#b9faaa hex color red value is 185, green value is 250 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b9faaa hue: 0.30 , saturation: 0.89 and the lightness value of b9faaa is 0.82.

The process color (four color CMYK) of #b9faaa color hex is 0.26, 0.00, 0.32, 0.02. Web safe color of #b9faaa is #ccff99. Color #b9faaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111010 10101010
Octal 271 372 252
Decimal 185 250 170
Hex B9 FA AA

RGB Percentages of Color #b9faaa

%30.58
%41.32
%28.10

CMYK Percentages of Color #b9faaa

%26
%0
%32
%2

Triadic Colors of #b9faaa

#b9faaa #aab9fa #faaab9

Analogous Colors of #b9faaa

#b9faaa #aafac3 #e1faaa

Monochromatic Colors of #b9faaa

#b9faaa

Complementary Color

#b9faaa #ebaafa

#b9faaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9faaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9faaa Color CSS Codes

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

#b9faaa Text Font Color

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

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


#b9faaa Background Color

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

This div background color is #b9faaa


#b9faaa Border Color

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

This div border color is #b9faaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9faaa


Comments

No comments written yet.

Please login to write comment.