Color Hex Logo

#64abd9 Color Hex

#64ABD9
(100,171,217)
0 Favorites   0 Comments

Color spaces of #64abd9

RGB 100171217
HSL0.570.610.62
HSV204°54°85°
CMYK 0.540.210.00   0.15
XYZ32.342836.844971.0528
Yxy36.84490.23060.2627
Hunter Lab60.7000-11.1148-26.9123
CIE-Lab67.1605-9.3773-30.0949

#64abd9 color RGB value is (100,171,217).

#64abd9 hex color red value is 100, green value is 171 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #64abd9 hue: 0.57 , saturation: 0.61 and the lightness value of 64abd9 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101011 11011001
Octal 144 253 331
Decimal 100 171 217
Hex 64 AB D9

RGB Percentages of Color #64abd9

%20.49
%35.04
%44.47

CMYK Percentages of Color #64abd9

%54
%21
%0
%15

Triadic Colors of #64abd9

#64abd9 #d964ab #abd964

Analogous Colors of #64abd9

#64abd9 #6471d9 #64d9cd

Monochromatic Colors of #64abd9

#64abd9

Complementary Color

#64abd9 #d99264

#64abd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64abd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64abd9 Color CSS Codes

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

#64abd9 Text Font Color

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

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


#64abd9 Background Color

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

This div background color is #64abd9


#64abd9 Border Color

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

This div border color is #64abd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64abd9


Comments

No comments written yet.

Please login to write comment.