Color Hex Logo

#bbeb9c Color Hex

#BBEB9C
(187,235,156)
0 Favorites   0 Comments

Color spaces of #bbeb9c

RGB 187235156
HSL0.270.660.77
HSV96°34°92°
CMYK 0.200.000.34   0.08
XYZ56.202672.381842.4614
Yxy72.38180.32860.4232
Hunter Lab85.0775-30.967729.9631
CIE-Lab88.1520-29.259833.4530

#bbeb9c color RGB value is (187,235,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 10011100
Octal 273 353 234
Decimal 187 235 156
Hex BB EB 9C

RGB Percentages of Color #bbeb9c

%32.35
%40.66
%26.99

CMYK Percentages of Color #bbeb9c

%20
%0
%34
%8

Triadic Colors of #bbeb9c

#bbeb9c #9cbbeb #eb9cbb

Analogous Colors of #bbeb9c

#bbeb9c #9ceba5 #e3eb9c

Monochromatic Colors of #bbeb9c

#bbeb9c

Complementary Color

#bbeb9c #cc9ceb

#bbeb9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeb9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeb9c Color CSS Codes

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

#bbeb9c Text Font Color

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

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


#bbeb9c Background Color

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

This div background color is #bbeb9c


#bbeb9c Border Color

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

This div border color is #bbeb9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeb9c


Comments

No comments written yet.

Please login to write comment.