Color Hex Logo

#64c7fd Color Hex

#64C7FD
(100,199,253)
0 Favorites   0 Comments

Color spaces of #64c7fd

RGB 100199253
HSL0.560.970.69
HSV201°60°99°
CMYK 0.600.210.00   0.01
XYZ43.408650.6480100.4167
Yxy50.64800.22320.2604
Hunter Lab71.1674-15.6668-33.8406
CIE-Lab76.4653-13.5085-35.2529

#64c7fd color RGB value is (100,199,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11000111 11111101
Octal 144 307 375
Decimal 100 199 253
Hex 64 C7 FD

RGB Percentages of Color #64c7fd

%18.12
%36.05
%45.83

CMYK Percentages of Color #64c7fd

%60
%21
%0
%1

Triadic Colors of #64c7fd

#64c7fd #fd64c7 #c7fd64

Analogous Colors of #64c7fd

#64c7fd #647bfd #64fde7

Monochromatic Colors of #64c7fd

#64c7fd

Complementary Color

#64c7fd #fd9a64

#64c7fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64c7fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64c7fd Color CSS Codes

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

#64c7fd Text Font Color

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

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


#64c7fd Background Color

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

This div background color is #64c7fd


#64c7fd Border Color

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

This div border color is #64c7fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64c7fd

Related Colors


Comments

No comments written yet.

Please login to write comment.