Color Hex Logo

#bbf46f Color Hex

#BBF46F
(187,244,111)
0 Favorites   0 Comments

Color spaces of #bbf46f

RGB 187244111
HSL0.240.860.70
HSV86°55°96°
CMYK 0.230.000.55   0.04
XYZ55.713476.413926.8519
Yxy76.41390.35040.4807
Hunter Lab87.4150-39.210542.9780
CIE-Lab90.0512-38.666957.4264

#bbf46f color RGB value is (187,244,111).

#bbf46f hex color red value is 187, green value is 244 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bbf46f hue: 0.24 , saturation: 0.86 and the lightness value of bbf46f is 0.70.

The process color (four color CMYK) of #bbf46f color hex is 0.23, 0.00, 0.55, 0.04. Web safe color of #bbf46f is #ccff66. Color #bbf46f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110100 01101111
Octal 273 364 157
Decimal 187 244 111
Hex BB F4 6F

RGB Percentages of Color #bbf46f

%34.50
%45.02
%20.48

CMYK Percentages of Color #bbf46f

%23
%0
%55
%4

Triadic Colors of #bbf46f

#bbf46f #6fbbf4 #f46fbb

Analogous Colors of #bbf46f

#bbf46f #79f46f #f4eb6f

Monochromatic Colors of #bbf46f

#bbf46f

Complementary Color

#bbf46f #a86ff4

#bbf46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf46f Color CSS Codes

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

#bbf46f Text Font Color

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

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


#bbf46f Background Color

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

This div background color is #bbf46f


#bbf46f Border Color

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

This div border color is #bbf46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf46f


Comments

No comments written yet.

Please login to write comment.