Color Hex Logo

#64dafc Color Hex

#64DAFC
(100,218,252)
0 Favorites   0 Comments

Color spaces of #64dafc

RGB 100218252
HSL0.540.960.69
HSV193°60°99°
CMYK 0.600.130.00   0.01
XYZ47.897659.8804101.1291
Yxy59.88040.22930.2866
Hunter Lab77.3824-24.9326-23.3169
CIE-Lab81.7731-23.5471-26.5607

#64dafc color RGB value is (100,218,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011010 11111100
Octal 144 332 374
Decimal 100 218 252
Hex 64 DA FC

RGB Percentages of Color #64dafc

%17.54
%38.25
%44.21

CMYK Percentages of Color #64dafc

%60
%13
%0
%1

Triadic Colors of #64dafc

#64dafc #fc64da #dafc64

Analogous Colors of #64dafc

#64dafc #648efc #64fcd2

Monochromatic Colors of #64dafc

#64dafc

Complementary Color

#64dafc #fc8664

#64dafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64dafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#64dafc Color CSS Codes

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

#64dafc Text Font Color

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

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


#64dafc Background Color

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

This div background color is #64dafc


#64dafc Border Color

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

This div border color is #64dafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64dafc


Comments

No comments written yet.

Please login to write comment.