Color Hex Logo

#8ccc68 Color Hex

#8CCC68
(140,204,104)
0 Favorites   0 Comments

Color spaces of #8ccc68

RGB 140204104
HSL0.270.500.60
HSV98°49°80°
CMYK 0.310.000.49   0.20
XYZ34.906849.760720.8617
Yxy49.76070.33080.4715
Hunter Lab70.5413-35.117931.8446
CIE-Lab75.9221-38.152243.1872

#8ccc68 color RGB value is (140,204,104).

#8ccc68 hex color red value is 140, green value is 204 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #8ccc68 hue: 0.27 , saturation: 0.50 and the lightness value of 8ccc68 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001100 01101000
Octal 214 314 150
Decimal 140 204 104
Hex 8C CC 68

RGB Percentages of Color #8ccc68

%31.25
%45.54
%23.21

CMYK Percentages of Color #8ccc68

%31
%0
%49
%20

Triadic Colors of #8ccc68

#8ccc68 #688ccc #cc688c

Analogous Colors of #8ccc68

#8ccc68 #68cc76 #becc68

Monochromatic Colors of #8ccc68

#8ccc68

Complementary Color

#8ccc68 #a868cc

#8ccc68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccc68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccc68 Color CSS Codes

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

#8ccc68 Text Font Color

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

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


#8ccc68 Background Color

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

This div background color is #8ccc68


#8ccc68 Border Color

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

This div border color is #8ccc68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccc68


Comments

No comments written yet.

Please login to write comment.