Color Hex Logo

#bbdb9a Color Hex

#BBDB9A
(187,219,154)
0 Favorites   0 Comments

Color spaces of #bbdb9a

RGB 187219154
HSL0.250.470.73
HSV90°30°86°
CMYK 0.150.000.30   0.14
XYZ51.657863.560940.1177
Yxy63.56090.33260.4092
Hunter Lab79.7251-23.860025.9728
CIE-Lab83.7366-21.859528.5797

#bbdb9a color RGB value is (187,219,154).

#bbdb9a hex color red value is 187, green value is 219 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bbdb9a hue: 0.25 , saturation: 0.47 and the lightness value of bbdb9a is 0.73.

The process color (four color CMYK) of #bbdb9a color hex is 0.15, 0.00, 0.30, 0.14. Web safe color of #bbdb9a is #cccc99. Color #bbdb9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 10011010
Octal 273 333 232
Decimal 187 219 154
Hex BB DB 9A

RGB Percentages of Color #bbdb9a

%33.39
%39.11
%27.50

CMYK Percentages of Color #bbdb9a

%15
%0
%30
%14

Triadic Colors of #bbdb9a

#bbdb9a #9abbdb #db9abb

Analogous Colors of #bbdb9a

#bbdb9a #9bdb9a #dbdb9a

Monochromatic Colors of #bbdb9a

#bbdb9a

Complementary Color

#bbdb9a #ba9adb

#bbdb9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdb9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdb9a Color CSS Codes

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

#bbdb9a Text Font Color

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

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


#bbdb9a Background Color

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

This div background color is #bbdb9a


#bbdb9a Border Color

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

This div border color is #bbdb9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdb9a


Comments

No comments written yet.

Please login to write comment.