Color Hex Logo

#bbfd12 Color Hex

#BBFD12
(187,253,18)
0 Favorites   0 Comments

Color spaces of #bbfd12

RGB 18725318
HSL0.210.980.53
HSV77°93°99°
CMYK 0.260.000.93   0.01
XYZ55.728080.859013.2424
Yxy80.85900.37190.5397
Hunter Lab89.9216-46.739354.2137
CIE-Lab92.0689-47.327687.2352

#bbfd12 color RGB value is (187,253,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111101 00010010
Octal 273 375 22
Decimal 187 253 18
Hex BB FD 12

RGB Percentages of Color #bbfd12

%40.83
%55.24
%3.93

CMYK Percentages of Color #bbfd12

%26
%0
%93
%1

Triadic Colors of #bbfd12

#bbfd12 #12bbfd #fd12bb

Analogous Colors of #bbfd12

#bbfd12 #46fd12 #fdca12

Monochromatic Colors of #bbfd12

#bbfd12

Complementary Color

#bbfd12 #5412fd

#bbfd12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfd12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfd12 Color CSS Codes

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

#bbfd12 Text Font Color

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

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


#bbfd12 Background Color

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

This div background color is #bbfd12


#bbfd12 Border Color

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

This div border color is #bbfd12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfd12


Comments

No comments written yet.

Please login to write comment.