Color Hex Logo

#bbfc5f Color Hex

#BBFC5F
(187,252,95)
0 Favorites   0 Comments

Color spaces of #bbfc5f

RGB 18725295
HSL0.240.960.68
HSV85°62°99°
CMYK 0.260.000.62   0.01
XYZ57.369581.011823.4396
Yxy81.01180.35450.5006
Hunter Lab90.0066-43.736947.5642
CIE-Lab92.1369-43.551666.5777

#bbfc5f color RGB value is (187,252,95).

#bbfc5f hex color red value is 187, green value is 252 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bbfc5f hue: 0.24 , saturation: 0.96 and the lightness value of bbfc5f is 0.68.

The process color (four color CMYK) of #bbfc5f color hex is 0.26, 0.00, 0.62, 0.01. Web safe color of #bbfc5f is #ccff66. Color #bbfc5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 01011111
Octal 273 374 137
Decimal 187 252 95
Hex BB FC 5F

RGB Percentages of Color #bbfc5f

%35.02
%47.19
%17.79

CMYK Percentages of Color #bbfc5f

%26
%0
%62
%1

Triadic Colors of #bbfc5f

#bbfc5f #5fbbfc #fc5fbb

Analogous Colors of #bbfc5f

#bbfc5f #6dfc5f #fcef5f

Monochromatic Colors of #bbfc5f

#bbfc5f

Complementary Color

#bbfc5f #a05ffc

#bbfc5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfc5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfc5f Color CSS Codes

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

#bbfc5f Text Font Color

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

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


#bbfc5f Background Color

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

This div background color is #bbfc5f


#bbfc5f Border Color

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

This div border color is #bbfc5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfc5f


Comments

No comments written yet.

Please login to write comment.