Color spaces of #afdca1
RGB | 175 | 220 | 161 |
---|---|---|---|
HSL | 0.29 | 0.46 | 0.75 |
HSV | 106° | 27° | 86° |
CMYK | 0.20 | 0.00 | 0.27 0.14 |
XYZ | 49.7054 | 62.8736 | 43.2343 |
Yxy | 62.8736 | 0.3190 | 0.4035 |
Hunter Lab | 79.2929 | -26.8683 | 23.1772 |
CIE-Lab | 83.3758 | -25.5111 | 24.3369 |
#afdca1 color RGB value is (175,220,161).
#afdca1 hex color red value is 175, green value is 220 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #afdca1 hue: 0.29 , saturation: 0.46 and the lightness value of afdca1 is 0.75.
The process color (four color CMYK) of #afdca1 color hex is 0.20, 0.00, 0.27, 0.14. Web safe color of #afdca1 is #99cc99. Color #afdca1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11011100 | 10100001 |
Octal | 257 | 334 | 241 |
Decimal | 175 | 220 | 161 |
Hex | AF | DC | A1 |
Shades of #afdca1
Tints of #afdca1
RGB Percentages of Color #afdca1
CMYK Percentages of Color #afdca1
Complementary Color
#afdca1 | #cea1dc |
#afdca1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afdca1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afdca1 Color CSS Codes
.mybgcolor {background-color:#afdca1; } .myforecolor {color:#afdca1; } .mybordercolor {border:3px solid #afdca1; }
#afdca1 Text Font Color
<p style="color:#afdca1">Text here</p>
This sample text font color is #afdca1
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.
#afdca1 Background Color
<div style="background-color:#afdca1">
Div content here</div>
This div background color is #afdca1
#afdca1 Border Color
<div style="border:3px solid #afdca1">
Div here</div>
This div border color is #afdca1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,220,161, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afdca1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afdca1; -webkit-box-shadow: 1px 1px 3px 2px #afdca1; box-shadow: 1px 1px 3px 2px #afdca1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,220,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 #afdca1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afdca1; -webkit-box-shadow: 1px 1px 3px 2px #afdca1; box-shadow: 1px 1px 3px 2px #afdca1;">
Div content here</div>
This div box has shadow with color #afdca1
Comments
No comments written yet.
Please login to write comment.