Color Hex Logo

#bbf86a Color Hex

#BBF86A
(187,248,106)
0 Favorites   0 Comments

Color spaces of #bbf86a

RGB 187248106
HSL0.240.910.69
HSV86°57°97°
CMYK 0.250.000.57   0.03
XYZ56.662478.740225.8476
Yxy78.74020.35140.4883
Hunter Lab88.7357-41.305844.8445
CIE-Lab91.1166-40.896860.8469

#bbf86a color RGB value is (187,248,106).

#bbf86a hex color red value is 187, green value is 248 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bbf86a hue: 0.24 , saturation: 0.91 and the lightness value of bbf86a is 0.69.

The process color (four color CMYK) of #bbf86a color hex is 0.25, 0.00, 0.57, 0.03. Web safe color of #bbf86a is #ccff66. Color #bbf86a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111000 01101010
Octal 273 370 152
Decimal 187 248 106
Hex BB F8 6A

RGB Percentages of Color #bbf86a

%34.57
%45.84
%19.59

CMYK Percentages of Color #bbf86a

%25
%0
%57
%3

Triadic Colors of #bbf86a

#bbf86a #6abbf8 #f86abb

Analogous Colors of #bbf86a

#bbf86a #74f86a #f8ee6a

Monochromatic Colors of #bbf86a

#bbf86a

Complementary Color

#bbf86a #a76af8

#bbf86a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf86a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf86a Color CSS Codes

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

#bbf86a Text Font Color

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

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


#bbf86a Background Color

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

This div background color is #bbf86a


#bbf86a Border Color

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

This div border color is #bbf86a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf86a


Comments

No comments written yet.

Please login to write comment.