Color Hex Logo

#64aed1 Color Hex

#64AED1
(100,174,209)
0 Favorites   0 Comments

Color spaces of #64aed1

RGB 100174209
HSL0.550.540.61
HSV199°52°82°
CMYK 0.520.170.00   0.18
XYZ31.900237.584965.8949
Yxy37.58490.23560.2776
Hunter Lab61.3065-14.4058-20.8129
CIE-Lab67.7136-13.3608-24.8378

#64aed1 color RGB value is (100,174,209).

#64aed1 hex color red value is 100, green value is 174 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #64aed1 hue: 0.55 , saturation: 0.54 and the lightness value of 64aed1 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101110 11010001
Octal 144 256 321
Decimal 100 174 209
Hex 64 AE D1

RGB Percentages of Color #64aed1

%20.70
%36.02
%43.27

CMYK Percentages of Color #64aed1

%52
%17
%0
%18

Triadic Colors of #64aed1

#64aed1 #d164ae #aed164

Analogous Colors of #64aed1

#64aed1 #6478d1 #64d1be

Monochromatic Colors of #64aed1

#64aed1

Complementary Color

#64aed1 #d18764

#64aed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64aed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64aed1 Color CSS Codes

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

#64aed1 Text Font Color

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

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


#64aed1 Background Color

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

This div background color is #64aed1


#64aed1 Border Color

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

This div border color is #64aed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64aed1


Comments

No comments written yet.

Please login to write comment.