Color Hex Logo

#bbf501 Color Hex

#BBF501
(187,245,1)
0 Favorites   0 Comments

Color spaces of #bbf501

RGB 1872451
HSL0.210.990.48
HSV74°100°96°
CMYK 0.240.001.00   0.04
XYZ53.151475.871811.8721
Yxy75.87180.37720.5385
Hunter Lab87.1044-43.511552.8920
CIE-Lab89.7998-44.098586.8660

#bbf501 color RGB value is (187,245,1).

#bbf501 hex color red value is 187, green value is 245 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #bbf501 hue: 0.21 , saturation: 0.99 and the lightness value of bbf501 is 0.48.

The process color (four color CMYK) of #bbf501 color hex is 0.24, 0.00, 1.00, 0.04. Web safe color of #bbf501 is #ccff00. Color #bbf501 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110101 00000001
Octal 273 365 1
Decimal 187 245 1
Hex BB F5 1

RGB Percentages of Color #bbf501

%43.19
%56.58
%0.23

CMYK Percentages of Color #bbf501

%24
%0
%100
%4

Triadic Colors of #bbf501

#bbf501 #01bbf5 #f501bb

Analogous Colors of #bbf501

#bbf501 #41f501 #f5b501

Monochromatic Colors of #bbf501

#bbf501

Complementary Color

#bbf501 #3b01f5

#bbf501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf501 Color CSS Codes

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

#bbf501 Text Font Color

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

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


#bbf501 Background Color

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

This div background color is #bbf501


#bbf501 Border Color

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

This div border color is #bbf501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf501


Comments

No comments written yet.

Please login to write comment.