Color spaces of #05aaae
RGB | 5 | 170 | 174 |
---|---|---|---|
HSL | 0.50 | 0.94 | 0.35 |
HSV | 181° | 97° | 68° |
CMYK | 0.97 | 0.02 | 0.00 0.32 |
XYZ | 22.0773 | 31.8377 | 45.0261 |
Yxy | 31.8377 | 0.2231 | 0.3218 |
Hunter Lab | 56.4249 | -28.9021 | -7.8150 |
CIE-Lab | 63.2085 | -34.0618 | -12.4376 |
#05aaae color RGB value is (5,170,174).
#05aaae hex color red value is 5, green value is 170 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #05aaae hue: 0.50 , saturation: 0.94 and the lightness value of 05aaae is 0.35.
The process color (four color CMYK) of #05aaae color hex is 0.97, 0.02, 0.00, 0.32. Web safe color of #05aaae is #009999. Color #05aaae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 10101010 | 10101110 |
Octal | 5 | 252 | 256 |
Decimal | 5 | 170 | 174 |
Hex | 5 | AA | AE |
Shades of #05aaae
Tints of #05aaae
RGB Percentages of Color #05aaae
CMYK Percentages of Color #05aaae
Complementary Color
#05aaae | #ae0905 |
#05aaae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#05aaae Color Preview on White Background
Lorem ipsum dolor sit amet.
#05aaae Color CSS Codes
.mybgcolor {background-color:#05aaae; } .myforecolor {color:#05aaae; } .mybordercolor {border:3px solid #05aaae; }
#05aaae Text Font Color
<p style="color:#05aaae">Text here</p>
This sample text font color is #05aaae
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.
#05aaae Background Color
<div style="background-color:#05aaae">
Div content here</div>
This div background color is #05aaae
#05aaae Border Color
<div style="border:3px solid #05aaae">
Div here</div>
This div border color is #05aaae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,170,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #05aaae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #05aaae; -webkit-box-shadow: 1px 1px 3px 2px #05aaae; box-shadow: 1px 1px 3px 2px #05aaae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,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 #05aaae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #05aaae; -webkit-box-shadow: 1px 1px 3px 2px #05aaae; box-shadow: 1px 1px 3px 2px #05aaae;">
Div content here</div>
This div box has shadow with color #05aaae
Comments
No comments written yet.
Please login to write comment.