Color spaces of #07aadb
RGB | 7 | 170 | 219 |
---|---|---|---|
HSL | 0.54 | 0.94 | 0.44 |
HSV | 194° | 97° | 86° |
CMYK | 0.97 | 0.22 | 0.00 0.14 |
XYZ | 27.2485 | 33.9091 | 72.1268 |
Yxy | 33.9091 | 0.2044 | 0.2544 |
Hunter Lab | 58.2315 | -18.3790 | -32.6758 |
CIE-Lab | 64.8904 | -18.9761 | -34.8786 |
#07aadb color RGB value is (7,170,219).
#07aadb hex color red value is 7, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #07aadb hue: 0.54 , saturation: 0.94 and the lightness value of 07aadb is 0.44.
The process color (four color CMYK) of #07aadb color hex is 0.97, 0.22, 0.00, 0.14. Web safe color of #07aadb is #0099cc. Color #07aadb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 10101010 | 11011011 |
Octal | 7 | 252 | 333 |
Decimal | 7 | 170 | 219 |
Hex | 7 | AA | DB |
Shades of #07aadb
Tints of #07aadb
RGB Percentages of Color #07aadb
CMYK Percentages of Color #07aadb
Complementary Color
#07aadb | #db3807 |
#07aadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#07aadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#07aadb Color CSS Codes
.mybgcolor {background-color:#07aadb; } .myforecolor {color:#07aadb; } .mybordercolor {border:3px solid #07aadb; }
#07aadb Text Font Color
<p style="color:#07aadb">Text here</p>
This sample text font color is #07aadb
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.
#07aadb Background Color
<div style="background-color:#07aadb">
Div content here</div>
This div background color is #07aadb
#07aadb Border Color
<div style="border:3px solid #07aadb">
Div here</div>
This div border color is #07aadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,170,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #07aadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #07aadb; -webkit-box-shadow: 1px 1px 3px 2px #07aadb; box-shadow: 1px 1px 3px 2px #07aadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,170,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #07aadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #07aadb; -webkit-box-shadow: 1px 1px 3px 2px #07aadb; box-shadow: 1px 1px 3px 2px #07aadb;">
Div content here</div>
This div box has shadow with color #07aadb
Comments
No comments written yet.
Please login to write comment.