Color Hex Logo

#bbdc19 Color Hex

#BBDC19
(187,220,25)
0 Favorites   0 Comments

Color spaces of #bbdc19

RGB 18722025
HSL0.190.800.48
HSV70°89°86°
CMYK 0.150.000.89   0.14
XYZ46.262261.821410.4141
Yxy61.82140.39040.5217
Hunter Lab78.6266-32.570947.1856
CIE-Lab82.8184-32.633378.9124

#bbdc19 color RGB value is (187,220,25).

#bbdc19 hex color red value is 187, green value is 220 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #bbdc19 hue: 0.19 , saturation: 0.80 and the lightness value of bbdc19 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 00011001
Octal 273 334 31
Decimal 187 220 25
Hex BB DC 19

RGB Percentages of Color #bbdc19

%43.29
%50.93
%5.79

CMYK Percentages of Color #bbdc19

%15
%0
%89
%14

Triadic Colors of #bbdc19

#bbdc19 #19bbdc #dc19bb

Analogous Colors of #bbdc19

#bbdc19 #5adc19 #dc9c19

Monochromatic Colors of #bbdc19

#bbdc19

Complementary Color

#bbdc19 #3a19dc

#bbdc19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdc19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdc19 Color CSS Codes

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

#bbdc19 Text Font Color

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

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


#bbdc19 Background Color

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

This div background color is #bbdc19


#bbdc19 Border Color

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

This div border color is #bbdc19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdc19


Comments

No comments written yet.

Please login to write comment.