Color spaces of #7addbd
RGB | 122 | 221 | 189 |
---|---|---|---|
HSL | 0.45 | 0.59 | 0.67 |
HSV | 161° | 45° | 87° |
CMYK | 0.45 | 0.00 | 0.14 0.13 |
XYZ | 43.0678 | 59.5246 | 57.3636 |
Yxy | 59.5246 | 0.2692 | 0.3721 |
Hunter Lab | 77.1522 | -35.3743 | 9.9237 |
CIE-Lab | 81.5791 | -36.5611 | 6.7090 |
#7addbd color RGB value is (122,221,189).
#7addbd hex color red value is 122, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7addbd hue: 0.45 , saturation: 0.59 and the lightness value of 7addbd is 0.67.
The process color (four color CMYK) of #7addbd color hex is 0.45, 0.00, 0.14, 0.13. Web safe color of #7addbd is #66cccc. Color #7addbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 11011101 | 10111101 |
Octal | 172 | 335 | 275 |
Decimal | 122 | 221 | 189 |
Hex | 7A | DD | BD |
Shades of #7addbd
Tints of #7addbd
RGB Percentages of Color #7addbd
CMYK Percentages of Color #7addbd
Complementary Color
#7addbd | #dd7a9a |
#7addbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7addbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#7addbd Color CSS Codes
.mybgcolor {background-color:#7addbd; } .myforecolor {color:#7addbd; } .mybordercolor {border:3px solid #7addbd; }
#7addbd Text Font Color
<p style="color:#7addbd">Text here</p>
This sample text font color is #7addbd
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.
#7addbd Background Color
<div style="background-color:#7addbd">
Div content here</div>
This div background color is #7addbd
#7addbd Border Color
<div style="border:3px solid #7addbd">
Div here</div>
This div border color is #7addbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,221,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7addbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7addbd; -webkit-box-shadow: 1px 1px 3px 2px #7addbd; box-shadow: 1px 1px 3px 2px #7addbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,221,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 #7addbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7addbd; -webkit-box-shadow: 1px 1px 3px 2px #7addbd; box-shadow: 1px 1px 3px 2px #7addbd;">
Div content here</div>
This div box has shadow with color #7addbd
Comments
No comments written yet.
Please login to write comment.