Color Hex Logo

#bbe96a Color Hex

#BBE96A
(187,233,106)
0 Favorites   0 Comments

Color spaces of #bbe96a

RGB 187233106
HSL0.230.740.66
HSV82°55°91°
CMYK 0.200.000.55   0.09
XYZ52.233969.883224.3715
Yxy69.88320.35660.4771
Hunter Lab83.5962-34.760141.2320
CIE-Lab86.9395-34.153956.0488

#bbe96a color RGB value is (187,233,106).

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

The process color (four color CMYK) of #bbe96a color hex is 0.20, 0.00, 0.55, 0.09. Web safe color of #bbe96a is #ccff66. Color #bbe96a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101001 01101010
Octal 273 351 152
Decimal 187 233 106
Hex BB E9 6A

RGB Percentages of Color #bbe96a

%35.55
%44.30
%20.15

CMYK Percentages of Color #bbe96a

%20
%0
%55
%9

Triadic Colors of #bbe96a

#bbe96a #6abbe9 #e96abb

Analogous Colors of #bbe96a

#bbe96a #7ce96a #e9d86a

Monochromatic Colors of #bbe96a

#bbe96a

Complementary Color

#bbe96a #986ae9

#bbe96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe96a Color CSS Codes

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

#bbe96a Text Font Color

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

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


#bbe96a Background Color

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

This div background color is #bbe96a


#bbe96a Border Color

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

This div border color is #bbe96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe96a


Comments

No comments written yet.

Please login to write comment.