Color spaces of #70aadf
RGB | 112 | 170 | 223 |
---|---|---|---|
HSL | 0.58 | 0.63 | 0.66 |
HSV | 209° | 50° | 87° |
CMYK | 0.50 | 0.24 | 0.00 0.13 |
XYZ | 34.3761 | 37.5219 | 75.2427 |
Yxy | 37.5219 | 0.2336 | 0.2550 |
Hunter Lab | 61.2551 | -7.0231 | -29.9503 |
CIE-Lab | 67.6668 | -4.3925 | -32.5670 |
#70aadf color RGB value is (112,170,223).
#70aadf hex color red value is 112, green value is 170 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #70aadf hue: 0.58 , saturation: 0.63 and the lightness value of 70aadf is 0.66.
The process color (four color CMYK) of #70aadf color hex is 0.50, 0.24, 0.00, 0.13. Web safe color of #70aadf is #6699cc. Color #70aadf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 10101010 | 11011111 |
Octal | 160 | 252 | 337 |
Decimal | 112 | 170 | 223 |
Hex | 70 | AA | DF |
Shades of #70aadf
Tints of #70aadf
RGB Percentages of Color #70aadf
CMYK Percentages of Color #70aadf
Complementary Color
#70aadf | #dfa570 |
#70aadf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#70aadf Color Preview on White Background
Lorem ipsum dolor sit amet.
#70aadf Color CSS Codes
.mybgcolor {background-color:#70aadf; } .myforecolor {color:#70aadf; } .mybordercolor {border:3px solid #70aadf; }
#70aadf Text Font Color
<p style="color:#70aadf">Text here</p>
This sample text font color is #70aadf
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.
#70aadf Background Color
<div style="background-color:#70aadf">
Div content here</div>
This div background color is #70aadf
#70aadf Border Color
<div style="border:3px solid #70aadf">
Div here</div>
This div border color is #70aadf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,170,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #70aadf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #70aadf; -webkit-box-shadow: 1px 1px 3px 2px #70aadf; box-shadow: 1px 1px 3px 2px #70aadf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,170,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #70aadf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #70aadf; -webkit-box-shadow: 1px 1px 3px 2px #70aadf; box-shadow: 1px 1px 3px 2px #70aadf;">
Div content here</div>
This div box has shadow with color #70aadf
Comments
No comments written yet.
Please login to write comment.