Color Hex Logo

#bbf36a Color Hex

#BBF36A
(187,243,106)
0 Favorites   0 Comments

Color spaces of #bbf36a

RGB 187243106
HSL0.230.850.68
HSV85°56°95°
CMYK 0.230.000.56   0.05
XYZ55.145675.706625.3420
Yxy75.70660.35310.4847
Hunter Lab87.0095-39.135543.6381
CIE-Lab89.7229-38.678659.2568

#bbf36a color RGB value is (187,243,106).

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

The process color (four color CMYK) of #bbf36a color hex is 0.23, 0.00, 0.56, 0.05. Web safe color of #bbf36a is #ccff66. Color #bbf36a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110011 01101010
Octal 273 363 152
Decimal 187 243 106
Hex BB F3 6A

RGB Percentages of Color #bbf36a

%34.89
%45.34
%19.78

CMYK Percentages of Color #bbf36a

%23
%0
%56
%5

Triadic Colors of #bbf36a

#bbf36a #6abbf3 #f36abb

Analogous Colors of #bbf36a

#bbf36a #77f36a #f3e76a

Monochromatic Colors of #bbf36a

#bbf36a

Complementary Color

#bbf36a #a26af3

#bbf36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf36a Color CSS Codes

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

#bbf36a Text Font Color

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

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


#bbf36a Background Color

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

This div background color is #bbf36a


#bbf36a Border Color

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

This div border color is #bbf36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf36a


Comments

No comments written yet.

Please login to write comment.