Color Hex Logo

#64aedc Color Hex

#64AEDC
(100,174,220)
0 Favorites   0 Comments

Color spaces of #64aedc

RGB 100174220
HSL0.560.630.63
HSV203°55°86°
CMYK 0.550.210.00   0.14
XYZ33.309838.148773.3180
Yxy38.14870.23010.2635
Hunter Lab61.7646-11.8227-27.1452
CIE-Lab68.1301-10.1117-30.2475

#64aedc color RGB value is (100,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101110 11011100
Octal 144 256 334
Decimal 100 174 220
Hex 64 AE DC

RGB Percentages of Color #64aedc

%20.24
%35.22
%44.53

CMYK Percentages of Color #64aedc

%55
%21
%0
%14

Triadic Colors of #64aedc

#64aedc #dc64ae #aedc64

Analogous Colors of #64aedc

#64aedc #6472dc #64dcce

Monochromatic Colors of #64aedc

#64aedc

Complementary Color

#64aedc #dc9264

#64aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#64aedc Color CSS Codes

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

#64aedc Text Font Color

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

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


#64aedc Background Color

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

This div background color is #64aedc


#64aedc Border Color

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

This div border color is #64aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64aedc


Comments

No comments written yet.

Please login to write comment.