Color Hex Logo

#bbdb8d Color Hex

#BBDB8D
(187,219,141)
0 Favorites   0 Comments

Color spaces of #bbdb8d

RGB 187219141
HSL0.240.520.71
HSV85°36°86°
CMYK 0.150.000.36   0.14
XYZ50.632863.150934.7200
Yxy63.15090.34100.4252
Hunter Lab79.4675-25.336829.7230
CIE-Lab83.5217-23.650034.9517

#bbdb8d color RGB value is (187,219,141).

#bbdb8d hex color red value is 187, green value is 219 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bbdb8d hue: 0.24 , saturation: 0.52 and the lightness value of bbdb8d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 10001101
Octal 273 333 215
Decimal 187 219 141
Hex BB DB 8D

RGB Percentages of Color #bbdb8d

%34.19
%40.04
%25.78

CMYK Percentages of Color #bbdb8d

%15
%0
%36
%14

Triadic Colors of #bbdb8d

#bbdb8d #8dbbdb #db8dbb

Analogous Colors of #bbdb8d

#bbdb8d #94db8d #dbd48d

Monochromatic Colors of #bbdb8d

#bbdb8d

Complementary Color

#bbdb8d #ad8ddb

#bbdb8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdb8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdb8d Color CSS Codes

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

#bbdb8d Text Font Color

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

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


#bbdb8d Background Color

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

This div background color is #bbdb8d


#bbdb8d Border Color

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

This div border color is #bbdb8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdb8d


Comments

No comments written yet.

Please login to write comment.