Color spaces of #67ddaa
RGB | 103 | 221 | 170 |
---|---|---|---|
HSL | 0.43 | 0.63 | 0.64 |
HSV | 154° | 53° | 87° |
CMYK | 0.53 | 0.00 | 0.23 0.13 |
XYZ | 38.7057 | 57.4987 | 47.0886 |
Yxy | 57.4987 | 0.2701 | 0.4013 |
Hunter Lab | 75.8279 | -41.5850 | 16.2608 |
CIE-Lab | 80.4593 | -45.1641 | 15.0638 |
#67ddaa color RGB value is (103,221,170).
#67ddaa hex color red value is 103, green value is 221 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #67ddaa hue: 0.43 , saturation: 0.63 and the lightness value of 67ddaa is 0.64.
The process color (four color CMYK) of #67ddaa color hex is 0.53, 0.00, 0.23, 0.13. Web safe color of #67ddaa is #66cc99. Color #67ddaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 11011101 | 10101010 |
Octal | 147 | 335 | 252 |
Decimal | 103 | 221 | 170 |
Hex | 67 | DD | AA |
Shades of #67ddaa
Tints of #67ddaa
RGB Percentages of Color #67ddaa
CMYK Percentages of Color #67ddaa
Complementary Color
#67ddaa | #dd679a |
#67ddaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#67ddaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#67ddaa Color CSS Codes
.mybgcolor {background-color:#67ddaa; } .myforecolor {color:#67ddaa; } .mybordercolor {border:3px solid #67ddaa; }
#67ddaa Text Font Color
<p style="color:#67ddaa">Text here</p>
This sample text font color is #67ddaa
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.
#67ddaa Background Color
<div style="background-color:#67ddaa">
Div content here</div>
This div background color is #67ddaa
#67ddaa Border Color
<div style="border:3px solid #67ddaa">
Div here</div>
This div border color is #67ddaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,221,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #67ddaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #67ddaa; -webkit-box-shadow: 1px 1px 3px 2px #67ddaa; box-shadow: 1px 1px 3px 2px #67ddaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,221,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 #67ddaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #67ddaa; -webkit-box-shadow: 1px 1px 3px 2px #67ddaa; box-shadow: 1px 1px 3px 2px #67ddaa;">
Div content here</div>
This div box has shadow with color #67ddaa
Comments
No comments written yet.
Please login to write comment.