Color Hex Logo

#64abd6 Color Hex

#64ABD6
(100,171,214)
0 Favorites   0 Comments

Color spaces of #64abd6

RGB 100171214
HSL0.560.580.62
HSV203°53°84°
CMYK 0.530.200.00   0.16
XYZ31.956036.690269.0160
Yxy36.69020.23210.2665
Hunter Lab60.5724-11.8311-25.1541
CIE-Lab67.0440-10.2721-28.6221

#64abd6 color RGB value is (100,171,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101011 11010110
Octal 144 253 326
Decimal 100 171 214
Hex 64 AB D6

RGB Percentages of Color #64abd6

%20.62
%35.26
%44.12

CMYK Percentages of Color #64abd6

%53
%20
%0
%16

Triadic Colors of #64abd6

#64abd6 #d664ab #abd664

Analogous Colors of #64abd6

#64abd6 #6472d6 #64d6c8

Monochromatic Colors of #64abd6

#64abd6

Complementary Color

#64abd6 #d68f64

#64abd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64abd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64abd6 Color CSS Codes

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

#64abd6 Text Font Color

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

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


#64abd6 Background Color

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

This div background color is #64abd6


#64abd6 Border Color

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

This div border color is #64abd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64abd6


Comments

No comments written yet.

Please login to write comment.