Color Hex Logo

#bbf002 Color Hex

#BBF002
(187,240,2)
0 Favorites   0 Comments

Color spaces of #bbf002

RGB 1872402
HSL0.200.980.47
HSV73°99°94°
CMYK 0.220.000.99   0.06
XYZ51.664672.889411.4035
Yxy72.88940.38000.5361
Hunter Lab85.3753-41.388051.8434
CIE-Lab88.3949-41.920585.7178

#bbf002 color RGB value is (187,240,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110000 00000010
Octal 273 360 2
Decimal 187 240 2
Hex BB F0 2

RGB Percentages of Color #bbf002

%43.59
%55.94
%0.47

CMYK Percentages of Color #bbf002

%22
%0
%99
%6

Triadic Colors of #bbf002

#bbf002 #02bbf0 #f002bb

Analogous Colors of #bbf002

#bbf002 #44f002 #f0ae02

Monochromatic Colors of #bbf002

#bbf002

Complementary Color

#bbf002 #3702f0

#bbf002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf002 Color CSS Codes

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

#bbf002 Text Font Color

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

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


#bbf002 Background Color

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

This div background color is #bbf002


#bbf002 Border Color

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

This div border color is #bbf002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf002


Comments

No comments written yet.

Please login to write comment.