Color Hex Logo

#bbf000 Color Hex

#BBF000
(187,240,0)
0 Favorites   0 Comments

Color spaces of #bbf000

RGB 1872400
HSL0.201.000.47
HSV73°100°94°
CMYK 0.220.001.00   0.06
XYZ51.653672.885011.3458
Yxy72.88500.38010.5364
Hunter Lab85.3727-41.403251.8814
CIE-Lab88.3928-41.940485.8735

#bbf000 color RGB value is (187,240,0).

#bbf000 hex color red value is 187, green value is 240 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bbf000 hue: 0.20 , saturation: 1.00 and the lightness value of bbf000 is 0.47.

The process color (four color CMYK) of #bbf000 color hex is 0.22, 0.00, 1.00, 0.06. Web safe color of #bbf000 is #ccff00. Color #bbf000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110000 00000000
Octal 273 360 0
Decimal 187 240 0
Hex BB F0 0

RGB Percentages of Color #bbf000

%43.79
%56.21
%0.00

CMYK Percentages of Color #bbf000

%22
%0
%100
%6

Triadic Colors of #bbf000

#bbf000 #00bbf0 #f000bb

Analogous Colors of #bbf000

#bbf000 #43f000 #f0ad00

Monochromatic Colors of #bbf000

#bbf000

Complementary Color

#bbf000 #3500f0

#bbf000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf000 Color CSS Codes

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

#bbf000 Text Font Color

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

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


#bbf000 Background Color

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

This div background color is #bbf000


#bbf000 Border Color

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

This div border color is #bbf000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf000


Comments

No comments written yet.

Please login to write comment.