Color Hex Logo

#bbfe3c Color Hex

#BBFE3C
(187,254,60)
0 Favorites   0 Comments

Color spaces of #bbfe3c

RGB 18725460
HSL0.220.990.62
HSV81°76°100°
CMYK 0.260.000.76   0.00
XYZ56.750981.774717.0680
Yxy81.77470.36470.5256
Hunter Lab90.4294-46.229952.1099
CIE-Lab92.4753-46.534479.1887

#bbfe3c color RGB value is (187,254,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 00111100
Octal 273 376 74
Decimal 187 254 60
Hex BB FE 3C

RGB Percentages of Color #bbfe3c

%37.33
%50.70
%11.98

CMYK Percentages of Color #bbfe3c

%26
%0
%76
%0

Triadic Colors of #bbfe3c

#bbfe3c #3cbbfe #fe3cbb

Analogous Colors of #bbfe3c

#bbfe3c #5afe3c #fee03c

Monochromatic Colors of #bbfe3c

#bbfe3c

Complementary Color

#bbfe3c #7f3cfe

#bbfe3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfe3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfe3c Color CSS Codes

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

#bbfe3c Text Font Color

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

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


#bbfe3c Background Color

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

This div background color is #bbfe3c


#bbfe3c Border Color

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

This div border color is #bbfe3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfe3c

Related Colors


Comments

No comments written yet.

Please login to write comment.