Color Hex Logo

#64afdb Color Hex

#64AFDB
(100,175,219)
0 Favorites   0 Comments

Color spaces of #64afdb

RGB 100175219
HSL0.560.620.63
HSV202°54°86°
CMYK 0.540.200.00   0.14
XYZ33.371738.483772.6871
Yxy38.48370.23090.2662
Hunter Lab62.0352-12.5380-26.0458
CIE-Lab68.3756-10.9518-29.3198

#64afdb color RGB value is (100,175,219).

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

The process color (four color CMYK) of #64afdb color hex is 0.54, 0.20, 0.00, 0.14. Web safe color of #64afdb is #6699cc. Color #64afdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101111 11011011
Octal 144 257 333
Decimal 100 175 219
Hex 64 AF DB

RGB Percentages of Color #64afdb

%20.24
%35.43
%44.33

CMYK Percentages of Color #64afdb

%54
%20
%0
%14

Triadic Colors of #64afdb

#64afdb #db64af #afdb64

Analogous Colors of #64afdb

#64afdb #6474db #64dbcc

Monochromatic Colors of #64afdb

#64afdb

Complementary Color

#64afdb #db9064

#64afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#64afdb Color CSS Codes

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

#64afdb Text Font Color

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

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


#64afdb Background Color

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

This div background color is #64afdb


#64afdb Border Color

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

This div border color is #64afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64afdb


Comments

No comments written yet.

Please login to write comment.