Color Hex Logo

#64aedf Color Hex

#64AEDF
(100,174,223)
0 Favorites   0 Comments

Color spaces of #64aedf

RGB 100174223
HSL0.570.660.63
HSV204°55°87°
CMYK 0.550.220.00   0.13
XYZ33.710938.309175.4297
Yxy38.30910.22860.2598
Hunter Lab61.8943-11.0947-28.9298
CIE-Lab68.2478-9.2099-31.7115

#64aedf color RGB value is (100,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101110 11011111
Octal 144 256 337
Decimal 100 174 223
Hex 64 AE DF

RGB Percentages of Color #64aedf

%20.12
%35.01
%44.87

CMYK Percentages of Color #64aedf

%55
%22
%0
%13

Triadic Colors of #64aedf

#64aedf #df64ae #aedf64

Analogous Colors of #64aedf

#64aedf #6471df #64dfd3

Monochromatic Colors of #64aedf

#64aedf

Complementary Color

#64aedf #df9564

#64aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#64aedf Color CSS Codes

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

#64aedf Text Font Color

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

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


#64aedf Background Color

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

This div background color is #64aedf


#64aedf Border Color

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

This div border color is #64aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64aedf


Comments

No comments written yet.

Please login to write comment.