Color Hex Logo

#64ccaa Color Hex

#64CCAA
(100,204,170)
0 Favorites   0 Comments

Color spaces of #64ccaa

RGB 100204170
HSL0.450.500.60
HSV160°51°80°
CMYK 0.510.000.17   0.20
XYZ34.104148.797345.6516
Yxy48.79730.26530.3796
Hunter Lab69.8551-35.100510.1514
CIE-Lab75.3251-38.34457.7661

#64ccaa color RGB value is (100,204,170).

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

The process color (four color CMYK) of #64ccaa color hex is 0.51, 0.00, 0.17, 0.20. Web safe color of #64ccaa is #66cc99. Color #64ccaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11001100 10101010
Octal 144 314 252
Decimal 100 204 170
Hex 64 CC AA

RGB Percentages of Color #64ccaa

%21.10
%43.04
%35.86

CMYK Percentages of Color #64ccaa

%51
%0
%17
%20

Triadic Colors of #64ccaa

#64ccaa #aa64cc #ccaa64

Analogous Colors of #64ccaa

#64ccaa #64bacc #64cc76

Monochromatic Colors of #64ccaa

#64ccaa

Complementary Color

#64ccaa #cc6486

#64ccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ccaa Color CSS Codes

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

#64ccaa Text Font Color

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

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


#64ccaa Background Color

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

This div background color is #64ccaa


#64ccaa Border Color

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

This div border color is #64ccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ccaa


Comments

No comments written yet.

Please login to write comment.