Color Hex Logo

#bbf06a Color Hex

#BBF06A
(187,240,106)
0 Favorites   0 Comments

Color spaces of #bbf06a

RGB 187240106
HSL0.230.820.68
HSV84°56°94°
CMYK 0.220.000.56   0.06
XYZ54.255173.925625.0452
Yxy73.92560.35410.4825
Hunter Lab85.9800-37.827942.9154
CIE-Lab88.8873-37.333658.2982

#bbf06a color RGB value is (187,240,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110000 01101010
Octal 273 360 152
Decimal 187 240 106
Hex BB F0 6A

RGB Percentages of Color #bbf06a

%35.08
%45.03
%19.89

CMYK Percentages of Color #bbf06a

%22
%0
%56
%6

Triadic Colors of #bbf06a

#bbf06a #6abbf0 #f06abb

Analogous Colors of #bbf06a

#bbf06a #78f06a #f0e26a

Monochromatic Colors of #bbf06a

#bbf06a

Complementary Color

#bbf06a #9f6af0

#bbf06a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf06a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf06a Color CSS Codes

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

#bbf06a Text Font Color

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

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


#bbf06a Background Color

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

This div background color is #bbf06a


#bbf06a Border Color

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

This div border color is #bbf06a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf06a


Comments

No comments written yet.

Please login to write comment.