Color Hex Logo

#64dafd Color Hex

#64DAFD
(100,218,253)
0 Favorites   0 Comments

Color spaces of #64dafd

RGB 100218253
HSL0.540.970.69
HSV194°60°99°
CMYK 0.600.140.00   0.01
XYZ48.056659.9440101.9660
Yxy59.94400.22890.2855
Hunter Lab77.4235-24.6966-23.8879
CIE-Lab81.8077-23.2564-27.0378

#64dafd color RGB value is (100,218,253).

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

The process color (four color CMYK) of #64dafd color hex is 0.60, 0.14, 0.00, 0.01. Web safe color of #64dafd is #66ccff. Color #64dafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011010 11111101
Octal 144 332 375
Decimal 100 218 253
Hex 64 DA FD

RGB Percentages of Color #64dafd

%17.51
%38.18
%44.31

CMYK Percentages of Color #64dafd

%60
%14
%0
%1

Triadic Colors of #64dafd

#64dafd #fd64da #dafd64

Analogous Colors of #64dafd

#64dafd #648efd #64fdd4

Monochromatic Colors of #64dafd

#64dafd

Complementary Color

#64dafd #fd8764

#64dafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64dafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64dafd Color CSS Codes

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

#64dafd Text Font Color

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

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


#64dafd Background Color

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

This div background color is #64dafd


#64dafd Border Color

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

This div border color is #64dafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64dafd

Related Colors


Comments

No comments written yet.

Please login to write comment.