Color spaces of #64aaae
RGB | 100 | 170 | 174 |
---|---|---|---|
HSL | 0.51 | 0.31 | 0.54 |
HSV | 183° | 43° | 68° |
CMYK | 0.43 | 0.02 | 0.00 0.32 |
XYZ | 27.2702 | 34.5148 | 45.2691 |
Yxy | 34.5148 | 0.2547 | 0.3224 |
Hunter Lab | 58.7493 | -19.9553 | -4.5612 |
CIE-Lab | 65.3691 | -20.9524 | -8.9800 |
#64aaae color RGB value is (100,170,174).
#64aaae hex color red value is 100, green value is 170 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #64aaae hue: 0.51 , saturation: 0.31 and the lightness value of 64aaae is 0.54.
The process color (four color CMYK) of #64aaae color hex is 0.43, 0.02, 0.00, 0.32. Web safe color of #64aaae is #669999. Color #64aaae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 10101010 | 10101110 |
Octal | 144 | 252 | 256 |
Decimal | 100 | 170 | 174 |
Hex | 64 | AA | AE |
Shades of #64aaae
Tints of #64aaae
RGB Percentages of Color #64aaae
CMYK Percentages of Color #64aaae
Complementary Color
#64aaae | #ae6864 |
#64aaae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#64aaae Color Preview on White Background
Lorem ipsum dolor sit amet.
#64aaae Color CSS Codes
.mybgcolor {background-color:#64aaae; } .myforecolor {color:#64aaae; } .mybordercolor {border:3px solid #64aaae; }
#64aaae Text Font Color
<p style="color:#64aaae">Text here</p>
This sample text font color is #64aaae
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.
#64aaae Background Color
<div style="background-color:#64aaae">
Div content here</div>
This div background color is #64aaae
#64aaae Border Color
<div style="border:3px solid #64aaae">
Div here</div>
This div border color is #64aaae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,170,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #64aaae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #64aaae; -webkit-box-shadow: 1px 1px 3px 2px #64aaae; box-shadow: 1px 1px 3px 2px #64aaae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,170,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #64aaae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #64aaae; -webkit-box-shadow: 1px 1px 3px 2px #64aaae; box-shadow: 1px 1px 3px 2px #64aaae;">
Div content here</div>
This div box has shadow with color #64aaae
Comments
No comments written yet.
Please login to write comment.