Color Hex Logo

#64afd6 Color Hex

#64AFD6
(100,175,214)
0 Favorites   0 Comments

Color spaces of #64afd6

RGB 100175214
HSL0.560.580.62
HSV201°53°84°
CMYK 0.530.180.00   0.16
XYZ32.723138.224369.2717
Yxy38.22430.23340.2726
Hunter Lab61.8258-13.7189-23.1524
CIE-Lab68.1856-12.4330-26.8657

#64afd6 color RGB value is (100,175,214).

#64afd6 hex color red value is 100, green value is 175 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #64afd6 hue: 0.56 , saturation: 0.58 and the lightness value of 64afd6 is 0.62.

The process color (four color CMYK) of #64afd6 color hex is 0.53, 0.18, 0.00, 0.16. Web safe color of #64afd6 is #6699cc. Color #64afd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101111 11010110
Octal 144 257 326
Decimal 100 175 214
Hex 64 AF D6

RGB Percentages of Color #64afd6

%20.45
%35.79
%43.76

CMYK Percentages of Color #64afd6

%53
%18
%0
%16

Triadic Colors of #64afd6

#64afd6 #d664af #afd664

Analogous Colors of #64afd6

#64afd6 #6476d6 #64d6c4

Monochromatic Colors of #64afd6

#64afd6

Complementary Color

#64afd6 #d68b64

#64afd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64afd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64afd6 Color CSS Codes

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

#64afd6 Text Font Color

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

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


#64afd6 Background Color

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

This div background color is #64afd6


#64afd6 Border Color

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

This div border color is #64afd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64afd6


Comments

No comments written yet.

Please login to write comment.