Color Hex Logo

#bbdb15 Color Hex

#BBDB15
(187,219,21)
0 Favorites   0 Comments

Color spaces of #bbdb15

RGB 18721921
HSL0.190.830.47
HSV70°90°86°
CMYK 0.150.000.90   0.14
XYZ45.960461.282010.1157
Yxy61.28200.39160.5222
Hunter Lab78.2828-32.196347.1365
CIE-Lab82.5301-32.248079.2975

#bbdb15 color RGB value is (187,219,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 00010101
Octal 273 333 25
Decimal 187 219 21
Hex BB DB 15

RGB Percentages of Color #bbdb15

%43.79
%51.29
%4.92

CMYK Percentages of Color #bbdb15

%15
%0
%90
%14

Triadic Colors of #bbdb15

#bbdb15 #15bbdb #db15bb

Analogous Colors of #bbdb15

#bbdb15 #58db15 #db9815

Monochromatic Colors of #bbdb15

#bbdb15

Complementary Color

#bbdb15 #3515db

#bbdb15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdb15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdb15 Color CSS Codes

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

#bbdb15 Text Font Color

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

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


#bbdb15 Background Color

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

This div background color is #bbdb15


#bbdb15 Border Color

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

This div border color is #bbdb15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdb15


Comments

No comments written yet.

Please login to write comment.