Color spaces of #7aadbf
RGB | 122 | 173 | 191 |
---|---|---|---|
HSL | 0.54 | 0.35 | 0.61 |
HSV | 196° | 36° | 75° |
CMYK | 0.36 | 0.09 | 0.00 0.25 |
XYZ | 32.3736 | 37.7863 | 54.8774 |
Yxy | 37.7863 | 0.2589 | 0.3022 |
Hunter Lab | 61.4706 | -13.5661 | -9.9013 |
CIE-Lab | 67.8628 | -12.2938 | -14.5716 |
#7aadbf color RGB value is (122,173,191).
#7aadbf hex color red value is 122, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7aadbf hue: 0.54 , saturation: 0.35 and the lightness value of 7aadbf is 0.61.
The process color (four color CMYK) of #7aadbf color hex is 0.36, 0.09, 0.00, 0.25. Web safe color of #7aadbf is #6699cc. Color #7aadbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 10101101 | 10111111 |
Octal | 172 | 255 | 277 |
Decimal | 122 | 173 | 191 |
Hex | 7A | AD | BF |
Shades of #7aadbf
Tints of #7aadbf
RGB Percentages of Color #7aadbf
CMYK Percentages of Color #7aadbf
Complementary Color
#7aadbf | #bf8c7a |
#7aadbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7aadbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7aadbf Color CSS Codes
.mybgcolor {background-color:#7aadbf; } .myforecolor {color:#7aadbf; } .mybordercolor {border:3px solid #7aadbf; }
#7aadbf Text Font Color
<p style="color:#7aadbf">Text here</p>
This sample text font color is #7aadbf
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.
#7aadbf Background Color
<div style="background-color:#7aadbf">
Div content here</div>
This div background color is #7aadbf
#7aadbf Border Color
<div style="border:3px solid #7aadbf">
Div here</div>
This div border color is #7aadbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,173,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7aadbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7aadbf; -webkit-box-shadow: 1px 1px 3px 2px #7aadbf; box-shadow: 1px 1px 3px 2px #7aadbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,173,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7aadbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7aadbf; -webkit-box-shadow: 1px 1px 3px 2px #7aadbf; box-shadow: 1px 1px 3px 2px #7aadbf;">
Div content here</div>
This div box has shadow with color #7aadbf
Comments
No comments written yet.
Please login to write comment.