color codes Logo

#bbf90a color codes

#BBF90A
(187,249,10)
0 Favorites   0 Comments

Color spaces of #bbf90a

RGB 18724910
HSL0.210.950.51
HSV76°96°98°
CMYK 0.250.000.96   0.02
XYZ54.424078.338112.5395
Yxy78.33810.37460.5391
Hunter Lab88.5088-45.130953.5562
CIE-Lab90.9340-45.725487.0636

#bbf90a color RGB value is (187,249,10).

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

The process color (four color CMYK) of #bbf90a color code is 0.25, 0.00, 0.96, 0.02. Web safe color of #bbf90a is #ccff00. Color #bbf90a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 00001010
Octal 273 371 12
Decimal 187 249 10
Hex BB F9 A

RGB Percentages of Color #bbf90a

%41.93
%55.83
%2.24

CMYK Percentages of Color #bbf90a

%25
%0
%96
%2

Triadic Colors of #bbf90a

#bbf90a #0abbf9 #f90abb

Analogous Colors of #bbf90a

#bbf90a #44f90a #f9c00a

Monochromatic Colors of #bbf90a

#bbf90a

Complementary Color

#bbf90a #480af9

#bbf90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf90a Color CSS Codes

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

#bbf90a Text Font Color

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

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


#bbf90a Background Color

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

This div background color is #bbf90a


#bbf90a Border Color

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

This div border color is #bbf90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf90a


Comments

No comments written yet.

Please login to write comment.