Color spaces of #70abdf
RGB | 112 | 171 | 223 |
---|---|---|---|
HSL | 0.58 | 0.63 | 0.66 |
HSV | 208° | 50° | 87° |
CMYK | 0.50 | 0.23 | 0.00 0.13 |
XYZ | 34.5643 | 37.8983 | 75.3054 |
Yxy | 37.8983 | 0.2339 | 0.2565 |
Hunter Lab | 61.5616 | -7.5124 | -29.4335 |
CIE-Lab | 67.9456 | -4.9455 | -32.1353 |
#70abdf color RGB value is (112,171,223).
#70abdf hex color red value is 112, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #70abdf hue: 0.58 , saturation: 0.63 and the lightness value of 70abdf is 0.66.
The process color (four color CMYK) of #70abdf color hex is 0.50, 0.23, 0.00, 0.13. Web safe color of #70abdf is #6699cc. Color #70abdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 10101011 | 11011111 |
Octal | 160 | 253 | 337 |
Decimal | 112 | 171 | 223 |
Hex | 70 | AB | DF |
Shades of #70abdf
Tints of #70abdf
RGB Percentages of Color #70abdf
CMYK Percentages of Color #70abdf
Complementary Color
#70abdf | #dfa470 |
#70abdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#70abdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#70abdf Color CSS Codes
.mybgcolor {background-color:#70abdf; } .myforecolor {color:#70abdf; } .mybordercolor {border:3px solid #70abdf; }
#70abdf Text Font Color
<p style="color:#70abdf">Text here</p>
This sample text font color is #70abdf
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.
#70abdf Background Color
<div style="background-color:#70abdf">
Div content here</div>
This div background color is #70abdf
#70abdf Border Color
<div style="border:3px solid #70abdf">
Div here</div>
This div border color is #70abdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,171,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #70abdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #70abdf; -webkit-box-shadow: 1px 1px 3px 2px #70abdf; box-shadow: 1px 1px 3px 2px #70abdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,171,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 #70abdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #70abdf; -webkit-box-shadow: 1px 1px 3px 2px #70abdf; box-shadow: 1px 1px 3px 2px #70abdf;">
Div content here</div>
This div box has shadow with color #70abdf
Comments
No comments written yet.
Please login to write comment.