Color Hex Logo

#64afdf Color Hex

#64AFDF
(100,175,223)
0 Favorites   0 Comments

Color spaces of #64afdf

RGB 100175223
HSL0.570.660.63
HSV203°55°87°
CMYK 0.550.220.00   0.13
XYZ33.904838.697075.4943
Yxy38.69700.22890.2613
Hunter Lab62.2069-11.5738-28.4095
CIE-Lab68.5312-9.7542-31.2734

#64afdf color RGB value is (100,175,223).

#64afdf hex color red value is 100, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #64afdf hue: 0.57 , saturation: 0.66 and the lightness value of 64afdf is 0.63.

The process color (four color CMYK) of #64afdf color hex is 0.55, 0.22, 0.00, 0.13. Web safe color of #64afdf is #6699cc. Color #64afdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101111 11011111
Octal 144 257 337
Decimal 100 175 223
Hex 64 AF DF

RGB Percentages of Color #64afdf

%20.08
%35.14
%44.78

CMYK Percentages of Color #64afdf

%55
%22
%0
%13

Triadic Colors of #64afdf

#64afdf #df64af #afdf64

Analogous Colors of #64afdf

#64afdf #6472df #64dfd2

Monochromatic Colors of #64afdf

#64afdf

Complementary Color

#64afdf #df9464

#64afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#64afdf Color CSS Codes

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

#64afdf Text Font Color

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

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


#64afdf Background Color

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

This div background color is #64afdf


#64afdf Border Color

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

This div border color is #64afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64afdf


Comments

No comments written yet.

Please login to write comment.