Color Hex Logo

#bbeb9b Color Hex

#BBEB9B
(187,235,155)
0 Favorites   0 Comments

Color spaces of #bbeb9b

RGB 187235155
HSL0.270.670.76
HSV96°34°92°
CMYK 0.200.000.34   0.08
XYZ56.118272.348042.0172
Yxy72.34800.32920.4244
Hunter Lab85.0576-31.082530.2520
CIE-Lab88.1358-29.400133.9364

#bbeb9b color RGB value is (187,235,155).

#bbeb9b hex color red value is 187, green value is 235 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bbeb9b hue: 0.27 , saturation: 0.67 and the lightness value of bbeb9b is 0.76.

The process color (four color CMYK) of #bbeb9b color hex is 0.20, 0.00, 0.34, 0.08. Web safe color of #bbeb9b is #ccff99. Color #bbeb9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 10011011
Octal 273 353 233
Decimal 187 235 155
Hex BB EB 9B

RGB Percentages of Color #bbeb9b

%32.41
%40.73
%26.86

CMYK Percentages of Color #bbeb9b

%20
%0
%34
%8

Triadic Colors of #bbeb9b

#bbeb9b #9bbbeb #eb9bbb

Analogous Colors of #bbeb9b

#bbeb9b #9beba3 #e3eb9b

Monochromatic Colors of #bbeb9b

#bbeb9b

Complementary Color

#bbeb9b #cb9beb

#bbeb9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeb9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeb9b Color CSS Codes

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

#bbeb9b Text Font Color

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

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


#bbeb9b Background Color

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

This div background color is #bbeb9b


#bbeb9b Border Color

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

This div border color is #bbeb9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeb9b


Comments

No comments written yet.

Please login to write comment.