Color spaces of #3ddabc
RGB | 61 | 218 | 188 |
---|---|---|---|
HSL | 0.47 | 0.68 | 0.55 |
HSV | 169° | 72° | 85° |
CMYK | 0.72 | 0.00 | 0.14 0.15 |
XYZ | 36.0730 | 54.7657 | 56.2466 |
Yxy | 54.7657 | 0.2453 | 0.3723 |
Hunter Lab | 74.0039 | -42.4973 | 6.7394 |
CIE-Lab | 78.9061 | -47.0703 | 3.1557 |
#3ddabc color RGB value is (61,218,188).
#3ddabc hex color red value is 61, green value is 218 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3ddabc hue: 0.47 , saturation: 0.68 and the lightness value of 3ddabc is 0.55.
The process color (four color CMYK) of #3ddabc color hex is 0.72, 0.00, 0.14, 0.15. Web safe color of #3ddabc is #33cccc. Color #3ddabc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111101 | 11011010 | 10111100 |
Octal | 75 | 332 | 274 |
Decimal | 61 | 218 | 188 |
Hex | 3D | DA | BC |
Shades of #3ddabc
Tints of #3ddabc
RGB Percentages of Color #3ddabc
CMYK Percentages of Color #3ddabc
Complementary Color
#3ddabc | #da3d5b |
#3ddabc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3ddabc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3ddabc Color CSS Codes
.mybgcolor {background-color:#3ddabc; } .myforecolor {color:#3ddabc; } .mybordercolor {border:3px solid #3ddabc; }
#3ddabc Text Font Color
<p style="color:#3ddabc">Text here</p>
This sample text font color is #3ddabc
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.
#3ddabc Background Color
<div style="background-color:#3ddabc">
Div content here</div>
This div background color is #3ddabc
#3ddabc Border Color
<div style="border:3px solid #3ddabc">
Div here</div>
This div border color is #3ddabc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(61,218,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3ddabc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3ddabc; -webkit-box-shadow: 1px 1px 3px 2px #3ddabc; box-shadow: 1px 1px 3px 2px #3ddabc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(61,218,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3ddabc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3ddabc; -webkit-box-shadow: 1px 1px 3px 2px #3ddabc; box-shadow: 1px 1px 3px 2px #3ddabc;">
Div content here</div>
This div box has shadow with color #3ddabc
Comments
No comments written yet.
Please login to write comment.