Color Hex Logo

#64aefe Color Hex

#64AEFE
(100,174,254)
0 Favorites   0 Comments

Color spaces of #64aefe

RGB 100174254
HSL0.590.990.69
HSV211°61°100°
CMYK 0.610.310.00   0.00
XYZ38.281040.137299.4956
Yxy40.13720.21520.2256
Hunter Lab63.3539-3.0125-48.7656
CIE-Lab69.56710.4242-46.5492

#64aefe color RGB value is (100,174,254).

#64aefe hex color red value is 100, green value is 174 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #64aefe hue: 0.59 , saturation: 0.99 and the lightness value of 64aefe is 0.69.

The process color (four color CMYK) of #64aefe color hex is 0.61, 0.31, 0.00, 0.00. Web safe color of #64aefe is #6699ff. Color #64aefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101110 11111110
Octal 144 256 376
Decimal 100 174 254
Hex 64 AE FE

RGB Percentages of Color #64aefe

%18.94
%32.95
%48.11

CMYK Percentages of Color #64aefe

%61
%31
%0
%0

Triadic Colors of #64aefe

#64aefe #fe64ae #aefe64

Analogous Colors of #64aefe

#64aefe #6764fe #64fbfe

Monochromatic Colors of #64aefe

#64aefe

Complementary Color

#64aefe #feb464

#64aefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64aefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#64aefe Color CSS Codes

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

#64aefe Text Font Color

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

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


#64aefe Background Color

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

This div background color is #64aefe


#64aefe Border Color

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

This div border color is #64aefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64aefe

Related Colors


Comments

No comments written yet.

Please login to write comment.