Color spaces of #3daeaa
RGB | 61 | 174 | 170 |
---|---|---|---|
HSL | 0.49 | 0.48 | 0.46 |
HSV | 178° | 65° | 68° |
CMYK | 0.65 | 0.00 | 0.02 0.32 |
XYZ | 24.3162 | 34.1665 | 43.3434 |
Yxy | 34.1665 | 0.2388 | 0.3355 |
Hunter Lab | 58.4521 | -28.0348 | -3.0482 |
CIE-Lab | 65.0945 | -32.1340 | -7.3061 |
#3daeaa color RGB value is (61,174,170).
#3daeaa hex color red value is 61, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3daeaa hue: 0.49 , saturation: 0.48 and the lightness value of 3daeaa is 0.46.
The process color (four color CMYK) of #3daeaa color hex is 0.65, 0.00, 0.02, 0.32. Web safe color of #3daeaa is #339999. Color #3daeaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111101 | 10101110 | 10101010 |
Octal | 75 | 256 | 252 |
Decimal | 61 | 174 | 170 |
Hex | 3D | AE | AA |
Shades of #3daeaa
Tints of #3daeaa
RGB Percentages of Color #3daeaa
CMYK Percentages of Color #3daeaa
Complementary Color
#3daeaa | #ae3d41 |
#3daeaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3daeaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#3daeaa Color CSS Codes
.mybgcolor {background-color:#3daeaa; } .myforecolor {color:#3daeaa; } .mybordercolor {border:3px solid #3daeaa; }
#3daeaa Text Font Color
<p style="color:#3daeaa">Text here</p>
This sample text font color is #3daeaa
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.
#3daeaa Background Color
<div style="background-color:#3daeaa">
Div content here</div>
This div background color is #3daeaa
#3daeaa Border Color
<div style="border:3px solid #3daeaa">
Div here</div>
This div border color is #3daeaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(61,174,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3daeaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3daeaa; -webkit-box-shadow: 1px 1px 3px 2px #3daeaa; box-shadow: 1px 1px 3px 2px #3daeaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(61,174,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 #3daeaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3daeaa; -webkit-box-shadow: 1px 1px 3px 2px #3daeaa; box-shadow: 1px 1px 3px 2px #3daeaa;">
Div content here</div>
This div box has shadow with color #3daeaa
Comments
No comments written yet.
Please login to write comment.