Color Hex Logo

#bbf59a Color Hex

#BBF59A
(187,245,154)
0 Favorites   0 Comments

Color spaces of #bbf59a

RGB 187245154
HSL0.270.820.78
HSV98°37°96°
CMYK 0.240.000.37   0.04
XYZ58.978778.202742.5580
Yxy78.20270.32810.4351
Hunter Lab88.4323-35.708433.3693
CIE-Lab90.8723-34.186138.0324

#bbf59a color RGB value is (187,245,154).

#bbf59a hex color red value is 187, green value is 245 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bbf59a hue: 0.27 , saturation: 0.82 and the lightness value of bbf59a is 0.78.

The process color (four color CMYK) of #bbf59a color hex is 0.24, 0.00, 0.37, 0.04. Web safe color of #bbf59a is #ccff99. Color #bbf59a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110101 10011010
Octal 273 365 232
Decimal 187 245 154
Hex BB F5 9A

RGB Percentages of Color #bbf59a

%31.91
%41.81
%26.28

CMYK Percentages of Color #bbf59a

%24
%0
%37
%4

Triadic Colors of #bbf59a

#bbf59a #9abbf5 #f59abb

Analogous Colors of #bbf59a

#bbf59a #9af5a7 #e9f59a

Monochromatic Colors of #bbf59a

#bbf59a

Complementary Color

#bbf59a #d49af5

#bbf59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf59a Color CSS Codes

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

#bbf59a Text Font Color

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

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


#bbf59a Background Color

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

This div background color is #bbf59a


#bbf59a Border Color

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

This div border color is #bbf59a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf59a


Comments

No comments written yet.

Please login to write comment.