Color Hex Logo

#64acda Color Hex

#64ACDA
(100,172,218)
0 Favorites   0 Comments

Color spaces of #64acda

RGB 100172218
HSL0.560.610.62
HSV203°54°85°
CMYK 0.540.210.00   0.15
XYZ32.662937.276371.8032
Yxy37.27630.23040.2630
Hunter Lab61.0543-11.3510-26.9902
CIE-Lab67.4838-9.6231-30.1460

#64acda color RGB value is (100,172,218).

#64acda hex color red value is 100, green value is 172 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #64acda hue: 0.56 , saturation: 0.61 and the lightness value of 64acda is 0.62.

The process color (four color CMYK) of #64acda color hex is 0.54, 0.21, 0.00, 0.15. Web safe color of #64acda is #6699cc. Color #64acda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101100 11011010
Octal 144 254 332
Decimal 100 172 218
Hex 64 AC DA

RGB Percentages of Color #64acda

%20.41
%35.10
%44.49

CMYK Percentages of Color #64acda

%54
%21
%0
%15

Triadic Colors of #64acda

#64acda #da64ac #acda64

Analogous Colors of #64acda

#64acda #6471da #64dacd

Monochromatic Colors of #64acda

#64acda

Complementary Color

#64acda #da9264

#64acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#64acda Color CSS Codes

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

#64acda Text Font Color

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

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


#64acda Background Color

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

This div background color is #64acda


#64acda Border Color

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

This div border color is #64acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64acda


Comments

No comments written yet.

Please login to write comment.