Color Hex Logo

#bbdc2b Color Hex

#BBDC2B
(187,220,43)
0 Favorites   0 Comments

Color spaces of #bbdc2b

RGB 18722043
HSL0.200.720.52
HSV71°80°86°
CMYK 0.150.000.80   0.14
XYZ46.522861.925611.7863
Yxy61.92560.38690.5150
Hunter Lab78.6928-32.184146.2048
CIE-Lab82.8738-32.135375.1554

#bbdc2b color RGB value is (187,220,43).

#bbdc2b hex color red value is 187, green value is 220 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bbdc2b hue: 0.20 , saturation: 0.72 and the lightness value of bbdc2b is 0.52.

The process color (four color CMYK) of #bbdc2b color hex is 0.15, 0.00, 0.80, 0.14. Web safe color of #bbdc2b is #cccc33. Color #bbdc2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 00101011
Octal 273 334 53
Decimal 187 220 43
Hex BB DC 2B

RGB Percentages of Color #bbdc2b

%41.56
%48.89
%9.56

CMYK Percentages of Color #bbdc2b

%15
%0
%80
%14

Triadic Colors of #bbdc2b

#bbdc2b #2bbbdc #dc2bbb

Analogous Colors of #bbdc2b

#bbdc2b #62dc2b #dca52b

Monochromatic Colors of #bbdc2b

#bbdc2b

Complementary Color

#bbdc2b #4c2bdc

#bbdc2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdc2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdc2b Color CSS Codes

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

#bbdc2b Text Font Color

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

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


#bbdc2b Background Color

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

This div background color is #bbdc2b


#bbdc2b Border Color

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

This div border color is #bbdc2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdc2b


Comments

No comments written yet.

Please login to write comment.