Color Hex Logo

#64acc4 Color Hex

#64ACC4
(100,172,196)
0 Favorites   0 Comments

Color spaces of #64acc4

RGB 100172196
HSL0.540.450.58
HSV195°49°77°
CMYK 0.490.120.00   0.23
XYZ29.971936.199957.6321
Yxy36.19990.24210.2924
Hunter Lab60.1664-16.3712-14.6762
CIE-Lab66.6724-16.0203-19.2439

#64acc4 color RGB value is (100,172,196).

#64acc4 hex color red value is 100, green value is 172 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #64acc4 hue: 0.54 , saturation: 0.45 and the lightness value of 64acc4 is 0.58.

The process color (four color CMYK) of #64acc4 color hex is 0.49, 0.12, 0.00, 0.23. Web safe color of #64acc4 is #6699cc. Color #64acc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101100 11000100
Octal 144 254 304
Decimal 100 172 196
Hex 64 AC C4

RGB Percentages of Color #64acc4

%21.37
%36.75
%41.88

CMYK Percentages of Color #64acc4

%49
%12
%0
%23

Triadic Colors of #64acc4

#64acc4 #c464ac #acc464

Analogous Colors of #64acc4

#64acc4 #647cc4 #64c4ac

Monochromatic Colors of #64acc4

#64acc4

Complementary Color

#64acc4 #c47c64

#64acc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64acc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64acc4 Color CSS Codes

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

#64acc4 Text Font Color

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

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


#64acc4 Background Color

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

This div background color is #64acc4


#64acc4 Border Color

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

This div border color is #64acc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64acc4


Comments

No comments written yet.

Please login to write comment.