Color Hex Logo

#bbf54c Color Hex

#BBF54C
(187,245,76)
0 Favorites   0 Comments

Color spaces of #bbf54c

RGB 18724576
HSL0.220.890.63
HSV81°69°96°
CMYK 0.240.000.69   0.04
XYZ54.450476.391418.7127
Yxy76.39140.36410.5108
Hunter Lab87.4022-41.750748.4876
CIE-Lab90.0408-41.808371.6330

#bbf54c color RGB value is (187,245,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110101 01001100
Octal 273 365 114
Decimal 187 245 76
Hex BB F5 4C

RGB Percentages of Color #bbf54c

%36.81
%48.23
%14.96

CMYK Percentages of Color #bbf54c

%24
%0
%69
%4

Triadic Colors of #bbf54c

#bbf54c #4cbbf5 #f54cbb

Analogous Colors of #bbf54c

#bbf54c #67f54c #f5db4c

Monochromatic Colors of #bbf54c

#bbf54c

Complementary Color

#bbf54c #864cf5

#bbf54c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf54c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf54c Color CSS Codes

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

#bbf54c Text Font Color

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

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


#bbf54c Background Color

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

This div background color is #bbf54c


#bbf54c Border Color

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

This div border color is #bbf54c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf54c


Comments

No comments written yet.

Please login to write comment.