Color Hex Logo

#bbdc14 Color Hex

#BBDC14
(187,220,20)
0 Favorites   0 Comments

Color spaces of #bbdc14

RGB 18722020
HSL0.190.830.47
HSV70°91°86°
CMYK 0.150.000.91   0.14
XYZ46.213061.801710.1551
Yxy61.80170.39110.5230
Hunter Lab78.6141-32.644047.3710
CIE-Lab82.8079-32.727579.6589

#bbdc14 color RGB value is (187,220,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 00010100
Octal 273 334 24
Decimal 187 220 20
Hex BB DC 14

RGB Percentages of Color #bbdc14

%43.79
%51.52
%4.68

CMYK Percentages of Color #bbdc14

%15
%0
%91
%14

Triadic Colors of #bbdc14

#bbdc14 #14bbdc #dc14bb

Analogous Colors of #bbdc14

#bbdc14 #57dc14 #dc9914

Monochromatic Colors of #bbdc14

#bbdc14

Complementary Color

#bbdc14 #3514dc

#bbdc14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdc14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdc14 Color CSS Codes

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

#bbdc14 Text Font Color

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

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


#bbdc14 Background Color

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

This div background color is #bbdc14


#bbdc14 Border Color

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

This div border color is #bbdc14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdc14


Comments

No comments written yet.

Please login to write comment.