Color Hex Logo

#bbfc3f Color Hex

#BBFC3F
(187,252,63)
0 Favorites   0 Comments

Color spaces of #bbfc3f

RGB 18725263
HSL0.220.970.62
HSV81°75°99°
CMYK 0.260.000.75   0.01
XYZ56.201180.544517.2872
Yxy80.54450.36490.5229
Hunter Lab89.7466-45.276351.4020
CIE-Lab91.9286-45.541977.7864

#bbfc3f color RGB value is (187,252,63).

#bbfc3f hex color red value is 187, green value is 252 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bbfc3f hue: 0.22 , saturation: 0.97 and the lightness value of bbfc3f is 0.62.

The process color (four color CMYK) of #bbfc3f color hex is 0.26, 0.00, 0.75, 0.01. Web safe color of #bbfc3f is #ccff33. Color #bbfc3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 00111111
Octal 273 374 77
Decimal 187 252 63
Hex BB FC 3F

RGB Percentages of Color #bbfc3f

%37.25
%50.20
%12.55

CMYK Percentages of Color #bbfc3f

%26
%0
%75
%1

Triadic Colors of #bbfc3f

#bbfc3f #3fbbfc #fc3fbb

Analogous Colors of #bbfc3f

#bbfc3f #5dfc3f #fcdf3f

Monochromatic Colors of #bbfc3f

#bbfc3f

Complementary Color

#bbfc3f #803ffc

#bbfc3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfc3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfc3f Color CSS Codes

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

#bbfc3f Text Font Color

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

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


#bbfc3f Background Color

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

This div background color is #bbfc3f


#bbfc3f Border Color

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

This div border color is #bbfc3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfc3f

Related Colors


Comments

No comments written yet.

Please login to write comment.