Color Hex Logo

#64daff Color Hex

#64DAFF
(100,218,255)
0 Favorites   0 Comments

Color spaces of #64daff

RGB 100218255
HSL0.541.000.70
HSV194°61°100°
CMYK 0.610.150.00   0.00
XYZ48.376960.0721103.6531
Yxy60.07210.22810.2832
Hunter Lab77.5062-24.2218-25.0373
CIE-Lab81.8774-22.6735-27.9911

#64daff color RGB value is (100,218,255).

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

The process color (four color CMYK) of #64daff color hex is 0.61, 0.15, 0.00, 0.00. Web safe color of #64daff is #66ccff. Color #64daff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011010 11111111
Octal 144 332 377
Decimal 100 218 255
Hex 64 DA FF

RGB Percentages of Color #64daff

%17.45
%38.05
%44.50

CMYK Percentages of Color #64daff

%61
%15
%0
%0

Triadic Colors of #64daff

#64daff #ff64da #daff64

Analogous Colors of #64daff

#64daff #648dff #64ffd7

Monochromatic Colors of #64daff

#64daff

Complementary Color

#64daff #ff8964

#64daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#64daff Color CSS Codes

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

#64daff Text Font Color

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

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


#64daff Background Color

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

This div background color is #64daff


#64daff Border Color

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

This div border color is #64daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64daff

Related Colors

#64daff Color Palettes


Comments

No comments written yet.

Please login to write comment.