Color Hex Logo

#bbdc49 Color Hex

#BBDC49
(187,220,73)
0 Favorites   0 Comments

Color spaces of #bbdc49

RGB 18722073
HSL0.200.680.57
HSV73°67°86°
CMYK 0.150.000.67   0.14
XYZ47.289362.232215.8229
Yxy62.23220.37730.4965
Hunter Lab78.8874-31.050543.3290
CIE-Lab83.0367-30.685365.6040

#bbdc49 color RGB value is (187,220,73).

#bbdc49 hex color red value is 187, green value is 220 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bbdc49 hue: 0.20 , saturation: 0.68 and the lightness value of bbdc49 is 0.57.

The process color (four color CMYK) of #bbdc49 color hex is 0.15, 0.00, 0.67, 0.14. Web safe color of #bbdc49 is #cccc33. Color #bbdc49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 01001001
Octal 273 334 111
Decimal 187 220 73
Hex BB DC 49

RGB Percentages of Color #bbdc49

%38.96
%45.83
%15.21

CMYK Percentages of Color #bbdc49

%15
%0
%67
%14

Triadic Colors of #bbdc49

#bbdc49 #49bbdc #dc49bb

Analogous Colors of #bbdc49

#bbdc49 #72dc49 #dcb449

Monochromatic Colors of #bbdc49

#bbdc49

Complementary Color

#bbdc49 #6a49dc

#bbdc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdc49 Color CSS Codes

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

#bbdc49 Text Font Color

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

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


#bbdc49 Background Color

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

This div background color is #bbdc49


#bbdc49 Border Color

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

This div border color is #bbdc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdc49


Comments

No comments written yet.

Please login to write comment.