Color spaces of #70deca
RGB | 112 | 222 | 202 |
---|---|---|---|
HSL | 0.47 | 0.63 | 0.65 |
HSV | 169° | 50° | 87° |
CMYK | 0.50 | 0.00 | 0.09 0.13 |
XYZ | 43.4640 | 59.9516 | 65.1581 |
Yxy | 59.9516 | 0.2578 | 0.3556 |
Hunter Lab | 77.4284 | -35.2998 | 4.3058 |
CIE-Lab | 81.8119 | -36.3904 | 0.1025 |
#70deca color RGB value is (112,222,202).
#70deca hex color red value is 112, green value is 222 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #70deca hue: 0.47 , saturation: 0.63 and the lightness value of 70deca is 0.65.
The process color (four color CMYK) of #70deca color hex is 0.50, 0.00, 0.09, 0.13. Web safe color of #70deca is #66cccc. Color #70deca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 11011110 | 11001010 |
Octal | 160 | 336 | 312 |
Decimal | 112 | 222 | 202 |
Hex | 70 | DE | CA |
Shades of #70deca
Tints of #70deca
RGB Percentages of Color #70deca
CMYK Percentages of Color #70deca
Complementary Color
#70deca | #de7084 |
#70deca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#70deca Color Preview on White Background
Lorem ipsum dolor sit amet.
#70deca Color CSS Codes
.mybgcolor {background-color:#70deca; } .myforecolor {color:#70deca; } .mybordercolor {border:3px solid #70deca; }
#70deca Text Font Color
<p style="color:#70deca">Text here</p>
This sample text font color is #70deca
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.
#70deca Background Color
<div style="background-color:#70deca">
Div content here</div>
This div background color is #70deca
#70deca Border Color
<div style="border:3px solid #70deca">
Div here</div>
This div border color is #70deca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,222,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #70deca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #70deca; -webkit-box-shadow: 1px 1px 3px 2px #70deca; box-shadow: 1px 1px 3px 2px #70deca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,222,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 #70deca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #70deca; -webkit-box-shadow: 1px 1px 3px 2px #70deca; box-shadow: 1px 1px 3px 2px #70deca;">
Div content here</div>
This div box has shadow with color #70deca
Comments
No comments written yet.
Please login to write comment.