Color Hex Logo

#8ccc64 Color Hex

#8CCC64
(140,204,100)
0 Favorites   0 Comments

Color spaces of #8ccc64

RGB 140204100
HSL0.270.500.60
HSV97°51°80°
CMYK 0.310.000.51   0.20
XYZ34.708349.681319.8167
Yxy49.68130.33310.4768
Hunter Lab70.4850-35.451532.6702
CIE-Lab75.8732-38.621445.0611

#8ccc64 color RGB value is (140,204,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001100 01100100
Octal 214 314 144
Decimal 140 204 100
Hex 8C CC 64

RGB Percentages of Color #8ccc64

%31.53
%45.95
%22.52

CMYK Percentages of Color #8ccc64

%31
%0
%51
%20

Triadic Colors of #8ccc64

#8ccc64 #648ccc #cc648c

Analogous Colors of #8ccc64

#8ccc64 #64cc70 #c0cc64

Monochromatic Colors of #8ccc64

#8ccc64

Complementary Color

#8ccc64 #a464cc

#8ccc64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccc64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccc64 Color CSS Codes

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

#8ccc64 Text Font Color

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

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


#8ccc64 Background Color

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

This div background color is #8ccc64


#8ccc64 Border Color

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

This div border color is #8ccc64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccc64


Comments

No comments written yet.

Please login to write comment.