Color spaces of #3adaac
RGB | 58 | 218 | 172 |
---|---|---|---|
HSL | 0.45 | 0.68 | 0.54 |
HSV | 163° | 73° | 85° |
CMYK | 0.73 | 0.00 | 0.21 0.15 |
XYZ | 34.2627 | 54.0209 | 47.6510 |
Yxy | 54.0209 | 0.2521 | 0.3974 |
Hunter Lab | 73.4989 | -45.4124 | 13.0102 |
CIE-Lab | 78.4739 | -51.3673 | 11.0410 |
#3adaac color RGB value is (58,218,172).
#3adaac hex color red value is 58, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3adaac hue: 0.45 , saturation: 0.68 and the lightness value of 3adaac is 0.54.
The process color (four color CMYK) of #3adaac color hex is 0.73, 0.00, 0.21, 0.15. Web safe color of #3adaac is #33cc99. Color #3adaac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 11011010 | 10101100 |
Octal | 72 | 332 | 254 |
Decimal | 58 | 218 | 172 |
Hex | 3A | DA | AC |
Shades of #3adaac
Tints of #3adaac
RGB Percentages of Color #3adaac
CMYK Percentages of Color #3adaac
Complementary Color
#3adaac | #da3a68 |
#3adaac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3adaac Color Preview on White Background
Lorem ipsum dolor sit amet.
#3adaac Color CSS Codes
.mybgcolor {background-color:#3adaac; } .myforecolor {color:#3adaac; } .mybordercolor {border:3px solid #3adaac; }
#3adaac Text Font Color
<p style="color:#3adaac">Text here</p>
This sample text font color is #3adaac
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.
#3adaac Background Color
<div style="background-color:#3adaac">
Div content here</div>
This div background color is #3adaac
#3adaac Border Color
<div style="border:3px solid #3adaac">
Div here</div>
This div border color is #3adaac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,218,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3adaac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3adaac; -webkit-box-shadow: 1px 1px 3px 2px #3adaac; box-shadow: 1px 1px 3px 2px #3adaac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,218,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3adaac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3adaac; -webkit-box-shadow: 1px 1px 3px 2px #3adaac; box-shadow: 1px 1px 3px 2px #3adaac;">
Div content here</div>
This div box has shadow with color #3adaac
Comments
No comments written yet.
Please login to write comment.