Color Hex Logo

#bbf54a Color Hex

#BBF54A
(187,245,74)
0 Favorites   0 Comments

Color spaces of #bbf54a

RGB 18724574
HSL0.220.900.63
HSV80°70°96°
CMYK 0.240.000.70   0.04
XYZ54.382076.364018.3521
Yxy76.36400.36470.5122
Hunter Lab87.3865-41.843048.7190
CIE-Lab90.0281-41.927672.3300

#bbf54a color RGB value is (187,245,74).

#bbf54a hex color red value is 187, green value is 245 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bbf54a hue: 0.22 , saturation: 0.90 and the lightness value of bbf54a is 0.63.

The process color (four color CMYK) of #bbf54a color hex is 0.24, 0.00, 0.70, 0.04. Web safe color of #bbf54a is #ccff33. Color #bbf54a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110101 01001010
Octal 273 365 112
Decimal 187 245 74
Hex BB F5 4A

RGB Percentages of Color #bbf54a

%36.96
%48.42
%14.62

CMYK Percentages of Color #bbf54a

%24
%0
%70
%4

Triadic Colors of #bbf54a

#bbf54a #4abbf5 #f54abb

Analogous Colors of #bbf54a

#bbf54a #66f54a #f5da4a

Monochromatic Colors of #bbf54a

#bbf54a

Complementary Color

#bbf54a #844af5

#bbf54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf54a Color CSS Codes

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

#bbf54a Text Font Color

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

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


#bbf54a Background Color

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

This div background color is #bbf54a


#bbf54a Border Color

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

This div border color is #bbf54a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,245,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 #bbf54a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf54a


Comments

No comments written yet.

Please login to write comment.