Color spaces of #3adabd
RGB | 58 | 218 | 189 |
---|---|---|---|
HSL | 0.47 | 0.68 | 0.54 |
HSV | 169° | 73° | 85° |
CMYK | 0.73 | 0.00 | 0.13 0.15 |
XYZ | 36.0016 | 54.7165 | 56.8080 |
Yxy | 54.7165 | 0.2440 | 0.3709 |
Hunter Lab | 73.9706 | -42.5723 | 6.2458 |
CIE-Lab | 78.8777 | -47.1867 | 2.5746 |
#3adabd color RGB value is (58,218,189).
#3adabd hex color red value is 58, green value is 218 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3adabd hue: 0.47 , saturation: 0.68 and the lightness value of 3adabd is 0.54.
The process color (four color CMYK) of #3adabd color hex is 0.73, 0.00, 0.13, 0.15. Web safe color of #3adabd is #33cccc. Color #3adabd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 11011010 | 10111101 |
Octal | 72 | 332 | 275 |
Decimal | 58 | 218 | 189 |
Hex | 3A | DA | BD |
Shades of #3adabd
Tints of #3adabd
RGB Percentages of Color #3adabd
CMYK Percentages of Color #3adabd
Complementary Color
#3adabd | #da3a57 |
#3adabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3adabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#3adabd Color CSS Codes
.mybgcolor {background-color:#3adabd; } .myforecolor {color:#3adabd; } .mybordercolor {border:3px solid #3adabd; }
#3adabd Text Font Color
<p style="color:#3adabd">Text here</p>
This sample text font color is #3adabd
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.
#3adabd Background Color
<div style="background-color:#3adabd">
Div content here</div>
This div background color is #3adabd
#3adabd Border Color
<div style="border:3px solid #3adabd">
Div here</div>
This div border color is #3adabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,218,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3adabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3adabd; -webkit-box-shadow: 1px 1px 3px 2px #3adabd; box-shadow: 1px 1px 3px 2px #3adabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,218,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3adabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3adabd; -webkit-box-shadow: 1px 1px 3px 2px #3adabd; box-shadow: 1px 1px 3px 2px #3adabd;">
Div content here</div>
This div box has shadow with color #3adabd
Comments
No comments written yet.
Please login to write comment.