Color Hex Logo

#bbe96b Color Hex

#BBE96B
(187,233,107)
0 Favorites   0 Comments

Color spaces of #bbe96b

RGB 187233107
HSL0.230.740.67
HSV82°54°91°
CMYK 0.200.000.54   0.09
XYZ52.286369.904224.6470
Yxy69.90420.35610.4761
Hunter Lab83.6087-34.686941.0480
CIE-Lab86.9499-34.061555.6107

#bbe96b color RGB value is (187,233,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101001 01101011
Octal 273 351 153
Decimal 187 233 107
Hex BB E9 6B

RGB Percentages of Color #bbe96b

%35.48
%44.21
%20.30

CMYK Percentages of Color #bbe96b

%20
%0
%54
%9

Triadic Colors of #bbe96b

#bbe96b #6bbbe9 #e96bbb

Analogous Colors of #bbe96b

#bbe96b #7ce96b #e9d86b

Monochromatic Colors of #bbe96b

#bbe96b

Complementary Color

#bbe96b #996be9

#bbe96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe96b Color CSS Codes

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

#bbe96b Text Font Color

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

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


#bbe96b Background Color

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

This div background color is #bbe96b


#bbe96b Border Color

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

This div border color is #bbe96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe96b


Comments

No comments written yet.

Please login to write comment.