Color spaces of #64aace
RGB | 100 | 170 | 206 |
---|---|---|---|
HSL | 0.56 | 0.52 | 0.60 |
HSV | 200° | 51° | 81° |
CMYK | 0.51 | 0.17 | 0.00 0.19 |
XYZ | 30.7708 | 35.9150 | 63.7030 |
Yxy | 35.9150 | 0.2360 | 0.2754 |
Hunter Lab | 59.9291 | -13.2246 | -21.0732 |
CIE-Lab | 66.4549 | -12.0857 | -25.1109 |
#64aace color RGB value is (100,170,206).
#64aace hex color red value is 100, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #64aace hue: 0.56 , saturation: 0.52 and the lightness value of 64aace is 0.60.
The process color (four color CMYK) of #64aace color hex is 0.51, 0.17, 0.00, 0.19. Web safe color of #64aace is #6699cc. Color #64aace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 10101010 | 11001110 |
Octal | 144 | 252 | 316 |
Decimal | 100 | 170 | 206 |
Hex | 64 | AA | CE |
Shades of #64aace
Tints of #64aace
RGB Percentages of Color #64aace
CMYK Percentages of Color #64aace
Complementary Color
#64aace | #ce8864 |
#64aace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#64aace Color Preview on White Background
Lorem ipsum dolor sit amet.
#64aace Color CSS Codes
.mybgcolor {background-color:#64aace; } .myforecolor {color:#64aace; } .mybordercolor {border:3px solid #64aace; }
#64aace Text Font Color
<p style="color:#64aace">Text here</p>
This sample text font color is #64aace
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.
#64aace Background Color
<div style="background-color:#64aace">
Div content here</div>
This div background color is #64aace
#64aace Border Color
<div style="border:3px solid #64aace">
Div here</div>
This div border color is #64aace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,170,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #64aace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #64aace; -webkit-box-shadow: 1px 1px 3px 2px #64aace; box-shadow: 1px 1px 3px 2px #64aace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,170,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #64aace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #64aace; -webkit-box-shadow: 1px 1px 3px 2px #64aace; box-shadow: 1px 1px 3px 2px #64aace;">
Div content here</div>
This div box has shadow with color #64aace
Comments
No comments written yet.
Please login to write comment.