Color Hex Logo

#bbf97a Color Hex

#BBF97A
(187,249,122)
0 Favorites   0 Comments

Color spaces of #bbf97a

RGB 187249122
HSL0.250.910.73
HSV89°51°98°
CMYK 0.250.000.51   0.02
XYZ57.882179.721330.7494
Yxy79.72130.34380.4735
Hunter Lab89.2868-40.535442.0819
CIE-Lab91.5597-39.808554.2311

#bbf97a color RGB value is (187,249,122).

#bbf97a hex color red value is 187, green value is 249 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bbf97a hue: 0.25 , saturation: 0.91 and the lightness value of bbf97a is 0.73.

The process color (four color CMYK) of #bbf97a color hex is 0.25, 0.00, 0.51, 0.02. Web safe color of #bbf97a is #ccff66. Color #bbf97a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 01111010
Octal 273 371 172
Decimal 187 249 122
Hex BB F9 7A

RGB Percentages of Color #bbf97a

%33.51
%44.62
%21.86

CMYK Percentages of Color #bbf97a

%25
%0
%51
%2

Triadic Colors of #bbf97a

#bbf97a #7abbf9 #f97abb

Analogous Colors of #bbf97a

#bbf97a #7cf97a #f9f87a

Monochromatic Colors of #bbf97a

#bbf97a

Complementary Color

#bbf97a #b87af9

#bbf97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf97a Color CSS Codes

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

#bbf97a Text Font Color

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

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


#bbf97a Background Color

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

This div background color is #bbf97a


#bbf97a Border Color

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

This div border color is #bbf97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf97a


Comments

No comments written yet.

Please login to write comment.