Color spaces of #7adbad
RGB | 122 | 219 | 173 |
---|---|---|---|
HSL | 0.42 | 0.57 | 0.67 |
HSV | 152° | 44° | 86° |
CMYK | 0.44 | 0.00 | 0.21 0.14 |
XYZ | 40.9004 | 57.8177 | 48.5394 |
Yxy | 57.8177 | 0.2777 | 0.3926 |
Hunter Lab | 76.0380 | -37.0522 | 15.3783 |
CIE-Lab | 80.6373 | -39.0552 | 13.8332 |
#7adbad color RGB value is (122,219,173).
#7adbad hex color red value is 122, green value is 219 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7adbad hue: 0.42 , saturation: 0.57 and the lightness value of 7adbad is 0.67.
The process color (four color CMYK) of #7adbad color hex is 0.44, 0.00, 0.21, 0.14. Web safe color of #7adbad is #66cc99. Color #7adbad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 11011011 | 10101101 |
Octal | 172 | 333 | 255 |
Decimal | 122 | 219 | 173 |
Hex | 7A | DB | AD |
Shades of #7adbad
Tints of #7adbad
RGB Percentages of Color #7adbad
CMYK Percentages of Color #7adbad
Complementary Color
#7adbad | #db7aa8 |
#7adbad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7adbad Color Preview on White Background
Lorem ipsum dolor sit amet.
#7adbad Color CSS Codes
.mybgcolor {background-color:#7adbad; } .myforecolor {color:#7adbad; } .mybordercolor {border:3px solid #7adbad; }
#7adbad Text Font Color
<p style="color:#7adbad">Text here</p>
This sample text font color is #7adbad
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.
#7adbad Background Color
<div style="background-color:#7adbad">
Div content here</div>
This div background color is #7adbad
#7adbad Border Color
<div style="border:3px solid #7adbad">
Div here</div>
This div border color is #7adbad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,219,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7adbad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7adbad; -webkit-box-shadow: 1px 1px 3px 2px #7adbad; box-shadow: 1px 1px 3px 2px #7adbad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,219,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7adbad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7adbad; -webkit-box-shadow: 1px 1px 3px 2px #7adbad; box-shadow: 1px 1px 3px 2px #7adbad;">
Div content here</div>
This div box has shadow with color #7adbad
Comments
No comments written yet.
Please login to write comment.