Color spaces of #3ddaaa
RGB | 61 | 218 | 170 |
---|---|---|---|
HSL | 0.45 | 0.68 | 0.55 |
HSV | 162° | 72° | 85° |
CMYK | 0.72 | 0.00 | 0.22 0.15 |
XYZ | 34.2516 | 54.0372 | 46.6552 |
Yxy | 54.0372 | 0.2538 | 0.4004 |
Hunter Lab | 73.5100 | -45.4714 | 13.8269 |
CIE-Lab | 78.4834 | -51.4467 | 12.1226 |
#3ddaaa color RGB value is (61,218,170).
#3ddaaa hex color red value is 61, green value is 218 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3ddaaa hue: 0.45 , saturation: 0.68 and the lightness value of 3ddaaa is 0.55.
The process color (four color CMYK) of #3ddaaa color hex is 0.72, 0.00, 0.22, 0.15. Web safe color of #3ddaaa is #33cc99. Color #3ddaaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111101 | 11011010 | 10101010 |
Octal | 75 | 332 | 252 |
Decimal | 61 | 218 | 170 |
Hex | 3D | DA | AA |
Shades of #3ddaaa
Tints of #3ddaaa
RGB Percentages of Color #3ddaaa
CMYK Percentages of Color #3ddaaa
Complementary Color
#3ddaaa | #da3d6d |
#3ddaaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3ddaaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#3ddaaa Color CSS Codes
.mybgcolor {background-color:#3ddaaa; } .myforecolor {color:#3ddaaa; } .mybordercolor {border:3px solid #3ddaaa; }
#3ddaaa Text Font Color
<p style="color:#3ddaaa">Text here</p>
This sample text font color is #3ddaaa
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.
#3ddaaa Background Color
<div style="background-color:#3ddaaa">
Div content here</div>
This div background color is #3ddaaa
#3ddaaa Border Color
<div style="border:3px solid #3ddaaa">
Div here</div>
This div border color is #3ddaaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(61,218,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3ddaaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3ddaaa; -webkit-box-shadow: 1px 1px 3px 2px #3ddaaa; box-shadow: 1px 1px 3px 2px #3ddaaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(61,218,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 #3ddaaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3ddaaa; -webkit-box-shadow: 1px 1px 3px 2px #3ddaaa; box-shadow: 1px 1px 3px 2px #3ddaaa;">
Div content here</div>
This div box has shadow with color #3ddaaa
Comments
No comments written yet.
Please login to write comment.