Color Hex Logo

#64aeaa Color Hex

#64AEAA
(100,174,170)
0 Favorites   0 Comments

Color spaces of #64aeaa

RGB 100174170
HSL0.490.310.54
HSV177°43°68°
CMYK 0.430.000.02   0.32
XYZ27.647335.883743.4993
Yxy35.88370.25830.3353
Hunter Lab59.9030-22.4464-1.1221
CIE-Lab66.4310-24.0161-5.1781

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

#64aeaa hex color red value is 100, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #64aeaa hue: 0.49 , saturation: 0.31 and the lightness value of 64aeaa is 0.54.

The process color (four color CMYK) of #64aeaa color hex is 0.43, 0.00, 0.02, 0.32. Web safe color of #64aeaa is #669999. Color #64aeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101110 10101010
Octal 144 256 252
Decimal 100 174 170
Hex 64 AE AA

RGB Percentages of Color #64aeaa

%22.52
%39.19
%38.29

CMYK Percentages of Color #64aeaa

%43
%0
%2
%32

Triadic Colors of #64aeaa

#64aeaa #aa64ae #aeaa64

Analogous Colors of #64aeaa

#64aeaa #648dae #64ae85

Monochromatic Colors of #64aeaa

#64aeaa

Complementary Color

#64aeaa #ae6468

#64aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#64aeaa Color CSS Codes

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

#64aeaa Text Font Color

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

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


#64aeaa Background Color

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

This div background color is #64aeaa


#64aeaa Border Color

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

This div border color is #64aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64aeaa


Comments

No comments written yet.

Please login to write comment.