Color spaces of #07aabd
RGB | 7 | 170 | 189 |
---|---|---|---|
HSL | 0.52 | 0.93 | 0.38 |
HSV | 186° | 96° | 74° |
CMYK | 0.96 | 0.10 | 0.00 0.26 |
XYZ | 23.6477 | 32.4687 | 53.1648 |
Yxy | 32.4687 | 0.2164 | 0.2971 |
Hunter Lab | 56.9813 | -25.6384 | -15.4319 |
CIE-Lab | 63.7284 | -29.1813 | -20.0267 |
#07aabd color RGB value is (7,170,189).
#07aabd hex color red value is 7, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #07aabd hue: 0.52 , saturation: 0.93 and the lightness value of 07aabd is 0.38.
The process color (four color CMYK) of #07aabd color hex is 0.96, 0.10, 0.00, 0.26. Web safe color of #07aabd is #0099cc. Color #07aabd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 10101010 | 10111101 |
Octal | 7 | 252 | 275 |
Decimal | 7 | 170 | 189 |
Hex | 7 | AA | BD |
Shades of #07aabd
Tints of #07aabd
RGB Percentages of Color #07aabd
CMYK Percentages of Color #07aabd
Complementary Color
#07aabd | #bd1a07 |
#07aabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#07aabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#07aabd Color CSS Codes
.mybgcolor {background-color:#07aabd; } .myforecolor {color:#07aabd; } .mybordercolor {border:3px solid #07aabd; }
#07aabd Text Font Color
<p style="color:#07aabd">Text here</p>
This sample text font color is #07aabd
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.
#07aabd Background Color
<div style="background-color:#07aabd">
Div content here</div>
This div background color is #07aabd
#07aabd Border Color
<div style="border:3px solid #07aabd">
Div here</div>
This div border color is #07aabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,170,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #07aabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #07aabd; -webkit-box-shadow: 1px 1px 3px 2px #07aabd; box-shadow: 1px 1px 3px 2px #07aabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,170,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #07aabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #07aabd; -webkit-box-shadow: 1px 1px 3px 2px #07aabd; box-shadow: 1px 1px 3px 2px #07aabd;">
Div content here</div>
This div box has shadow with color #07aabd
Comments
No comments written yet.
Please login to write comment.