Color Hex Logo

#bbf06d Color Hex

#BBF06D
(187,240,109)
0 Favorites   0 Comments

Color spaces of #bbf06d

RGB 187240109
HSL0.230.810.68
HSV84°55°94°
CMYK 0.220.000.55   0.06
XYZ54.413973.989125.8814
Yxy73.98910.35270.4796
Hunter Lab86.0169-37.611342.3722
CIE-Lab88.9173-37.058757.0011

#bbf06d color RGB value is (187,240,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110000 01101101
Octal 273 360 155
Decimal 187 240 109
Hex BB F0 6D

RGB Percentages of Color #bbf06d

%34.89
%44.78
%20.34

CMYK Percentages of Color #bbf06d

%22
%0
%55
%6

Triadic Colors of #bbf06d

#bbf06d #6dbbf0 #f06dbb

Analogous Colors of #bbf06d

#bbf06d #7af06d #f0e46d

Monochromatic Colors of #bbf06d

#bbf06d

Complementary Color

#bbf06d #a26df0

#bbf06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf06d Color CSS Codes

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

#bbf06d Text Font Color

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

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


#bbf06d Background Color

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

This div background color is #bbf06d


#bbf06d Border Color

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

This div border color is #bbf06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf06d


Comments

No comments written yet.

Please login to write comment.