Color Hex Logo

#bbf500 Color Hex

#BBF500
(187,245,0)
0 Favorites   0 Comments

Color spaces of #bbf500

RGB 1872450
HSL0.211.000.48
HSV74°100°96°
CMYK 0.240.001.00   0.04
XYZ53.145975.869611.8432
Yxy75.86960.37730.5386
Hunter Lab87.1032-43.518952.9107
CIE-Lab89.7988-44.108386.9418

#bbf500 color RGB value is (187,245,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110101 00000000
Octal 273 365 0
Decimal 187 245 0
Hex BB F5 0

RGB Percentages of Color #bbf500

%43.29
%56.71
%0.00

CMYK Percentages of Color #bbf500

%24
%0
%100
%4

Triadic Colors of #bbf500

#bbf500 #00bbf5 #f500bb

Analogous Colors of #bbf500

#bbf500 #41f500 #f5b500

Monochromatic Colors of #bbf500

#bbf500

Complementary Color

#bbf500 #3a00f5

#bbf500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf500 Color CSS Codes

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

#bbf500 Text Font Color

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

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


#bbf500 Background Color

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

This div background color is #bbf500


#bbf500 Border Color

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

This div border color is #bbf500


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,245,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 #bbf500">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf500


Comments

No comments written yet.

Please login to write comment.