Color Hex Logo

#64affd Color Hex

#64AFFD
(100,175,253)
0 Favorites   0 Comments

Color spaces of #64affd

RGB 100175253
HSL0.580.970.69
HSV211°60°99°
CMYK 0.600.310.00   0.01
XYZ38.315140.461198.7189
Yxy40.46110.21590.2280
Hunter Lab63.6090-3.7958-47.4896
CIE-Lab69.7967-0.4556-45.6471

#64affd color RGB value is (100,175,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101111 11111101
Octal 144 257 375
Decimal 100 175 253
Hex 64 AF FD

RGB Percentages of Color #64affd

%18.94
%33.14
%47.92

CMYK Percentages of Color #64affd

%60
%31
%0
%1

Triadic Colors of #64affd

#64affd #fd64af #affd64

Analogous Colors of #64affd

#64affd #6664fd #64fcfd

Monochromatic Colors of #64affd

#64affd

Complementary Color

#64affd #fdb264

#64affd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64affd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64affd Color CSS Codes

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

#64affd Text Font Color

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

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


#64affd Background Color

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

This div background color is #64affd


#64affd Border Color

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

This div border color is #64affd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64affd


Comments

No comments written yet.

Please login to write comment.