Color Hex Logo

#bbfe0a Color Hex

#BBFE0A
(187,254,10)
0 Favorites   0 Comments

Color spaces of #bbfe0a

RGB 18725410
HSL0.210.990.52
HSV76°96°100°
CMYK 0.260.000.96   0.00
XYZ55.990181.470313.0615
Yxy81.47030.37200.5413
Hunter Lab90.2609-47.230554.6029
CIE-Lab92.3406-47.843488.1568

#bbfe0a color RGB value is (187,254,10).

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

The process color (four color CMYK) of #bbfe0a color hex is 0.26, 0.00, 0.96, 0.00. Web safe color of #bbfe0a is #ccff00. Color #bbfe0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 00001010
Octal 273 376 12
Decimal 187 254 10
Hex BB FE A

RGB Percentages of Color #bbfe0a

%41.46
%56.32
%2.22

CMYK Percentages of Color #bbfe0a

%26
%0
%96
%0

Triadic Colors of #bbfe0a

#bbfe0a #0abbfe #fe0abb

Analogous Colors of #bbfe0a

#bbfe0a #41fe0a #fec70a

Monochromatic Colors of #bbfe0a

#bbfe0a

Complementary Color

#bbfe0a #4d0afe

#bbfe0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfe0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfe0a Color CSS Codes

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

#bbfe0a Text Font Color

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

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


#bbfe0a Background Color

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

This div background color is #bbfe0a


#bbfe0a Border Color

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

This div border color is #bbfe0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfe0a

Related Colors


Comments

No comments written yet.

Please login to write comment.