Color Hex Logo

#bbfaa9 Color Hex

#BBFAA9
(187,250,169)
0 Favorites   0 Comments

Color spaces of #bbfaa9

RGB 187250169
HSL0.300.890.82
HSV107°32°98°
CMYK 0.250.000.32   0.02
XYZ61.840681.800650.0659
Yxy81.80060.31920.4223
Hunter Lab90.4437-36.227630.4901
CIE-Lab92.4868-34.355632.6782

#bbfaa9 color RGB value is (187,250,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 10101001
Octal 273 372 251
Decimal 187 250 169
Hex BB FA A9

RGB Percentages of Color #bbfaa9

%30.86
%41.25
%27.89

CMYK Percentages of Color #bbfaa9

%25
%0
%32
%2

Triadic Colors of #bbfaa9

#bbfaa9 #a9bbfa #faa9bb

Analogous Colors of #bbfaa9

#bbfaa9 #a9fac0 #e4faa9

Monochromatic Colors of #bbfaa9

#bbfaa9

Complementary Color

#bbfaa9 #e8a9fa

#bbfaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfaa9 Color CSS Codes

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

#bbfaa9 Text Font Color

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

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


#bbfaa9 Background Color

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

This div background color is #bbfaa9


#bbfaa9 Border Color

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

This div border color is #bbfaa9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,250,169, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfaa9

Related Colors


Comments

No comments written yet.

Please login to write comment.