Color Hex Logo

#64aeea Color Hex

#64AEEA
(100,174,234)
0 Favorites   0 Comments

Color spaces of #64aeea

RGB 100174234
HSL0.570.760.65
HSV207°57°92°
CMYK 0.570.260.00   0.08
XYZ35.242938.921983.4971
Yxy38.92190.22350.2469
Hunter Lab62.3874-8.3426-35.6804
CIE-Lab68.6947-5.8537-37.0377

#64aeea color RGB value is (100,174,234).

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

The process color (four color CMYK) of #64aeea color hex is 0.57, 0.26, 0.00, 0.08. Web safe color of #64aeea is #6699ff. Color #64aeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101110 11101010
Octal 144 256 352
Decimal 100 174 234
Hex 64 AE EA

RGB Percentages of Color #64aeea

%19.69
%34.25
%46.06

CMYK Percentages of Color #64aeea

%57
%26
%0
%8

Triadic Colors of #64aeea

#64aeea #ea64ae #aeea64

Analogous Colors of #64aeea

#64aeea #646bea #64eae3

Monochromatic Colors of #64aeea

#64aeea

Complementary Color

#64aeea #eaa064

#64aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#64aeea Color CSS Codes

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

#64aeea Text Font Color

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

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


#64aeea Background Color

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

This div background color is #64aeea


#64aeea Border Color

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

This div border color is #64aeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64aeea


Comments

No comments written yet.

Please login to write comment.