Color Hex Logo

#64adec Color Hex

#64ADEC
(100,173,236)
0 Favorites   0 Comments

Color spaces of #64adec

RGB 100173236
HSL0.580.780.66
HSV208°58°93°
CMYK 0.580.270.00   0.07
XYZ35.339438.652684.9550
Yxy38.65260.22230.2432
Hunter Lab62.1712-7.3365-37.4981
CIE-Lab68.4989-4.6823-38.4346

#64adec color RGB value is (100,173,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101101 11101100
Octal 144 255 354
Decimal 100 173 236
Hex 64 AD EC

RGB Percentages of Color #64adec

%19.65
%33.99
%46.37

CMYK Percentages of Color #64adec

%58
%27
%0
%7

Triadic Colors of #64adec

#64adec #ec64ad #adec64

Analogous Colors of #64adec

#64adec #6469ec #64ece7

Monochromatic Colors of #64adec

#64adec

Complementary Color

#64adec #eca364

#64adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#64adec Color CSS Codes

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

#64adec Text Font Color

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

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


#64adec Background Color

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

This div background color is #64adec


#64adec Border Color

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

This div border color is #64adec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64adec


Comments

No comments written yet.

Please login to write comment.