Color Hex Logo

#bbdb80 Color Hex

#BBDB80
(187,219,128)
0 Favorites   0 Comments

Color spaces of #bbdb80

RGB 187219128
HSL0.230.560.68
HSV81°42°86°
CMYK 0.150.000.42   0.14
XYZ49.721362.786329.9205
Yxy62.78630.34910.4408
Hunter Lab79.2378-26.658433.0783
CIE-Lab83.3298-25.269841.2315

#bbdb80 color RGB value is (187,219,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 10000000
Octal 273 333 200
Decimal 187 219 128
Hex BB DB 80

RGB Percentages of Color #bbdb80

%35.02
%41.01
%23.97

CMYK Percentages of Color #bbdb80

%15
%0
%42
%14

Triadic Colors of #bbdb80

#bbdb80 #80bbdb #db80bb

Analogous Colors of #bbdb80

#bbdb80 #8edb80 #dbce80

Monochromatic Colors of #bbdb80

#bbdb80

Complementary Color

#bbdb80 #a080db

#bbdb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdb80 Color CSS Codes

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

#bbdb80 Text Font Color

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

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


#bbdb80 Background Color

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

This div background color is #bbdb80


#bbdb80 Border Color

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

This div border color is #bbdb80


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,219,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 #bbdb80">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdb80


Comments

No comments written yet.

Please login to write comment.