Color spaces of #70dfea
RGB | 112 | 223 | 234 |
---|---|---|---|
HSL | 0.52 | 0.74 | 0.68 |
HSV | 185° | 52° | 92° |
CMYK | 0.52 | 0.05 | 0.00 0.08 |
XYZ | 47.9211 | 62.1606 | 87.3144 |
Yxy | 62.1606 | 0.2428 | 0.3149 |
Hunter Lab | 78.8420 | -29.4791 | -10.4719 |
CIE-Lab | 82.9988 | -28.7648 | -15.1237 |
#70dfea color RGB value is (112,223,234).
#70dfea hex color red value is 112, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #70dfea hue: 0.52 , saturation: 0.74 and the lightness value of 70dfea is 0.68.
The process color (four color CMYK) of #70dfea color hex is 0.52, 0.05, 0.00, 0.08. Web safe color of #70dfea is #66ccff. Color #70dfea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 11011111 | 11101010 |
Octal | 160 | 337 | 352 |
Decimal | 112 | 223 | 234 |
Hex | 70 | DF | EA |
Shades of #70dfea
Tints of #70dfea
RGB Percentages of Color #70dfea
CMYK Percentages of Color #70dfea
Complementary Color
#70dfea | #ea7b70 |
#70dfea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#70dfea Color Preview on White Background
Lorem ipsum dolor sit amet.
#70dfea Color CSS Codes
.mybgcolor {background-color:#70dfea; } .myforecolor {color:#70dfea; } .mybordercolor {border:3px solid #70dfea; }
#70dfea Text Font Color
<p style="color:#70dfea">Text here</p>
This sample text font color is #70dfea
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.
#70dfea Background Color
<div style="background-color:#70dfea">
Div content here</div>
This div background color is #70dfea
#70dfea Border Color
<div style="border:3px solid #70dfea">
Div here</div>
This div border color is #70dfea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,223,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #70dfea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #70dfea; -webkit-box-shadow: 1px 1px 3px 2px #70dfea; box-shadow: 1px 1px 3px 2px #70dfea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,223,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #70dfea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #70dfea; -webkit-box-shadow: 1px 1px 3px 2px #70dfea; box-shadow: 1px 1px 3px 2px #70dfea;">
Div content here</div>
This div box has shadow with color #70dfea
Comments
No comments written yet.
Please login to write comment.