Color Hex Logo

#64aafd Color Hex

#64AAFD
(100,170,253)
0 Favorites   0 Comments

Color spaces of #64aafd

RGB 100170253
HSL0.590.970.69
HSV213°60°99°
CMYK 0.600.330.00   0.01
XYZ37.359938.550698.4004
Yxy38.55060.21430.2212
Hunter Lab62.0891-1.2500-50.5019
CIE-Lab68.42452.3639-47.8045

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

#64aafd hex color red value is 100, green value is 170 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #64aafd hue: 0.59 , saturation: 0.97 and the lightness value of 64aafd is 0.69.

The process color (four color CMYK) of #64aafd color hex is 0.60, 0.33, 0.00, 0.01. Web safe color of #64aafd is #6699ff. Color #64aafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101010 11111101
Octal 144 252 375
Decimal 100 170 253
Hex 64 AA FD

RGB Percentages of Color #64aafd

%19.12
%32.50
%48.37

CMYK Percentages of Color #64aafd

%60
%33
%0
%1

Triadic Colors of #64aafd

#64aafd #fd64aa #aafd64

Analogous Colors of #64aafd

#64aafd #6b64fd #64f7fd

Monochromatic Colors of #64aafd

#64aafd

Complementary Color

#64aafd #fdb764

#64aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64aafd Color CSS Codes

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

#64aafd Text Font Color

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

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


#64aafd Background Color

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

This div background color is #64aafd


#64aafd Border Color

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

This div border color is #64aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64aafd

Related Colors


Comments

No comments written yet.

Please login to write comment.