Color Hex Logo

#bbfa12 Color Hex

#BBFA12
(187,250,18)
0 Favorites   0 Comments

Color spaces of #bbfa12

RGB 18725018
HSL0.210.960.53
HSV76°93°98°
CMYK 0.250.000.93   0.02
XYZ54.788378.979712.9292
Yxy78.97970.37350.5384
Hunter Lab88.8705-45.478953.5836
CIE-Lab91.2251-46.056086.5678

#bbfa12 color RGB value is (187,250,18).

#bbfa12 hex color red value is 187, green value is 250 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #bbfa12 hue: 0.21 , saturation: 0.96 and the lightness value of bbfa12 is 0.53.

The process color (four color CMYK) of #bbfa12 color hex is 0.25, 0.00, 0.93, 0.02. Web safe color of #bbfa12 is #ccff00. Color #bbfa12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 00010010
Octal 273 372 22
Decimal 187 250 18
Hex BB FA 12

RGB Percentages of Color #bbfa12

%41.10
%54.95
%3.96

CMYK Percentages of Color #bbfa12

%25
%0
%93
%2

Triadic Colors of #bbfa12

#bbfa12 #12bbfa #fa12bb

Analogous Colors of #bbfa12

#bbfa12 #47fa12 #fac512

Monochromatic Colors of #bbfa12

#bbfa12

Complementary Color

#bbfa12 #5112fa

#bbfa12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfa12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfa12 Color CSS Codes

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

#bbfa12 Text Font Color

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

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


#bbfa12 Background Color

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

This div background color is #bbfa12


#bbfa12 Border Color

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

This div border color is #bbfa12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfa12

Related Colors


Comments

No comments written yet.

Please login to write comment.