Color Hex Logo

#bbdb8c Color Hex

#BBDB8C
(187,219,140)
0 Favorites   0 Comments

Color spaces of #bbdb8c

RGB 187219140
HSL0.230.520.70
HSV84°36°86°
CMYK 0.150.000.36   0.14
XYZ50.558763.121334.3298
Yxy63.12130.34160.4265
Hunter Lab79.4489-25.444029.9951
CIE-Lab83.5062-23.780735.4387

#bbdb8c color RGB value is (187,219,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 10001100
Octal 273 333 214
Decimal 187 219 140
Hex BB DB 8C

RGB Percentages of Color #bbdb8c

%34.25
%40.11
%25.64

CMYK Percentages of Color #bbdb8c

%15
%0
%36
%14

Triadic Colors of #bbdb8c

#bbdb8c #8cbbdb #db8cbb

Analogous Colors of #bbdb8c

#bbdb8c #94db8c #dbd48c

Monochromatic Colors of #bbdb8c

#bbdb8c

Complementary Color

#bbdb8c #ac8cdb

#bbdb8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdb8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdb8c Color CSS Codes

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

#bbdb8c Text Font Color

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

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


#bbdb8c Background Color

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

This div background color is #bbdb8c


#bbdb8c Border Color

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

This div border color is #bbdb8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdb8c


Comments

No comments written yet.

Please login to write comment.