Color Hex Logo

#bbfc4a Color Hex

#BBFC4A
(187,252,74)
0 Favorites   0 Comments

Color spaces of #bbfc4a

RGB 18725274
HSL0.230.970.64
HSV82°71°99°
CMYK 0.260.000.71   0.01
XYZ56.540080.680019.0714
Yxy80.68000.36180.5162
Hunter Lab89.8220-44.828750.2867
CIE-Lab91.9891-44.960874.2862

#bbfc4a color RGB value is (187,252,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 01001010
Octal 273 374 112
Decimal 187 252 74
Hex BB FC 4A

RGB Percentages of Color #bbfc4a

%36.45
%49.12
%14.42

CMYK Percentages of Color #bbfc4a

%26
%0
%71
%1

Triadic Colors of #bbfc4a

#bbfc4a #4abbfc #fc4abb

Analogous Colors of #bbfc4a

#bbfc4a #62fc4a #fce44a

Monochromatic Colors of #bbfc4a

#bbfc4a

Complementary Color

#bbfc4a #8b4afc

#bbfc4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfc4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfc4a Color CSS Codes

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

#bbfc4a Text Font Color

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

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


#bbfc4a Background Color

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

This div background color is #bbfc4a


#bbfc4a Border Color

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

This div border color is #bbfc4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfc4a


Comments

No comments written yet.

Please login to write comment.