Color Hex Logo

#8cc061 Color Hex

#8CC061
(140,192,97)
0 Favorites   0 Comments

Color spaces of #8cc061

RGB 14019297
HSL0.260.430.57
HSV93°49°75°
CMYK 0.270.000.49   0.25
XYZ31.822544.137818.1515
Yxy44.13780.33810.4690
Hunter Lab66.4363-30.763330.3064
CIE-Lab72.3205-33.500742.2037

#8cc061 color RGB value is (140,192,97).

#8cc061 hex color red value is 140, green value is 192 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #8cc061 hue: 0.26 , saturation: 0.43 and the lightness value of 8cc061 is 0.57.

The process color (four color CMYK) of #8cc061 color hex is 0.27, 0.00, 0.49, 0.25. Web safe color of #8cc061 is #99cc66. Color #8cc061 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11000000 01100001
Octal 214 300 141
Decimal 140 192 97
Hex 8C C0 61

RGB Percentages of Color #8cc061

%32.63
%44.76
%22.61

CMYK Percentages of Color #8cc061

%27
%0
%49
%25

Triadic Colors of #8cc061

#8cc061 #618cc0 #c0618c

Analogous Colors of #8cc061

#8cc061 #61c066 #bcc061

Monochromatic Colors of #8cc061

#8cc061

Complementary Color

#8cc061 #9561c0

#8cc061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc061 Color CSS Codes

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

#8cc061 Text Font Color

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

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


#8cc061 Background Color

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

This div background color is #8cc061


#8cc061 Border Color

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

This div border color is #8cc061


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,192,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8cc061; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8cc061;
  -webkit-box-shadow: 1px 1px 3px 2px #8cc061;
  box-shadow:         1px 1px 3px 2px #8cc061; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,192,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc061


Comments

No comments written yet.

Please login to write comment.