Color Hex Logo

#64aaee Color Hex

#64AAEE
(100,170,238)
0 Favorites   0 Comments

Color spaces of #64aaee

RGB 100170238
HSL0.580.800.66
HSV210°58°93°
CMYK 0.580.290.00   0.07
XYZ35.062937.631886.3046
Yxy37.63180.22050.2367
Hunter Lab61.3448-5.3279-40.4725
CIE-Lab67.7484-2.3875-40.6984

#64aaee color RGB value is (100,170,238).

#64aaee hex color red value is 100, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #64aaee hue: 0.58 , saturation: 0.80 and the lightness value of 64aaee is 0.66.

The process color (four color CMYK) of #64aaee color hex is 0.58, 0.29, 0.00, 0.07. Web safe color of #64aaee is #6699ff. Color #64aaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101010 11101110
Octal 144 252 356
Decimal 100 170 238
Hex 64 AA EE

RGB Percentages of Color #64aaee

%19.69
%33.46
%46.85

CMYK Percentages of Color #64aaee

%58
%29
%0
%7

Triadic Colors of #64aaee

#64aaee #ee64aa #aaee64

Analogous Colors of #64aaee

#64aaee #6465ee #64eeed

Monochromatic Colors of #64aaee

#64aaee

Complementary Color

#64aaee #eea864

#64aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#64aaee Color CSS Codes

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

#64aaee Text Font Color

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

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


#64aaee Background Color

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

This div background color is #64aaee


#64aaee Border Color

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

This div border color is #64aaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64aaee


Comments

No comments written yet.

Please login to write comment.