Color Hex Logo

#64aaaa Color Hex

#64AAAA
(100,170,170)
0 Favorites   0 Comments

Color spaces of #64aaaa

RGB 100170170
HSL0.500.290.53
HSV180°41°67°
CMYK 0.410.000.00   0.33
XYZ26.886034.361143.2455
Yxy34.36110.25730.3288
Hunter Lab58.6183-20.7109-2.7082
CIE-Lab65.2482-21.9870-6.9303

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

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

The process color (four color CMYK) of #64aaaa color hex is 0.41, 0.00, 0.00, 0.33. Web safe color of #64aaaa is #669999. Color #64aaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101010 10101010
Octal 144 252 252
Decimal 100 170 170
Hex 64 AA AA

RGB Percentages of Color #64aaaa

%22.73
%38.64
%38.64

CMYK Percentages of Color #64aaaa

%41
%0
%0
%33

Triadic Colors of #64aaaa

#64aaaa #aa64aa #aaaa64

Analogous Colors of #64aaaa

#64aaaa #6487aa #64aa87

Monochromatic Colors of #64aaaa

#64aaaa

Complementary Color

#64aaaa #aa6464

#64aaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64aaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#64aaaa Color CSS Codes

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

#64aaaa Text Font Color

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

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


#64aaaa Background Color

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

This div background color is #64aaaa


#64aaaa Border Color

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

This div border color is #64aaaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,170,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 #64aaaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64aaaa


Comments

No comments written yet.

Please login to write comment.