Color spaces of #15aaca
RGB | 21 | 170 | 202 |
---|---|---|---|
HSL | 0.53 | 0.81 | 0.44 |
HSV | 191° | 90° | 79° |
CMYK | 0.90 | 0.16 | 0.00 0.21 |
XYZ | 25.3447 | 33.1731 | 60.9444 |
Yxy | 33.1731 | 0.2122 | 0.2777 |
Hunter Lab | 57.5961 | -22.2457 | -22.4195 |
CIE-Lab | 64.3008 | -24.2994 | -26.3746 |
#15aaca color RGB value is (21,170,202).
#15aaca hex color red value is 21, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #15aaca hue: 0.53 , saturation: 0.81 and the lightness value of 15aaca is 0.44.
The process color (four color CMYK) of #15aaca color hex is 0.90, 0.16, 0.00, 0.21. Web safe color of #15aaca is #0099cc. Color #15aaca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 10101010 | 11001010 |
Octal | 25 | 252 | 312 |
Decimal | 21 | 170 | 202 |
Hex | 15 | AA | CA |
Shades of #15aaca
Tints of #15aaca
RGB Percentages of Color #15aaca
CMYK Percentages of Color #15aaca
Complementary Color
#15aaca | #ca3515 |
#15aaca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#15aaca Color Preview on White Background
Lorem ipsum dolor sit amet.
#15aaca Color CSS Codes
.mybgcolor {background-color:#15aaca; } .myforecolor {color:#15aaca; } .mybordercolor {border:3px solid #15aaca; }
#15aaca Text Font Color
<p style="color:#15aaca">Text here</p>
This sample text font color is #15aaca
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.
#15aaca Background Color
<div style="background-color:#15aaca">
Div content here</div>
This div background color is #15aaca
#15aaca Border Color
<div style="border:3px solid #15aaca">
Div here</div>
This div border color is #15aaca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,170,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #15aaca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15aaca; -webkit-box-shadow: 1px 1px 3px 2px #15aaca; box-shadow: 1px 1px 3px 2px #15aaca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,170,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #15aaca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #15aaca; -webkit-box-shadow: 1px 1px 3px 2px #15aaca; box-shadow: 1px 1px 3px 2px #15aaca;">
Div content here</div>
This div box has shadow with color #15aaca
Comments
No comments written yet.
Please login to write comment.