Color spaces of #7ccdaa
RGB | 124 | 205 | 170 |
---|---|---|---|
HSL | 0.43 | 0.45 | 0.65 |
HSV | 154° | 40° | 80° |
CMYK | 0.40 | 0.00 | 0.17 0.20 |
XYZ | 37.3992 | 50.8500 | 45.8741 |
Yxy | 50.8500 | 0.2788 | 0.3791 |
Hunter Lab | 71.3092 | -31.1740 | 11.7744 |
CIE-Lab | 76.5881 | -32.6956 | 9.7009 |
#7ccdaa color RGB value is (124,205,170).
#7ccdaa hex color red value is 124, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7ccdaa hue: 0.43 , saturation: 0.45 and the lightness value of 7ccdaa is 0.65.
The process color (four color CMYK) of #7ccdaa color hex is 0.40, 0.00, 0.17, 0.20. Web safe color of #7ccdaa is #66cc99. Color #7ccdaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 11001101 | 10101010 |
Octal | 174 | 315 | 252 |
Decimal | 124 | 205 | 170 |
Hex | 7C | CD | AA |
Shades of #7ccdaa
Tints of #7ccdaa
RGB Percentages of Color #7ccdaa
CMYK Percentages of Color #7ccdaa
Complementary Color
#7ccdaa | #cd7c9f |
#7ccdaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ccdaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ccdaa Color CSS Codes
.mybgcolor {background-color:#7ccdaa; } .myforecolor {color:#7ccdaa; } .mybordercolor {border:3px solid #7ccdaa; }
#7ccdaa Text Font Color
<p style="color:#7ccdaa">Text here</p>
This sample text font color is #7ccdaa
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.
#7ccdaa Background Color
<div style="background-color:#7ccdaa">
Div content here</div>
This div background color is #7ccdaa
#7ccdaa Border Color
<div style="border:3px solid #7ccdaa">
Div here</div>
This div border color is #7ccdaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,205,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ccdaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ccdaa; -webkit-box-shadow: 1px 1px 3px 2px #7ccdaa; box-shadow: 1px 1px 3px 2px #7ccdaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,205,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7ccdaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ccdaa; -webkit-box-shadow: 1px 1px 3px 2px #7ccdaa; box-shadow: 1px 1px 3px 2px #7ccdaa;">
Div content here</div>
This div box has shadow with color #7ccdaa
Comments
No comments written yet.
Please login to write comment.