Color spaces of #077eac
RGB | 7 | 126 | 172 |
---|---|---|---|
HSL | 0.55 | 0.92 | 0.35 |
HSV | 197° | 96° | 67° |
CMYK | 0.96 | 0.27 | 0.00 0.33 |
XYZ | 14.9949 | 17.9454 | 41.7032 |
Yxy | 17.9454 | 0.2009 | 0.2404 |
Hunter Lab | 42.3620 | -10.9498 | -28.7145 |
CIE-Lab | 49.4298 | -11.8543 | -32.4345 |
#077eac color RGB value is (7,126,172).
#077eac hex color red value is 7, green value is 126 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #077eac hue: 0.55 , saturation: 0.92 and the lightness value of 077eac is 0.35.
The process color (four color CMYK) of #077eac color hex is 0.96, 0.27, 0.00, 0.33. Web safe color of #077eac is #006699. Color #077eac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 01111110 | 10101100 |
Octal | 7 | 176 | 254 |
Decimal | 7 | 126 | 172 |
Hex | 7 | 7E | AC |
Shades of #077eac
Tints of #077eac
RGB Percentages of Color #077eac
CMYK Percentages of Color #077eac
Complementary Color
#077eac | #ac3507 |
#077eac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#077eac Color Preview on White Background
Lorem ipsum dolor sit amet.
#077eac Color CSS Codes
.mybgcolor {background-color:#077eac; } .myforecolor {color:#077eac; } .mybordercolor {border:3px solid #077eac; }
#077eac Text Font Color
<p style="color:#077eac">Text here</p>
This sample text font color is #077eac
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.
#077eac Background Color
<div style="background-color:#077eac">
Div content here</div>
This div background color is #077eac
#077eac Border Color
<div style="border:3px solid #077eac">
Div here</div>
This div border color is #077eac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,126,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #077eac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #077eac; -webkit-box-shadow: 1px 1px 3px 2px #077eac; box-shadow: 1px 1px 3px 2px #077eac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,126,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #077eac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #077eac; -webkit-box-shadow: 1px 1px 3px 2px #077eac; box-shadow: 1px 1px 3px 2px #077eac;">
Div content here</div>
This div box has shadow with color #077eac
Comments
No comments written yet.
Please login to write comment.