Color Hex Logo

#bbfaaa Color Hex

#BBFAAA
(187,250,170)
0 Favorites   0 Comments

Color spaces of #bbfaaa

RGB 187250170
HSL0.300.890.82
HSV107°32°98°
CMYK 0.250.000.32   0.02
XYZ61.934881.838350.5623
Yxy81.83830.31870.4211
Hunter Lab90.4645-36.106330.1869
CIE-Lab92.5034-34.207532.1984

#bbfaaa color RGB value is (187,250,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 10101010
Octal 273 372 252
Decimal 187 250 170
Hex BB FA AA

RGB Percentages of Color #bbfaaa

%30.81
%41.19
%28.01

CMYK Percentages of Color #bbfaaa

%25
%0
%32
%2

Triadic Colors of #bbfaaa

#bbfaaa #aabbfa #faaabb

Analogous Colors of #bbfaaa

#bbfaaa #aafac1 #e3faaa

Monochromatic Colors of #bbfaaa

#bbfaaa

Complementary Color

#bbfaaa #e9aafa

#bbfaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfaaa Color CSS Codes

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

#bbfaaa Text Font Color

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

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


#bbfaaa Background Color

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

This div background color is #bbfaaa


#bbfaaa Border Color

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

This div border color is #bbfaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfaaa

#bbfaaa Color Palettes


Comments

No comments written yet.

Please login to write comment.