Color Hex Logo

#bbdd6d Color Hex

#BBDD6D
(187,221,109)
0 Favorites   0 Comments

Color spaces of #bbdd6d

RGB 187221109
HSL0.220.620.65
HSV78°51°87°
CMYK 0.150.000.51   0.13
XYZ49.110363.381824.1135
Yxy63.38180.35950.4640
Hunter Lab79.6127-29.211837.7708
CIE-Lab83.6429-28.276250.7949

#bbdd6d color RGB value is (187,221,109).

#bbdd6d hex color red value is 187, green value is 221 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bbdd6d hue: 0.22 , saturation: 0.62 and the lightness value of bbdd6d is 0.65.

The process color (four color CMYK) of #bbdd6d color hex is 0.15, 0.00, 0.51, 0.13. Web safe color of #bbdd6d is #cccc66. Color #bbdd6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 01101101
Octal 273 335 155
Decimal 187 221 109
Hex BB DD 6D

RGB Percentages of Color #bbdd6d

%36.17
%42.75
%21.08

CMYK Percentages of Color #bbdd6d

%15
%0
%51
%13

Triadic Colors of #bbdd6d

#bbdd6d #6dbbdd #dd6dbb

Analogous Colors of #bbdd6d

#bbdd6d #83dd6d #ddc76d

Monochromatic Colors of #bbdd6d

#bbdd6d

Complementary Color

#bbdd6d #8f6ddd

#bbdd6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd6d Color CSS Codes

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

#bbdd6d Text Font Color

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

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


#bbdd6d Background Color

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

This div background color is #bbdd6d


#bbdd6d Border Color

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

This div border color is #bbdd6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd6d


Comments

No comments written yet.

Please login to write comment.