Color Hex Logo

#bbdc5b Color Hex

#BBDC5B
(187,220,91)
0 Favorites   0 Comments

Color spaces of #bbdc5b

RGB 18722091
HSL0.210.650.61
HSV75°59°86°
CMYK 0.150.000.59   0.14
XYZ47.975062.506519.4339
Yxy62.50650.36930.4811
Hunter Lab79.0611-30.041340.7687
CIE-Lab83.1820-29.405758.3971

#bbdc5b color RGB value is (187,220,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 01011011
Octal 273 334 133
Decimal 187 220 91
Hex BB DC 5B

RGB Percentages of Color #bbdc5b

%37.55
%44.18
%18.27

CMYK Percentages of Color #bbdc5b

%15
%0
%59
%14

Triadic Colors of #bbdc5b

#bbdc5b #5bbbdc #dc5bbb

Analogous Colors of #bbdc5b

#bbdc5b #7bdc5b #dcbd5b

Monochromatic Colors of #bbdc5b

#bbdc5b

Complementary Color

#bbdc5b #7c5bdc

#bbdc5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdc5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdc5b Color CSS Codes

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

#bbdc5b Text Font Color

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

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


#bbdc5b Background Color

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

This div background color is #bbdc5b


#bbdc5b Border Color

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

This div border color is #bbdc5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdc5b


Comments

No comments written yet.

Please login to write comment.