Color Hex Logo

#bbf059 Color Hex

#BBF059
(187,240,89)
0 Favorites   0 Comments

Color spaces of #bbf059

RGB 18724089
HSL0.230.830.65
HSV81°63°94°
CMYK 0.220.000.63   0.06
XYZ53.456873.606220.8412
Yxy73.60620.36140.4977
Hunter Lab85.7941-38.919345.6530
CIE-Lab88.7360-38.725965.3179

#bbf059 color RGB value is (187,240,89).

#bbf059 hex color red value is 187, green value is 240 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bbf059 hue: 0.23 , saturation: 0.83 and the lightness value of bbf059 is 0.65.

The process color (four color CMYK) of #bbf059 color hex is 0.22, 0.00, 0.63, 0.06. Web safe color of #bbf059 is #ccff66. Color #bbf059 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110000 01011001
Octal 273 360 131
Decimal 187 240 89
Hex BB F0 59

RGB Percentages of Color #bbf059

%36.24
%46.51
%17.25

CMYK Percentages of Color #bbf059

%22
%0
%63
%6

Triadic Colors of #bbf059

#bbf059 #59bbf0 #f059bb

Analogous Colors of #bbf059

#bbf059 #70f059 #f0da59

Monochromatic Colors of #bbf059

#bbf059

Complementary Color

#bbf059 #8e59f0

#bbf059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf059 Color CSS Codes

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

#bbf059 Text Font Color

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

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


#bbf059 Background Color

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

This div background color is #bbf059


#bbf059 Border Color

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

This div border color is #bbf059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf059


Comments

No comments written yet.

Please login to write comment.