Color Hex Logo

#64adca Color Hex

#64ADCA
(100,173,202)
0 Favorites   0 Comments

Color spaces of #64adca

RGB 100173202
HSL0.550.490.59
HSV197°50°79°
CMYK 0.500.140.00   0.21
XYZ30.859836.860761.3655
Yxy36.86070.23910.2856
Hunter Lab60.7130-15.5181-17.4281
CIE-Lab67.1724-14.8476-21.8024

#64adca color RGB value is (100,173,202).

#64adca hex color red value is 100, green value is 173 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #64adca hue: 0.55 , saturation: 0.49 and the lightness value of 64adca is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101101 11001010
Octal 144 255 312
Decimal 100 173 202
Hex 64 AD CA

RGB Percentages of Color #64adca

%21.05
%36.42
%42.53

CMYK Percentages of Color #64adca

%50
%14
%0
%21

Triadic Colors of #64adca

#64adca #ca64ad #adca64

Analogous Colors of #64adca

#64adca #647aca #64cab4

Monochromatic Colors of #64adca

#64adca

Complementary Color

#64adca #ca8164

#64adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#64adca Color CSS Codes

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

#64adca Text Font Color

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

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


#64adca Background Color

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

This div background color is #64adca


#64adca Border Color

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

This div border color is #64adca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64adca


Comments

No comments written yet.

Please login to write comment.