Color spaces of #afd5a1
RGB | 175 | 213 | 161 |
---|---|---|---|
HSL | 0.29 | 0.38 | 0.73 |
HSV | 104° | 24° | 84° |
CMYK | 0.18 | 0.00 | 0.24 0.16 |
XYZ | 47.9065 | 59.2757 | 42.6346 |
Yxy | 59.2757 | 0.3198 | 0.3957 |
Hunter Lab | 76.9907 | -23.6644 | 21.0609 |
CIE-Lab | 81.4429 | -22.0990 | 21.6871 |
#afd5a1 color RGB value is (175,213,161).
#afd5a1 hex color red value is 175, green value is 213 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #afd5a1 hue: 0.29 , saturation: 0.38 and the lightness value of afd5a1 is 0.73.
The process color (four color CMYK) of #afd5a1 color hex is 0.18, 0.00, 0.24, 0.16. Web safe color of #afd5a1 is #99cc99. Color #afd5a1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11010101 | 10100001 |
Octal | 257 | 325 | 241 |
Decimal | 175 | 213 | 161 |
Hex | AF | D5 | A1 |
Shades of #afd5a1
Tints of #afd5a1
RGB Percentages of Color #afd5a1
CMYK Percentages of Color #afd5a1
Complementary Color
#afd5a1 | #c7a1d5 |
#afd5a1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afd5a1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afd5a1 Color CSS Codes
.mybgcolor {background-color:#afd5a1; } .myforecolor {color:#afd5a1; } .mybordercolor {border:3px solid #afd5a1; }
#afd5a1 Text Font Color
<p style="color:#afd5a1">Text here</p>
This sample text font color is #afd5a1
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.
#afd5a1 Background Color
<div style="background-color:#afd5a1">
Div content here</div>
This div background color is #afd5a1
#afd5a1 Border Color
<div style="border:3px solid #afd5a1">
Div here</div>
This div border color is #afd5a1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,213,161, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afd5a1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afd5a1; -webkit-box-shadow: 1px 1px 3px 2px #afd5a1; box-shadow: 1px 1px 3px 2px #afd5a1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,213,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 #afd5a1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afd5a1; -webkit-box-shadow: 1px 1px 3px 2px #afd5a1; box-shadow: 1px 1px 3px 2px #afd5a1;">
Div content here</div>
This div box has shadow with color #afd5a1
Comments
No comments written yet.
Please login to write comment.