Color Hex Logo

#bbdc5f Color Hex

#BBDC5F
(187,220,95)
0 Favorites   0 Comments

Color spaces of #bbdc5f

RGB 18722095
HSL0.210.640.62
HSV76°57°86°
CMYK 0.150.000.57   0.14
XYZ48.152362.577420.3672
Yxy62.57740.36730.4773
Hunter Lab79.1059-29.781140.1089
CIE-Lab83.2195-29.077556.6872

#bbdc5f color RGB value is (187,220,95).

#bbdc5f hex color red value is 187, green value is 220 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bbdc5f hue: 0.21 , saturation: 0.64 and the lightness value of bbdc5f is 0.62.

The process color (four color CMYK) of #bbdc5f color hex is 0.15, 0.00, 0.57, 0.14. Web safe color of #bbdc5f is #cccc66. Color #bbdc5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 01011111
Octal 273 334 137
Decimal 187 220 95
Hex BB DC 5F

RGB Percentages of Color #bbdc5f

%37.25
%43.82
%18.92

CMYK Percentages of Color #bbdc5f

%15
%0
%57
%14

Triadic Colors of #bbdc5f

#bbdc5f #5fbbdc #dc5fbb

Analogous Colors of #bbdc5f

#bbdc5f #7ddc5f #dcbf5f

Monochromatic Colors of #bbdc5f

#bbdc5f

Complementary Color

#bbdc5f #805fdc

#bbdc5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdc5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdc5f Color CSS Codes

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

#bbdc5f Text Font Color

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

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


#bbdc5f Background Color

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

This div background color is #bbdc5f


#bbdc5f Border Color

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

This div border color is #bbdc5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdc5f


Comments

No comments written yet.

Please login to write comment.