Color spaces of #076abc
RGB | 7 | 106 | 188 |
---|---|---|---|
HSL | 0.58 | 0.93 | 0.38 |
HSV | 207° | 96° | 74° |
CMYK | 0.96 | 0.44 | 0.00 0.26 |
XYZ | 14.3188 | 13.9841 | 49.5215 |
Yxy | 13.9841 | 0.1840 | 0.1797 |
Hunter Lab | 37.3953 | 2.9065 | -52.3392 |
CIE-Lab | 44.2101 | 6.5213 | -49.9959 |
#076abc color RGB value is (7,106,188).
#076abc hex color red value is 7, green value is 106 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #076abc hue: 0.58 , saturation: 0.93 and the lightness value of 076abc is 0.38.
The process color (four color CMYK) of #076abc color hex is 0.96, 0.44, 0.00, 0.26. Web safe color of #076abc is #0066cc. Color #076abc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 01101010 | 10111100 |
Octal | 7 | 152 | 274 |
Decimal | 7 | 106 | 188 |
Hex | 7 | 6A | BC |
Shades of #076abc
Tints of #076abc
RGB Percentages of Color #076abc
CMYK Percentages of Color #076abc
Complementary Color
#076abc | #bc5907 |
#076abc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#076abc Color Preview on White Background
Lorem ipsum dolor sit amet.
#076abc Color CSS Codes
.mybgcolor {background-color:#076abc; } .myforecolor {color:#076abc; } .mybordercolor {border:3px solid #076abc; }
#076abc Text Font Color
<p style="color:#076abc">Text here</p>
This sample text font color is #076abc
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.
#076abc Background Color
<div style="background-color:#076abc">
Div content here</div>
This div background color is #076abc
#076abc Border Color
<div style="border:3px solid #076abc">
Div here</div>
This div border color is #076abc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,106,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #076abc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #076abc; -webkit-box-shadow: 1px 1px 3px 2px #076abc; box-shadow: 1px 1px 3px 2px #076abc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,106,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #076abc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #076abc; -webkit-box-shadow: 1px 1px 3px 2px #076abc; box-shadow: 1px 1px 3px 2px #076abc;">
Div content here</div>
This div box has shadow with color #076abc
Comments
No comments written yet.
Please login to write comment.