Color Hex Logo

#bbf90f Color Hex

#BBF90F
(187,249,15)
0 Favorites   0 Comments

Color spaces of #bbf90f

RGB 18724915
HSL0.210.950.52
HSV76°94°98°
CMYK 0.250.000.94   0.02
XYZ54.455478.350612.7050
Yxy78.35060.37420.5385
Hunter Lab88.5159-45.088753.4510
CIE-Lab90.9397-45.670186.6471

#bbf90f color RGB value is (187,249,15).

#bbf90f hex color red value is 187, green value is 249 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bbf90f hue: 0.21 , saturation: 0.95 and the lightness value of bbf90f is 0.52.

The process color (four color CMYK) of #bbf90f color hex is 0.25, 0.00, 0.94, 0.02. Web safe color of #bbf90f is #ccff00. Color #bbf90f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 00001111
Octal 273 371 17
Decimal 187 249 15
Hex BB F9 F

RGB Percentages of Color #bbf90f

%41.46
%55.21
%3.33

CMYK Percentages of Color #bbf90f

%25
%0
%94
%2

Triadic Colors of #bbf90f

#bbf90f #0fbbf9 #f90fbb

Analogous Colors of #bbf90f

#bbf90f #46f90f #f9c20f

Monochromatic Colors of #bbf90f

#bbf90f

Complementary Color

#bbf90f #4d0ff9

#bbf90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf90f Color CSS Codes

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

#bbf90f Text Font Color

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

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


#bbf90f Background Color

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

This div background color is #bbf90f


#bbf90f Border Color

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

This div border color is #bbf90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf90f


Comments

No comments written yet.

Please login to write comment.