Color Hex Logo

#64adde Color Hex

#64ADDE
(100,173,222)
1 Favorites   0 Comments

Color spaces of #64adde

RGB 100173222
HSL0.570.650.63
HSV204°55°87°
CMYK 0.550.220.00   0.13
XYZ33.383937.870474.6574
Yxy37.87040.22880.2595
Hunter Lab61.5389-10.8597-28.8518
CIE-Lab67.9250-8.9665-31.6621

#64adde color RGB value is (100,173,222).

#64adde hex color red value is 100, green value is 173 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #64adde hue: 0.57 , saturation: 0.65 and the lightness value of 64adde is 0.63.

The process color (four color CMYK) of #64adde color hex is 0.55, 0.22, 0.00, 0.13. Web safe color of #64adde is #6699cc. Color #64adde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101101 11011110
Octal 144 255 336
Decimal 100 173 222
Hex 64 AD DE

RGB Percentages of Color #64adde

%20.20
%34.95
%44.85

CMYK Percentages of Color #64adde

%55
%22
%0
%13

Triadic Colors of #64adde

#64adde #de64ad #adde64

Analogous Colors of #64adde

#64adde #6470de #64ded2

Monochromatic Colors of #64adde

#64adde

Complementary Color

#64adde #de9564

#64adde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64adde Color Preview on White Background

Lorem ipsum dolor sit amet.

#64adde Color CSS Codes

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

#64adde Text Font Color

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

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


#64adde Background Color

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

This div background color is #64adde


#64adde Border Color

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

This div border color is #64adde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64adde

#64adde Color Palettes


Comments

No comments written yet.

Please login to write comment.