Color Hex Logo

#bbdb0f Color Hex

#BBDB0F
(187,219,15)
0 Favorites   0 Comments

Color spaces of #bbdb0f

RGB 18721915
HSL0.190.870.46
HSV69°93°86°
CMYK 0.150.000.93   0.14
XYZ45.911361.26239.8570
Yxy61.26230.39230.5235
Hunter Lab78.2702-32.269447.3225
CIE-Lab82.5196-32.342380.0581

#bbdb0f color RGB value is (187,219,15).

#bbdb0f hex color red value is 187, green value is 219 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bbdb0f hue: 0.19 , saturation: 0.87 and the lightness value of bbdb0f is 0.46.

The process color (four color CMYK) of #bbdb0f color hex is 0.15, 0.00, 0.93, 0.14. Web safe color of #bbdb0f is #cccc00. Color #bbdb0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 00001111
Octal 273 333 17
Decimal 187 219 15
Hex BB DB F

RGB Percentages of Color #bbdb0f

%44.42
%52.02
%3.56

CMYK Percentages of Color #bbdb0f

%15
%0
%93
%14

Triadic Colors of #bbdb0f

#bbdb0f #0fbbdb #db0fbb

Analogous Colors of #bbdb0f

#bbdb0f #55db0f #db950f

Monochromatic Colors of #bbdb0f

#bbdb0f

Complementary Color

#bbdb0f #2f0fdb

#bbdb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdb0f Color CSS Codes

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

#bbdb0f Text Font Color

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

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


#bbdb0f Background Color

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

This div background color is #bbdb0f


#bbdb0f Border Color

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

This div border color is #bbdb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdb0f


Comments

No comments written yet.

Please login to write comment.