Color Hex Logo

#bbdc76 Color Hex

#BBDC76
(187,220,118)
0 Favorites   0 Comments

Color spaces of #bbdc76

RGB 187220118
HSL0.220.590.66
HSV79°46°86°
CMYK 0.150.000.46   0.14
XYZ49.356763.059226.7098
Yxy63.05920.35480.4533
Hunter Lab79.4098-28.021635.6445
CIE-Lab83.4735-26.876446.3073

#bbdc76 color RGB value is (187,220,118).

#bbdc76 hex color red value is 187, green value is 220 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bbdc76 hue: 0.22 , saturation: 0.59 and the lightness value of bbdc76 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 01110110
Octal 273 334 166
Decimal 187 220 118
Hex BB DC 76

RGB Percentages of Color #bbdc76

%35.62
%41.90
%22.48

CMYK Percentages of Color #bbdc76

%15
%0
%46
%14

Triadic Colors of #bbdc76

#bbdc76 #76bbdc #dc76bb

Analogous Colors of #bbdc76

#bbdc76 #88dc76 #dcca76

Monochromatic Colors of #bbdc76

#bbdc76

Complementary Color

#bbdc76 #9776dc

#bbdc76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdc76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdc76 Color CSS Codes

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

#bbdc76 Text Font Color

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

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


#bbdc76 Background Color

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

This div background color is #bbdc76


#bbdc76 Border Color

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

This div border color is #bbdc76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdc76


Comments

No comments written yet.

Please login to write comment.