Color spaces of #15aaad
RGB | 21 | 170 | 173 |
---|---|---|---|
HSL | 0.50 | 0.78 | 0.38 |
HSV | 181° | 88° | 68° |
CMYK | 0.88 | 0.02 | 0.00 0.32 |
XYZ | 22.2268 | 31.9260 | 44.5260 |
Yxy | 31.9260 | 0.2252 | 0.3235 |
Hunter Lab | 56.5031 | -28.6633 | -7.1700 |
CIE-Lab | 63.2817 | -33.6849 | -11.7578 |
#15aaad color RGB value is (21,170,173).
#15aaad hex color red value is 21, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #15aaad hue: 0.50 , saturation: 0.78 and the lightness value of 15aaad is 0.38.
The process color (four color CMYK) of #15aaad color hex is 0.88, 0.02, 0.00, 0.32. Web safe color of #15aaad is #009999. Color #15aaad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 10101010 | 10101101 |
Octal | 25 | 252 | 255 |
Decimal | 21 | 170 | 173 |
Hex | 15 | AA | AD |
Shades of #15aaad
Tints of #15aaad
RGB Percentages of Color #15aaad
CMYK Percentages of Color #15aaad
Complementary Color
#15aaad | #ad1815 |
#15aaad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#15aaad Color Preview on White Background
Lorem ipsum dolor sit amet.
#15aaad Color CSS Codes
.mybgcolor {background-color:#15aaad; } .myforecolor {color:#15aaad; } .mybordercolor {border:3px solid #15aaad; }
#15aaad Text Font Color
<p style="color:#15aaad">Text here</p>
This sample text font color is #15aaad
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.
#15aaad Background Color
<div style="background-color:#15aaad">
Div content here</div>
This div background color is #15aaad
#15aaad Border Color
<div style="border:3px solid #15aaad">
Div here</div>
This div border color is #15aaad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,170,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #15aaad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15aaad; -webkit-box-shadow: 1px 1px 3px 2px #15aaad; box-shadow: 1px 1px 3px 2px #15aaad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,170,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #15aaad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #15aaad; -webkit-box-shadow: 1px 1px 3px 2px #15aaad; box-shadow: 1px 1px 3px 2px #15aaad;">
Div content here</div>
This div box has shadow with color #15aaad
Comments
No comments written yet.
Please login to write comment.