Color spaces of #3abfad
RGB | 58 | 191 | 173 |
---|---|---|---|
HSL | 0.48 | 0.53 | 0.49 |
HSV | 172° | 70° | 75° |
CMYK | 0.70 | 0.00 | 0.09 0.25 |
XYZ | 27.9185 | 41.1783 | 46.0119 |
Yxy | 41.1783 | 0.2425 | 0.3577 |
Hunter Lab | 64.1703 | -34.6383 | 2.4066 |
CIE-Lab | 70.3007 | -39.6161 | -1.2894 |
#3abfad color RGB value is (58,191,173).
#3abfad hex color red value is 58, green value is 191 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3abfad hue: 0.48 , saturation: 0.53 and the lightness value of 3abfad is 0.49.
The process color (four color CMYK) of #3abfad color hex is 0.70, 0.00, 0.09, 0.25. Web safe color of #3abfad is #33cc99. Color #3abfad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 10111111 | 10101101 |
Octal | 72 | 277 | 255 |
Decimal | 58 | 191 | 173 |
Hex | 3A | BF | AD |
Shades of #3abfad
Tints of #3abfad
RGB Percentages of Color #3abfad
CMYK Percentages of Color #3abfad
Complementary Color
#3abfad | #bf3a4c |
#3abfad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3abfad Color Preview on White Background
Lorem ipsum dolor sit amet.
#3abfad Color CSS Codes
.mybgcolor {background-color:#3abfad; } .myforecolor {color:#3abfad; } .mybordercolor {border:3px solid #3abfad; }
#3abfad Text Font Color
<p style="color:#3abfad">Text here</p>
This sample text font color is #3abfad
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.
#3abfad Background Color
<div style="background-color:#3abfad">
Div content here</div>
This div background color is #3abfad
#3abfad Border Color
<div style="border:3px solid #3abfad">
Div here</div>
This div border color is #3abfad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,191,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3abfad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3abfad; -webkit-box-shadow: 1px 1px 3px 2px #3abfad; box-shadow: 1px 1px 3px 2px #3abfad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,191,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3abfad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3abfad; -webkit-box-shadow: 1px 1px 3px 2px #3abfad; box-shadow: 1px 1px 3px 2px #3abfad;">
Div content here</div>
This div box has shadow with color #3abfad
Comments
No comments written yet.
Please login to write comment.