color codes Logo

#bbfc4c color codes

#BBFC4C
(187,252,76)
0 Favorites   0 Comments

Color spaces of #bbfc4c

RGB 18725276
HSL0.230.970.64
HSV82°70°99°
CMYK 0.260.000.70   0.01
XYZ56.608480.707419.4320
Yxy80.70740.36110.5149
Hunter Lab89.8373-44.738650.0616
CIE-Lab92.0013-44.844073.6064

#bbfc4c color RGB value is (187,252,76).

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

The process color (four color CMYK) of #bbfc4c color code is 0.26, 0.00, 0.70, 0.01. Web safe color of #bbfc4c is #ccff33. Color #bbfc4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 01001100
Octal 273 374 114
Decimal 187 252 76
Hex BB FC 4C

RGB Percentages of Color #bbfc4c

%36.31
%48.93
%14.76

CMYK Percentages of Color #bbfc4c

%26
%0
%70
%1

Triadic Colors of #bbfc4c

#bbfc4c #4cbbfc #fc4cbb

Analogous Colors of #bbfc4c

#bbfc4c #63fc4c #fce54c

Monochromatic Colors of #bbfc4c

#bbfc4c

Complementary Color

#bbfc4c #8d4cfc

#bbfc4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfc4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfc4c Color CSS Codes

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

#bbfc4c Text Font Color

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

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


#bbfc4c Background Color

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

This div background color is #bbfc4c


#bbfc4c Border Color

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

This div border color is #bbfc4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfc4c


Comments

No comments written yet.

Please login to write comment.