Color Hex Logo

#bbdc80 Color Hex

#BBDC80
(187,220,128)
0 Favorites   0 Comments

Color spaces of #bbdc80

RGB 187220128
HSL0.230.570.68
HSV82°42°86°
CMYK 0.150.000.42   0.14
XYZ49.983063.309730.0077
Yxy63.30970.34880.4418
Hunter Lab79.5674-27.112033.3368
CIE-Lab83.6051-25.750641.5799

#bbdc80 color RGB value is (187,220,128).

#bbdc80 hex color red value is 187, green value is 220 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bbdc80 hue: 0.23 , saturation: 0.57 and the lightness value of bbdc80 is 0.68.

The process color (four color CMYK) of #bbdc80 color hex is 0.15, 0.00, 0.42, 0.14. Web safe color of #bbdc80 is #cccc99. Color #bbdc80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 10000000
Octal 273 334 200
Decimal 187 220 128
Hex BB DC 80

RGB Percentages of Color #bbdc80

%34.95
%41.12
%23.93

CMYK Percentages of Color #bbdc80

%15
%0
%42
%14

Triadic Colors of #bbdc80

#bbdc80 #80bbdc #dc80bb

Analogous Colors of #bbdc80

#bbdc80 #8ddc80 #dccf80

Monochromatic Colors of #bbdc80

#bbdc80

Complementary Color

#bbdc80 #a180dc

#bbdc80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdc80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdc80 Color CSS Codes

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

#bbdc80 Text Font Color

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

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


#bbdc80 Background Color

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

This div background color is #bbdc80


#bbdc80 Border Color

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

This div border color is #bbdc80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdc80


Comments

No comments written yet.

Please login to write comment.