Color Hex Logo

#bbffaa Color Hex

#BBFFAA
(187,255,170)
1 Favorites   0 Comments

Color spaces of #bbffaa

RGB 187255170
HSL0.301.000.83
HSV108°33°100°
CMYK 0.270.000.33   0.00
XYZ63.509284.987151.0871
Yxy84.98710.31820.4258
Hunter Lab92.1884-38.360031.6758
CIE-Lab93.8776-36.488134.0336

#bbffaa color RGB value is (187,255,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 10101010
Octal 273 377 252
Decimal 187 255 170
Hex BB FF AA

RGB Percentages of Color #bbffaa

%30.56
%41.67
%27.78

CMYK Percentages of Color #bbffaa

%27
%0
%33
%0

Triadic Colors of #bbffaa

#bbffaa #aabbff #ffaabb

Analogous Colors of #bbffaa

#bbffaa #aaffc4 #e6ffaa

Monochromatic Colors of #bbffaa

#bbffaa

Complementary Color

#bbffaa #eeaaff

#bbffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbffaa Color CSS Codes

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

#bbffaa Text Font Color

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

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


#bbffaa Background Color

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

This div background color is #bbffaa


#bbffaa Border Color

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

This div border color is #bbffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbffaa

Related Colors


Comments

No comments written yet.

Please login to write comment.