Color Hex Logo

#bbdc56 Color Hex

#BBDC56
(187,220,86)
0 Favorites   0 Comments

Color spaces of #bbdc56

RGB 18722086
HSL0.210.660.60
HSV75°61°86°
CMYK 0.150.000.61   0.14
XYZ47.766462.423118.3354
Yxy62.42310.37170.4857
Hunter Lab79.0083-30.348041.5464
CIE-Lab83.1379-29.793360.4839

#bbdc56 color RGB value is (187,220,86).

#bbdc56 hex color red value is 187, green value is 220 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #bbdc56 hue: 0.21 , saturation: 0.66 and the lightness value of bbdc56 is 0.60.

The process color (four color CMYK) of #bbdc56 color hex is 0.15, 0.00, 0.61, 0.14. Web safe color of #bbdc56 is #cccc66. Color #bbdc56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 01010110
Octal 273 334 126
Decimal 187 220 86
Hex BB DC 56

RGB Percentages of Color #bbdc56

%37.93
%44.62
%17.44

CMYK Percentages of Color #bbdc56

%15
%0
%61
%14

Triadic Colors of #bbdc56

#bbdc56 #56bbdc #dc56bb

Analogous Colors of #bbdc56

#bbdc56 #78dc56 #dcba56

Monochromatic Colors of #bbdc56

#bbdc56

Complementary Color

#bbdc56 #7756dc

#bbdc56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdc56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdc56 Color CSS Codes

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

#bbdc56 Text Font Color

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

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


#bbdc56 Background Color

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

This div background color is #bbdc56


#bbdc56 Border Color

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

This div border color is #bbdc56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdc56


Comments

No comments written yet.

Please login to write comment.