Color spaces of #70bddc
RGB | 112 | 189 | 220 |
---|---|---|---|
HSL | 0.55 | 0.61 | 0.65 |
HSV | 197° | 49° | 86° |
CMYK | 0.49 | 0.14 | 0.00 0.14 |
XYZ | 37.7980 | 45.0072 | 74.4052 |
Yxy | 45.0072 | 0.2404 | 0.2863 |
Hunter Lab | 67.0874 | -16.8335 | -18.7961 |
CIE-Lab | 72.8966 | -15.4866 | -22.8915 |
#70bddc color RGB value is (112,189,220).
#70bddc hex color red value is 112, green value is 189 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #70bddc hue: 0.55 , saturation: 0.61 and the lightness value of 70bddc is 0.65.
The process color (four color CMYK) of #70bddc color hex is 0.49, 0.14, 0.00, 0.14. Web safe color of #70bddc is #66cccc. Color #70bddc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 10111101 | 11011100 |
Octal | 160 | 275 | 334 |
Decimal | 112 | 189 | 220 |
Hex | 70 | BD | DC |
Shades of #70bddc
Tints of #70bddc
RGB Percentages of Color #70bddc
CMYK Percentages of Color #70bddc
Complementary Color
#70bddc | #dc8f70 |
#70bddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#70bddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#70bddc Color CSS Codes
.mybgcolor {background-color:#70bddc; } .myforecolor {color:#70bddc; } .mybordercolor {border:3px solid #70bddc; }
#70bddc Text Font Color
<p style="color:#70bddc">Text here</p>
This sample text font color is #70bddc
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.
#70bddc Background Color
<div style="background-color:#70bddc">
Div content here</div>
This div background color is #70bddc
#70bddc Border Color
<div style="border:3px solid #70bddc">
Div here</div>
This div border color is #70bddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,189,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #70bddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #70bddc; -webkit-box-shadow: 1px 1px 3px 2px #70bddc; box-shadow: 1px 1px 3px 2px #70bddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,189,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #70bddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #70bddc; -webkit-box-shadow: 1px 1px 3px 2px #70bddc; box-shadow: 1px 1px 3px 2px #70bddc;">
Div content here</div>
This div box has shadow with color #70bddc
Comments
No comments written yet.
Please login to write comment.