Color spaces of #07aacd
RGB | 7 | 170 | 205 |
---|---|---|---|
HSL | 0.53 | 0.93 | 0.42 |
HSV | 191° | 97° | 80° |
CMYK | 0.97 | 0.17 | 0.00 0.20 |
XYZ | 25.4818 | 33.2024 | 62.8233 |
Yxy | 33.2024 | 0.2097 | 0.2733 |
Hunter Lab | 57.6215 | -21.9001 | -24.3073 |
CIE-Lab | 64.3245 | -23.8220 | -28.0106 |
#07aacd color RGB value is (7,170,205).
#07aacd hex color red value is 7, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #07aacd hue: 0.53 , saturation: 0.93 and the lightness value of 07aacd is 0.42.
The process color (four color CMYK) of #07aacd color hex is 0.97, 0.17, 0.00, 0.20. Web safe color of #07aacd is #0099cc. Color #07aacd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 10101010 | 11001101 |
Octal | 7 | 252 | 315 |
Decimal | 7 | 170 | 205 |
Hex | 7 | AA | CD |
Shades of #07aacd
Tints of #07aacd
RGB Percentages of Color #07aacd
CMYK Percentages of Color #07aacd
Complementary Color
#07aacd | #cd2a07 |
#07aacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#07aacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#07aacd Color CSS Codes
.mybgcolor {background-color:#07aacd; } .myforecolor {color:#07aacd; } .mybordercolor {border:3px solid #07aacd; }
#07aacd Text Font Color
<p style="color:#07aacd">Text here</p>
This sample text font color is #07aacd
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.
#07aacd Background Color
<div style="background-color:#07aacd">
Div content here</div>
This div background color is #07aacd
#07aacd Border Color
<div style="border:3px solid #07aacd">
Div here</div>
This div border color is #07aacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,170,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #07aacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #07aacd; -webkit-box-shadow: 1px 1px 3px 2px #07aacd; box-shadow: 1px 1px 3px 2px #07aacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,170,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #07aacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #07aacd; -webkit-box-shadow: 1px 1px 3px 2px #07aacd; box-shadow: 1px 1px 3px 2px #07aacd;">
Div content here</div>
This div box has shadow with color #07aacd
Comments
No comments written yet.
Please login to write comment.