Color Hex Logo

#64accc Color Hex

#64ACCC
(100,172,204)
0 Favorites   0 Comments

Color spaces of #64accc

RGB 100172204
HSL0.550.500.60
HSV198°51°80°
CMYK 0.510.160.00   0.20
XYZ30.907136.574062.5573
Yxy36.57400.23770.2813
Hunter Lab60.4764-14.6095-18.9965
CIE-Lab66.9562-13.7402-23.2378

#64accc color RGB value is (100,172,204).

#64accc hex color red value is 100, green value is 172 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #64accc hue: 0.55 , saturation: 0.50 and the lightness value of 64accc is 0.60.

The process color (four color CMYK) of #64accc color hex is 0.51, 0.16, 0.00, 0.20. Web safe color of #64accc is #6699cc. Color #64accc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101100 11001100
Octal 144 254 314
Decimal 100 172 204
Hex 64 AC CC

RGB Percentages of Color #64accc

%21.01
%36.13
%42.86

CMYK Percentages of Color #64accc

%51
%16
%0
%20

Triadic Colors of #64accc

#64accc #cc64ac #accc64

Analogous Colors of #64accc

#64accc #6478cc #64ccb8

Monochromatic Colors of #64accc

#64accc

Complementary Color

#64accc #cc8464

#64accc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64accc Color Preview on White Background

Lorem ipsum dolor sit amet.

#64accc Color CSS Codes

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

#64accc Text Font Color

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

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


#64accc Background Color

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

This div background color is #64accc


#64accc Border Color

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

This div border color is #64accc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64accc


Comments

No comments written yet.

Please login to write comment.