Color Hex Logo

#bbdc5d Color Hex

#BBDC5D
(187,220,93)
0 Favorites   0 Comments

Color spaces of #bbdc5d

RGB 18722093
HSL0.210.640.61
HSV76°58°86°
CMYK 0.150.000.58   0.14
XYZ48.062562.541519.8945
Yxy62.54150.36830.4793
Hunter Lab79.0832-29.912940.4430
CIE-Lab83.2006-29.243657.5463

#bbdc5d color RGB value is (187,220,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 01011101
Octal 273 334 135
Decimal 187 220 93
Hex BB DC 5D

RGB Percentages of Color #bbdc5d

%37.40
%44.00
%18.60

CMYK Percentages of Color #bbdc5d

%15
%0
%58
%14

Triadic Colors of #bbdc5d

#bbdc5d #5dbbdc #dc5dbb

Analogous Colors of #bbdc5d

#bbdc5d #7cdc5d #dcbe5d

Monochromatic Colors of #bbdc5d

#bbdc5d

Complementary Color

#bbdc5d #7e5ddc

#bbdc5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdc5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdc5d Color CSS Codes

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

#bbdc5d Text Font Color

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

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


#bbdc5d Background Color

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

This div background color is #bbdc5d


#bbdc5d Border Color

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

This div border color is #bbdc5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdc5d


Comments

No comments written yet.

Please login to write comment.