Color Hex Logo

#bbdf8d Color Hex

#BBDF8D
(187,223,141)
0 Favorites   0 Comments

Color spaces of #bbdf8d

RGB 187223141
HSL0.240.560.71
HSV86°37°87°
CMYK 0.160.000.37   0.13
XYZ51.688965.263235.0721
Yxy65.26320.34000.4293
Hunter Lab80.7856-27.165630.8099
CIE-Lab84.6192-25.581736.3835

#bbdf8d color RGB value is (187,223,141).

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

The process color (four color CMYK) of #bbdf8d color hex is 0.16, 0.00, 0.37, 0.13. Web safe color of #bbdf8d is #cccc99. Color #bbdf8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 10001101
Octal 273 337 215
Decimal 187 223 141
Hex BB DF 8D

RGB Percentages of Color #bbdf8d

%33.94
%40.47
%25.59

CMYK Percentages of Color #bbdf8d

%16
%0
%37
%13

Triadic Colors of #bbdf8d

#bbdf8d #8dbbdf #df8dbb

Analogous Colors of #bbdf8d

#bbdf8d #92df8d #dfda8d

Monochromatic Colors of #bbdf8d

#bbdf8d

Complementary Color

#bbdf8d #b18ddf

#bbdf8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdf8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdf8d Color CSS Codes

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

#bbdf8d Text Font Color

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

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


#bbdf8d Background Color

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

This div background color is #bbdf8d


#bbdf8d Border Color

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

This div border color is #bbdf8d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,223,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 #bbdf8d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdf8d


Comments

No comments written yet.

Please login to write comment.