Color Hex Logo

#bbdc36 Color Hex

#BBDC36
(187,220,54)
0 Favorites   0 Comments

Color spaces of #bbdc36

RGB 18722054
HSL0.200.700.54
HSV72°75°86°
CMYK 0.150.000.75   0.14
XYZ46.752662.017512.9965
Yxy62.01750.38400.5093
Hunter Lab78.7512-31.843645.3411
CIE-Lab82.9227-31.698372.0831

#bbdc36 color RGB value is (187,220,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 00110110
Octal 273 334 66
Decimal 187 220 54
Hex BB DC 36

RGB Percentages of Color #bbdc36

%40.56
%47.72
%11.71

CMYK Percentages of Color #bbdc36

%15
%0
%75
%14

Triadic Colors of #bbdc36

#bbdc36 #36bbdc #dc36bb

Analogous Colors of #bbdc36

#bbdc36 #68dc36 #dcaa36

Monochromatic Colors of #bbdc36

#bbdc36

Complementary Color

#bbdc36 #5736dc

#bbdc36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdc36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdc36 Color CSS Codes

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

#bbdc36 Text Font Color

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

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


#bbdc36 Background Color

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

This div background color is #bbdc36


#bbdc36 Border Color

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

This div border color is #bbdc36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdc36


Comments

No comments written yet.

Please login to write comment.