Color Hex Logo

#64acff Color Hex

#64ACFF
(100,172,255)
0 Favorites   0 Comments

Color spaces of #64acff

RGB 100172255
HSL0.591.000.70
HSV212°61°100°
CMYK 0.610.330.00   0.00
XYZ38.058139.4344100.2135
Yxy39.43440.21420.2219
Hunter Lab62.7968-1.7142-50.6594
CIE-Lab69.06481.8716-47.8810

#64acff color RGB value is (100,172,255).

#64acff hex color red value is 100, green value is 172 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #64acff hue: 0.59 , saturation: 1.00 and the lightness value of 64acff is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101100 11111111
Octal 144 254 377
Decimal 100 172 255
Hex 64 AC FF

RGB Percentages of Color #64acff

%18.98
%32.64
%48.39

CMYK Percentages of Color #64acff

%61
%33
%0
%0

Triadic Colors of #64acff

#64acff #ff64ac #acff64

Analogous Colors of #64acff

#64acff #6a64ff #64faff

Monochromatic Colors of #64acff

#64acff

Complementary Color

#64acff #ffb764

#64acff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64acff Color Preview on White Background

Lorem ipsum dolor sit amet.

#64acff Color CSS Codes

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

#64acff Text Font Color

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

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


#64acff Background Color

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

This div background color is #64acff


#64acff Border Color

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

This div border color is #64acff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64acff


Comments

No comments written yet.

Please login to write comment.