Color Hex Logo

#8bdc60 Color Hex

#8BDC60
(139,220,96)
0 Favorites   0 Comments

Color spaces of #8bdc60

RGB 13922096
HSL0.280.640.62
HSV99°56°86°
CMYK 0.370.000.56   0.14
XYZ38.352057.519920.1474
Yxy57.51990.33060.4958
Hunter Lab75.8419-42.458737.3389
CIE-Lab80.4711-46.347652.3615

#8bdc60 color RGB value is (139,220,96).

#8bdc60 hex color red value is 139, green value is 220 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #8bdc60 hue: 0.28 , saturation: 0.64 and the lightness value of 8bdc60 is 0.62.

The process color (four color CMYK) of #8bdc60 color hex is 0.37, 0.00, 0.56, 0.14. Web safe color of #8bdc60 is #99cc66. Color #8bdc60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011100 01100000
Octal 213 334 140
Decimal 139 220 96
Hex 8B DC 60

RGB Percentages of Color #8bdc60

%30.55
%48.35
%21.10

CMYK Percentages of Color #8bdc60

%37
%0
%56
%14

Triadic Colors of #8bdc60

#8bdc60 #608bdc #dc608b

Analogous Colors of #8bdc60

#8bdc60 #60dc73 #c9dc60

Monochromatic Colors of #8bdc60

#8bdc60

Complementary Color

#8bdc60 #b160dc

#8bdc60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdc60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdc60 Color CSS Codes

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

#8bdc60 Text Font Color

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

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


#8bdc60 Background Color

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

This div background color is #8bdc60


#8bdc60 Border Color

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

This div border color is #8bdc60


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,220,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8bdc60; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8bdc60;
  -webkit-box-shadow: 1px 1px 3px 2px #8bdc60;
  box-shadow:         1px 1px 3px 2px #8bdc60; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdc60


Comments

No comments written yet.

Please login to write comment.