Color Hex Logo

#bbf96d Color Hex

#BBF96D
(187,249,109)
0 Favorites   0 Comments

Color spaces of #bbf96d

RGB 187249109
HSL0.240.920.70
HSV87°56°98°
CMYK 0.250.000.56   0.02
XYZ57.129579.420326.7866
Yxy79.42030.34980.4862
Hunter Lab89.1181-41.528544.5616
CIE-Lab91.4241-41.069159.8953

#bbf96d color RGB value is (187,249,109).

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

The process color (four color CMYK) of #bbf96d color hex is 0.25, 0.00, 0.56, 0.02. Web safe color of #bbf96d is #ccff66. Color #bbf96d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 01101101
Octal 273 371 155
Decimal 187 249 109
Hex BB F9 6D

RGB Percentages of Color #bbf96d

%34.31
%45.69
%20.00

CMYK Percentages of Color #bbf96d

%25
%0
%56
%2

Triadic Colors of #bbf96d

#bbf96d #6dbbf9 #f96dbb

Analogous Colors of #bbf96d

#bbf96d #75f96d #f9f16d

Monochromatic Colors of #bbf96d

#bbf96d

Complementary Color

#bbf96d #ab6df9

#bbf96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf96d Color CSS Codes

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

#bbf96d Text Font Color

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

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


#bbf96d Background Color

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

This div background color is #bbf96d


#bbf96d Border Color

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

This div border color is #bbf96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf96d


Comments

No comments written yet.

Please login to write comment.