Color spaces of #5fafa1
RGB | 95 | 175 | 161 |
---|---|---|---|
HSL | 0.47 | 0.33 | 0.53 |
HSV | 170° | 46° | 69° |
CMYK | 0.46 | 0.00 | 0.08 0.31 |
XYZ | 26.4823 | 35.6660 | 39.2067 |
Yxy | 35.6660 | 0.2613 | 0.3519 |
Hunter Lab | 59.7210 | -25.3589 | 2.8810 |
CIE-Lab | 66.2639 | -28.0163 | -0.4520 |
#5fafa1 color RGB value is (95,175,161).
#5fafa1 hex color red value is 95, green value is 175 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #5fafa1 hue: 0.47 , saturation: 0.33 and the lightness value of 5fafa1 is 0.53.
The process color (four color CMYK) of #5fafa1 color hex is 0.46, 0.00, 0.08, 0.31. Web safe color of #5fafa1 is #669999. Color #5fafa1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 10101111 | 10100001 |
Octal | 137 | 257 | 241 |
Decimal | 95 | 175 | 161 |
Hex | 5F | AF | A1 |
Shades of #5fafa1
Tints of #5fafa1
RGB Percentages of Color #5fafa1
CMYK Percentages of Color #5fafa1
Complementary Color
#5fafa1 | #af5f6d |
#5fafa1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5fafa1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#5fafa1 Color CSS Codes
.mybgcolor {background-color:#5fafa1; } .myforecolor {color:#5fafa1; } .mybordercolor {border:3px solid #5fafa1; }
#5fafa1 Text Font Color
<p style="color:#5fafa1">Text here</p>
This sample text font color is #5fafa1
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.
#5fafa1 Background Color
<div style="background-color:#5fafa1">
Div content here</div>
This div background color is #5fafa1
#5fafa1 Border Color
<div style="border:3px solid #5fafa1">
Div here</div>
This div border color is #5fafa1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,175,161, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5fafa1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5fafa1; -webkit-box-shadow: 1px 1px 3px 2px #5fafa1; box-shadow: 1px 1px 3px 2px #5fafa1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,175,161, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5fafa1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5fafa1; -webkit-box-shadow: 1px 1px 3px 2px #5fafa1; box-shadow: 1px 1px 3px 2px #5fafa1;">
Div content here</div>
This div box has shadow with color #5fafa1
Comments
No comments written yet.
Please login to write comment.