Color Hex Logo

#bbdd00 Color Hex

#BBDD00
(187,221,0)
3 Favorites   0 Comments

Color spaces of #bbdd00

RGB 1872210
HSL0.191.000.43
HSV69°100°87°
CMYK 0.150.001.00   0.13
XYZ46.350062.27779.5779
Yxy62.27770.39210.5269
Hunter Lab78.9162-33.264748.0454
CIE-Lab83.0609-33.430081.8472

#bbdd00 color RGB value is (187,221,0).

#bbdd00 hex color red value is 187, green value is 221 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bbdd00 hue: 0.19 , saturation: 1.00 and the lightness value of bbdd00 is 0.43.

The process color (four color CMYK) of #bbdd00 color hex is 0.15, 0.00, 1.00, 0.13. Web safe color of #bbdd00 is #cccc00. Color #bbdd00 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 00000000
Octal 273 335 0
Decimal 187 221 0
Hex BB DD 0

RGB Percentages of Color #bbdd00

%45.83
%54.17
%0.00

CMYK Percentages of Color #bbdd00

%15
%0
%100
%13

Triadic Colors of #bbdd00

#bbdd00 #00bbdd #dd00bb

Analogous Colors of #bbdd00

#bbdd00 #4ddd00 #dd9100

Monochromatic Colors of #bbdd00

#bbdd00

Complementary Color

#bbdd00 #2200dd

#bbdd00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd00 Color CSS Codes

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

#bbdd00 Text Font Color

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

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


#bbdd00 Background Color

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

This div background color is #bbdd00


#bbdd00 Border Color

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

This div border color is #bbdd00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd00


Comments

No comments written yet.

Please login to write comment.