Color Hex Logo

#64aad9 Color Hex

#64AAD9
(100,170,217)
0 Favorites   0 Comments

Color spaces of #64aad9

RGB 100170217
HSL0.570.610.62
HSV204°54°85°
CMYK 0.540.220.00   0.15
XYZ32.154636.468570.9900
Yxy36.46850.23030.2612
Hunter Lab60.3892-10.6375-27.4255
CIE-Lab66.8764-8.8309-30.5337

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

#64aad9 hex color red value is 100, green value is 170 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #64aad9 hue: 0.57 , saturation: 0.61 and the lightness value of 64aad9 is 0.62.

The process color (four color CMYK) of #64aad9 color hex is 0.54, 0.22, 0.00, 0.15. Web safe color of #64aad9 is #6699cc. Color #64aad9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101010 11011001
Octal 144 252 331
Decimal 100 170 217
Hex 64 AA D9

RGB Percentages of Color #64aad9

%20.53
%34.91
%44.56

CMYK Percentages of Color #64aad9

%54
%22
%0
%15

Triadic Colors of #64aad9

#64aad9 #d964aa #aad964

Analogous Colors of #64aad9

#64aad9 #6470d9 #64d9ce

Monochromatic Colors of #64aad9

#64aad9

Complementary Color

#64aad9 #d99364

#64aad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64aad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64aad9 Color CSS Codes

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

#64aad9 Text Font Color

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

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


#64aad9 Background Color

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

This div background color is #64aad9


#64aad9 Border Color

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

This div border color is #64aad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64aad9


Comments

No comments written yet.

Please login to write comment.