Color spaces of #070ccc
RGB | 7 | 12 | 204 |
---|---|---|---|
HSL | 0.66 | 0.93 | 0.41 |
HSV | 238° | 97° | 80° |
CMYK | 0.97 | 0.94 | 0.00 0.20 |
XYZ | 11.1182 | 4.6677 | 57.4417 |
Yxy | 4.6677 | 0.1518 | 0.0637 |
Hunter Lab | 21.6049 | 54.0504 | -142.5133 |
CIE-Lab | 25.7663 | 64.5048 | -89.5933 |
#070ccc color RGB value is (7,12,204).
#070ccc hex color red value is 7, green value is 12 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #070ccc hue: 0.66 , saturation: 0.93 and the lightness value of 070ccc is 0.41.
The process color (four color CMYK) of #070ccc color hex is 0.97, 0.94, 0.00, 0.20. Web safe color of #070ccc is #0000cc. Color #070ccc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 00001100 | 11001100 |
Octal | 7 | 14 | 314 |
Decimal | 7 | 12 | 204 |
Hex | 7 | C | CC |
Shades of #070ccc
Tints of #070ccc
RGB Percentages of Color #070ccc
CMYK Percentages of Color #070ccc
Complementary Color
#070ccc | #ccc707 |
#070ccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#070ccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#070ccc Color CSS Codes
.mybgcolor {background-color:#070ccc; } .myforecolor {color:#070ccc; } .mybordercolor {border:3px solid #070ccc; }
#070ccc Text Font Color
<p style="color:#070ccc">Text here</p>
This sample text font color is #070ccc
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.
#070ccc Background Color
<div style="background-color:#070ccc">
Div content here</div>
This div background color is #070ccc
#070ccc Border Color
<div style="border:3px solid #070ccc">
Div here</div>
This div border color is #070ccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,12,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #070ccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #070ccc; -webkit-box-shadow: 1px 1px 3px 2px #070ccc; box-shadow: 1px 1px 3px 2px #070ccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,12,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #070ccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #070ccc; -webkit-box-shadow: 1px 1px 3px 2px #070ccc; box-shadow: 1px 1px 3px 2px #070ccc;">
Div content here</div>
This div box has shadow with color #070ccc
Comments
No comments written yet.
Please login to write comment.