Color Hex Logo

#64afea Color Hex

#64AFEA
(100,175,234)
0 Favorites   0 Comments

Color spaces of #64afea

RGB 100175234
HSL0.570.760.65
HSV206°57°92°
CMYK 0.570.250.00   0.08
XYZ35.436839.309883.5617
Yxy39.30980.22380.2483
Hunter Lab62.6975-8.8320-35.1320
CIE-Lab68.9751-6.4049-36.6014

#64afea color RGB value is (100,175,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101111 11101010
Octal 144 257 352
Decimal 100 175 234
Hex 64 AF EA

RGB Percentages of Color #64afea

%19.65
%34.38
%45.97

CMYK Percentages of Color #64afea

%57
%25
%0
%8

Triadic Colors of #64afea

#64afea #ea64af #afea64

Analogous Colors of #64afea

#64afea #646cea #64eae2

Monochromatic Colors of #64afea

#64afea

Complementary Color

#64afea #ea9f64

#64afea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64afea Color Preview on White Background

Lorem ipsum dolor sit amet.

#64afea Color CSS Codes

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

#64afea Text Font Color

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

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


#64afea Background Color

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

This div background color is #64afea


#64afea Border Color

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

This div border color is #64afea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64afea


Comments

No comments written yet.

Please login to write comment.