Color Hex Logo

#bbff20 Color Hex

#BBFF20
(187,255,32)
0 Favorites   0 Comments

Color spaces of #bbff20

RGB 18725532
HSL0.221.000.56
HSV78°87°100°
CMYK 0.270.000.87   0.00
XYZ56.514282.189114.2520
Yxy82.18910.36950.5373
Hunter Lab90.6582-47.379154.1400
CIE-Lab92.6583-47.909085.7945

#bbff20 color RGB value is (187,255,32).

#bbff20 hex color red value is 187, green value is 255 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #bbff20 hue: 0.22 , saturation: 1.00 and the lightness value of bbff20 is 0.56.

The process color (four color CMYK) of #bbff20 color hex is 0.27, 0.00, 0.87, 0.00. Web safe color of #bbff20 is #ccff33. Color #bbff20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 00100000
Octal 273 377 40
Decimal 187 255 32
Hex BB FF 20

RGB Percentages of Color #bbff20

%39.45
%53.80
%6.75

CMYK Percentages of Color #bbff20

%27
%0
%87
%0

Triadic Colors of #bbff20

#bbff20 #20bbff #ff20bb

Analogous Colors of #bbff20

#bbff20 #4cff20 #ffd420

Monochromatic Colors of #bbff20

#bbff20

Complementary Color

#bbff20 #6420ff

#bbff20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbff20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbff20 Color CSS Codes

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

#bbff20 Text Font Color

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

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


#bbff20 Background Color

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

This div background color is #bbff20


#bbff20 Border Color

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

This div border color is #bbff20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbff20

Related Colors


Comments

No comments written yet.

Please login to write comment.