Color spaces of #70dbfa
RGB | 112 | 219 | 250 |
---|---|---|---|
HSL | 0.54 | 0.93 | 0.71 |
HSV | 193° | 55° | 98° |
CMYK | 0.55 | 0.12 | 0.00 0.02 |
XYZ | 49.2689 | 61.0099 | 99.6218 |
Yxy | 61.0099 | 0.2347 | 0.2907 |
Hunter Lab | 78.1088 | -24.0976 | -20.9436 |
CIE-Lab | 82.3841 | -22.4189 | -24.5330 |
#70dbfa color RGB value is (112,219,250).
#70dbfa hex color red value is 112, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #70dbfa hue: 0.54 , saturation: 0.93 and the lightness value of 70dbfa is 0.71.
The process color (four color CMYK) of #70dbfa color hex is 0.55, 0.12, 0.00, 0.02. Web safe color of #70dbfa is #66ccff. Color #70dbfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 11011011 | 11111010 |
Octal | 160 | 333 | 372 |
Decimal | 112 | 219 | 250 |
Hex | 70 | DB | FA |
Shades of #70dbfa
Tints of #70dbfa
RGB Percentages of Color #70dbfa
CMYK Percentages of Color #70dbfa
Complementary Color
#70dbfa | #fa8f70 |
#70dbfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#70dbfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#70dbfa Color CSS Codes
.mybgcolor {background-color:#70dbfa; } .myforecolor {color:#70dbfa; } .mybordercolor {border:3px solid #70dbfa; }
#70dbfa Text Font Color
<p style="color:#70dbfa">Text here</p>
This sample text font color is #70dbfa
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.
#70dbfa Background Color
<div style="background-color:#70dbfa">
Div content here</div>
This div background color is #70dbfa
#70dbfa Border Color
<div style="border:3px solid #70dbfa">
Div here</div>
This div border color is #70dbfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,219,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #70dbfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #70dbfa; -webkit-box-shadow: 1px 1px 3px 2px #70dbfa; box-shadow: 1px 1px 3px 2px #70dbfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,219,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #70dbfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #70dbfa; -webkit-box-shadow: 1px 1px 3px 2px #70dbfa; box-shadow: 1px 1px 3px 2px #70dbfa;">
Div content here</div>
This div box has shadow with color #70dbfa
Comments
No comments written yet.
Please login to write comment.