Color Hex Logo

#64aab9 Color Hex

#64AAB9
(100,170,185)
0 Favorites   0 Comments

Color spaces of #64aab9

RGB 100170185
HSL0.530.380.56
HSV191°46°73°
CMYK 0.460.080.00   0.27
XYZ28.387234.961651.1510
Yxy34.96160.24790.3053
Hunter Lab59.1283-17.7777-9.9010
CIE-Lab65.7188-18.0168-14.5809

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

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

The process color (four color CMYK) of #64aab9 color hex is 0.46, 0.08, 0.00, 0.27. Web safe color of #64aab9 is #6699cc. Color #64aab9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101010 10111001
Octal 144 252 271
Decimal 100 170 185
Hex 64 AA B9

RGB Percentages of Color #64aab9

%21.98
%37.36
%40.66

CMYK Percentages of Color #64aab9

%46
%8
%0
%27

Triadic Colors of #64aab9

#64aab9 #b964aa #aab964

Analogous Colors of #64aab9

#64aab9 #6480b9 #64b99e

Monochromatic Colors of #64aab9

#64aab9

Complementary Color

#64aab9 #b97364

#64aab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64aab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64aab9 Color CSS Codes

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

#64aab9 Text Font Color

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

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


#64aab9 Background Color

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

This div background color is #64aab9


#64aab9 Border Color

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

This div border color is #64aab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64aab9


Comments

No comments written yet.

Please login to write comment.