Color Hex Logo

#bbe96e Color Hex

#BBE96E
(187,233,110)
0 Favorites   0 Comments

Color spaces of #bbe96e

RGB 187233110
HSL0.230.740.67
HSV82°53°91°
CMYK 0.200.000.53   0.09
XYZ52.446969.968425.4929
Yxy69.96840.35460.4731
Hunter Lab83.6471-34.462640.4833
CIE-Lab86.9814-33.778254.2863

#bbe96e color RGB value is (187,233,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101001 01101110
Octal 273 351 156
Decimal 187 233 110
Hex BB E9 6E

RGB Percentages of Color #bbe96e

%35.28
%43.96
%20.75

CMYK Percentages of Color #bbe96e

%20
%0
%53
%9

Triadic Colors of #bbe96e

#bbe96e #6ebbe9 #e96ebb

Analogous Colors of #bbe96e

#bbe96e #7ee96e #e9da6e

Monochromatic Colors of #bbe96e

#bbe96e

Complementary Color

#bbe96e #9c6ee9

#bbe96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe96e Color CSS Codes

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

#bbe96e Text Font Color

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

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


#bbe96e Background Color

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

This div background color is #bbe96e


#bbe96e Border Color

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

This div border color is #bbe96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe96e


Comments

No comments written yet.

Please login to write comment.