Color spaces of #3fbfad
RGB | 63 | 191 | 173 |
---|---|---|---|
HSL | 0.48 | 0.50 | 0.50 |
HSV | 172° | 67° | 75° |
CMYK | 0.67 | 0.00 | 0.09 0.25 |
XYZ | 28.2235 | 41.3355 | 46.0262 |
Yxy | 41.3355 | 0.2442 | 0.3576 |
Hunter Lab | 64.2927 | -34.1535 | 2.5600 |
CIE-Lab | 70.4103 | -38.8829 | -1.1158 |
#3fbfad color RGB value is (63,191,173).
#3fbfad hex color red value is 63, green value is 191 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3fbfad hue: 0.48 , saturation: 0.50 and the lightness value of 3fbfad is 0.50.
The process color (four color CMYK) of #3fbfad color hex is 0.67, 0.00, 0.09, 0.25. Web safe color of #3fbfad is #33cc99. Color #3fbfad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111111 | 10111111 | 10101101 |
Octal | 77 | 277 | 255 |
Decimal | 63 | 191 | 173 |
Hex | 3F | BF | AD |
Shades of #3fbfad
Tints of #3fbfad
RGB Percentages of Color #3fbfad
CMYK Percentages of Color #3fbfad
Complementary Color
#3fbfad | #bf3f51 |
#3fbfad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3fbfad Color Preview on White Background
Lorem ipsum dolor sit amet.
#3fbfad Color CSS Codes
.mybgcolor {background-color:#3fbfad; } .myforecolor {color:#3fbfad; } .mybordercolor {border:3px solid #3fbfad; }
#3fbfad Text Font Color
<p style="color:#3fbfad">Text here</p>
This sample text font color is #3fbfad
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.
#3fbfad Background Color
<div style="background-color:#3fbfad">
Div content here</div>
This div background color is #3fbfad
#3fbfad Border Color
<div style="border:3px solid #3fbfad">
Div here</div>
This div border color is #3fbfad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(63,191,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3fbfad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3fbfad; -webkit-box-shadow: 1px 1px 3px 2px #3fbfad; box-shadow: 1px 1px 3px 2px #3fbfad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(63,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 #3fbfad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3fbfad; -webkit-box-shadow: 1px 1px 3px 2px #3fbfad; box-shadow: 1px 1px 3px 2px #3fbfad;">
Div content here</div>
This div box has shadow with color #3fbfad
Comments
No comments written yet.
Please login to write comment.