Color Hex Logo

#64dbfd Color Hex

#64DBFD
(100,219,253)
0 Favorites   0 Comments

Color spaces of #64dbfd

RGB 100219253
HSL0.540.970.69
HSV193°60°99°
CMYK 0.600.130.00   0.01
XYZ48.316760.4642102.0527
Yxy60.46420.22920.2868
Hunter Lab77.7587-25.1638-23.3827
CIE-Lab82.0899-23.7551-26.6069

#64dbfd color RGB value is (100,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011011 11111101
Octal 144 333 375
Decimal 100 219 253
Hex 64 DB FD

RGB Percentages of Color #64dbfd

%17.48
%38.29
%44.23

CMYK Percentages of Color #64dbfd

%60
%13
%0
%1

Triadic Colors of #64dbfd

#64dbfd #fd64db #dbfd64

Analogous Colors of #64dbfd

#64dbfd #648ffd #64fdd3

Monochromatic Colors of #64dbfd

#64dbfd

Complementary Color

#64dbfd #fd8664

#64dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64dbfd Color CSS Codes

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

#64dbfd Text Font Color

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

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


#64dbfd Background Color

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

This div background color is #64dbfd


#64dbfd Border Color

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

This div border color is #64dbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64dbfd


Comments

No comments written yet.

Please login to write comment.