Color spaces of #70c3de
RGB | 112 | 195 | 222 |
---|---|---|---|
HSL | 0.54 | 0.63 | 0.65 |
HSV | 195° | 50° | 87° |
CMYK | 0.50 | 0.12 | 0.00 0.13 |
XYZ | 39.3820 | 47.7489 | 76.2480 |
Yxy | 47.7489 | 0.2410 | 0.2923 |
Hunter Lab | 69.1006 | -19.1948 | -17.0523 |
CIE-Lab | 74.6663 | -18.0482 | -21.2829 |
#70c3de color RGB value is (112,195,222).
#70c3de hex color red value is 112, green value is 195 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #70c3de hue: 0.54 , saturation: 0.63 and the lightness value of 70c3de is 0.65.
The process color (four color CMYK) of #70c3de color hex is 0.50, 0.12, 0.00, 0.13. Web safe color of #70c3de is #66cccc. Color #70c3de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 11000011 | 11011110 |
Octal | 160 | 303 | 336 |
Decimal | 112 | 195 | 222 |
Hex | 70 | C3 | DE |
Shades of #70c3de
Tints of #70c3de
RGB Percentages of Color #70c3de
CMYK Percentages of Color #70c3de
Complementary Color
#70c3de | #de8b70 |
#70c3de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#70c3de Color Preview on White Background
Lorem ipsum dolor sit amet.
#70c3de Color CSS Codes
.mybgcolor {background-color:#70c3de; } .myforecolor {color:#70c3de; } .mybordercolor {border:3px solid #70c3de; }
#70c3de Text Font Color
<p style="color:#70c3de">Text here</p>
This sample text font color is #70c3de
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.
#70c3de Background Color
<div style="background-color:#70c3de">
Div content here</div>
This div background color is #70c3de
#70c3de Border Color
<div style="border:3px solid #70c3de">
Div here</div>
This div border color is #70c3de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,195,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #70c3de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #70c3de; -webkit-box-shadow: 1px 1px 3px 2px #70c3de; box-shadow: 1px 1px 3px 2px #70c3de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,195,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #70c3de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #70c3de; -webkit-box-shadow: 1px 1px 3px 2px #70c3de; box-shadow: 1px 1px 3px 2px #70c3de;">
Div content here</div>
This div box has shadow with color #70c3de
Comments
No comments written yet.
Please login to write comment.