Color Hex Logo

#bbf100 Color Hex

#BBF100
(187,241,0)
0 Favorites   0 Comments

Color spaces of #bbf100

RGB 1872410
HSL0.201.000.47
HSV73°100°95°
CMYK 0.220.001.00   0.05
XYZ51.948873.475411.4442
Yxy73.47540.37960.5368
Hunter Lab85.7178-41.827252.0866
CIE-Lab88.6740-42.376386.0869

#bbf100 color RGB value is (187,241,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 00000000
Octal 273 361 0
Decimal 187 241 0
Hex BB F1 0

RGB Percentages of Color #bbf100

%43.69
%56.31
%0.00

CMYK Percentages of Color #bbf100

%22
%0
%100
%5

Triadic Colors of #bbf100

#bbf100 #00bbf1 #f100bb

Analogous Colors of #bbf100

#bbf100 #42f100 #f1af00

Monochromatic Colors of #bbf100

#bbf100

Complementary Color

#bbf100 #3600f1

#bbf100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf100 Color CSS Codes

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

#bbf100 Text Font Color

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

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


#bbf100 Background Color

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

This div background color is #bbf100


#bbf100 Border Color

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

This div border color is #bbf100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf100


Comments

No comments written yet.

Please login to write comment.