Color spaces of #3adadf
RGB | 58 | 218 | 223 |
---|---|---|---|
HSL | 0.51 | 0.72 | 0.55 |
HSV | 182° | 74° | 87° |
CMYK | 0.74 | 0.02 | 0.00 0.13 |
XYZ | 40.1356 | 56.3701 | 78.5772 |
Yxy | 56.3701 | 0.2292 | 0.3220 |
Hunter Lab | 75.0800 | -35.9691 | -9.4957 |
CIE-Lab | 79.8240 | -37.9171 | -14.1806 |
#3adadf color RGB value is (58,218,223).
#3adadf hex color red value is 58, green value is 218 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3adadf hue: 0.51 , saturation: 0.72 and the lightness value of 3adadf is 0.55.
The process color (four color CMYK) of #3adadf color hex is 0.74, 0.02, 0.00, 0.13. Web safe color of #3adadf is #33cccc. Color #3adadf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 11011010 | 11011111 |
Octal | 72 | 332 | 337 |
Decimal | 58 | 218 | 223 |
Hex | 3A | DA | DF |
Shades of #3adadf
Tints of #3adadf
RGB Percentages of Color #3adadf
CMYK Percentages of Color #3adadf
Complementary Color
#3adadf | #df3f3a |
#3adadf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3adadf Color Preview on White Background
Lorem ipsum dolor sit amet.
#3adadf Color CSS Codes
.mybgcolor {background-color:#3adadf; } .myforecolor {color:#3adadf; } .mybordercolor {border:3px solid #3adadf; }
#3adadf Text Font Color
<p style="color:#3adadf">Text here</p>
This sample text font color is #3adadf
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.
#3adadf Background Color
<div style="background-color:#3adadf">
Div content here</div>
This div background color is #3adadf
#3adadf Border Color
<div style="border:3px solid #3adadf">
Div here</div>
This div border color is #3adadf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,218,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3adadf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3adadf; -webkit-box-shadow: 1px 1px 3px 2px #3adadf; box-shadow: 1px 1px 3px 2px #3adadf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,218,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3adadf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3adadf; -webkit-box-shadow: 1px 1px 3px 2px #3adadf; box-shadow: 1px 1px 3px 2px #3adadf;">
Div content here</div>
This div box has shadow with color #3adadf
Comments
No comments written yet.
Please login to write comment.