Color Hex Logo

#bbf65a Color Hex

#BBF65A
(187,246,90)
0 Favorites   0 Comments

Color spaces of #bbf65a

RGB 18724690
HSL0.230.900.66
HSV83°63°96°
CMYK 0.240.000.63   0.04
XYZ55.294777.214521.6624
Yxy77.21450.35870.5008
Hunter Lab87.8718-41.451746.8939
CIE-Lab90.4203-41.308766.7273

#bbf65a color RGB value is (187,246,90).

#bbf65a hex color red value is 187, green value is 246 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bbf65a hue: 0.23 , saturation: 0.90 and the lightness value of bbf65a is 0.66.

The process color (four color CMYK) of #bbf65a color hex is 0.24, 0.00, 0.63, 0.04. Web safe color of #bbf65a is #ccff66. Color #bbf65a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110110 01011010
Octal 273 366 132
Decimal 187 246 90
Hex BB F6 5A

RGB Percentages of Color #bbf65a

%35.76
%47.04
%17.21

CMYK Percentages of Color #bbf65a

%24
%0
%63
%4

Triadic Colors of #bbf65a

#bbf65a #5abbf6 #f65abb

Analogous Colors of #bbf65a

#bbf65a #6df65a #f6e35a

Monochromatic Colors of #bbf65a

#bbf65a

Complementary Color

#bbf65a #955af6

#bbf65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf65a Color CSS Codes

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

#bbf65a Text Font Color

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

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


#bbf65a Background Color

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

This div background color is #bbf65a


#bbf65a Border Color

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

This div border color is #bbf65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf65a


Comments

No comments written yet.

Please login to write comment.