Color Hex Logo

#64ccfd Color Hex

#64CCFD
(100,204,253)
0 Favorites   0 Comments

Color spaces of #64ccfd

RGB 100204253
HSL0.550.970.69
HSV199°60°99°
CMYK 0.600.190.00   0.01
XYZ44.578052.9869100.8065
Yxy52.98690.22470.2671
Hunter Lab72.7921-18.0725-31.1536
CIE-Lab77.8673-16.1244-33.0873

#64ccfd color RGB value is (100,204,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11001100 11111101
Octal 144 314 375
Decimal 100 204 253
Hex 64 CC FD

RGB Percentages of Color #64ccfd

%17.95
%36.62
%45.42

CMYK Percentages of Color #64ccfd

%60
%19
%0
%1

Triadic Colors of #64ccfd

#64ccfd #fd64cc #ccfd64

Analogous Colors of #64ccfd

#64ccfd #6480fd #64fde2

Monochromatic Colors of #64ccfd

#64ccfd

Complementary Color

#64ccfd #fd9564

#64ccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ccfd Color CSS Codes

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

#64ccfd Text Font Color

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

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


#64ccfd Background Color

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

This div background color is #64ccfd


#64ccfd Border Color

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

This div border color is #64ccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ccfd


Comments

No comments written yet.

Please login to write comment.