Color Hex Logo

#64aded Color Hex

#64ADED
(100,173,237)
0 Favorites   0 Comments

Color spaces of #64aded

RGB 100173237
HSL0.580.790.66
HSV208°58°93°
CMYK 0.580.270.00   0.07
XYZ35.485238.710985.7224
Yxy38.71090.22190.2421
Hunter Lab62.2181-7.0767-38.1355
CIE-Lab68.5413-4.3715-38.9141

#64aded color RGB value is (100,173,237).

#64aded hex color red value is 100, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #64aded hue: 0.58 , saturation: 0.79 and the lightness value of 64aded is 0.66.

The process color (four color CMYK) of #64aded color hex is 0.58, 0.27, 0.00, 0.07. Web safe color of #64aded is #6699ff. Color #64aded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101101 11101101
Octal 144 255 355
Decimal 100 173 237
Hex 64 AD ED

RGB Percentages of Color #64aded

%19.61
%33.92
%46.47

CMYK Percentages of Color #64aded

%58
%27
%0
%7

Triadic Colors of #64aded

#64aded #ed64ad #aded64

Analogous Colors of #64aded

#64aded #6469ed #64ede9

Monochromatic Colors of #64aded

#64aded

Complementary Color

#64aded #eda464

#64aded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64aded Color Preview on White Background

Lorem ipsum dolor sit amet.

#64aded Color CSS Codes

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

#64aded Text Font Color

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

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


#64aded Background Color

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

This div background color is #64aded


#64aded Border Color

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

This div border color is #64aded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64aded


Comments

No comments written yet.

Please login to write comment.