Color spaces of #afdaa3
RGB | 175 | 218 | 163 |
---|---|---|---|
HSL | 0.30 | 0.43 | 0.75 |
HSV | 107° | 25° | 85° |
CMYK | 0.20 | 0.00 | 0.25 0.15 |
XYZ | 49.3615 | 61.9011 | 43.9968 |
Yxy | 61.9011 | 0.3179 | 0.3987 |
Hunter Lab | 78.6773 | -25.6957 | 21.9187 |
CIE-Lab | 82.8608 | -24.2223 | 22.5898 |
#afdaa3 color RGB value is (175,218,163).
#afdaa3 hex color red value is 175, green value is 218 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #afdaa3 hue: 0.30 , saturation: 0.43 and the lightness value of afdaa3 is 0.75.
The process color (four color CMYK) of #afdaa3 color hex is 0.20, 0.00, 0.25, 0.15. Web safe color of #afdaa3 is #99cc99. Color #afdaa3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11011010 | 10100011 |
Octal | 257 | 332 | 243 |
Decimal | 175 | 218 | 163 |
Hex | AF | DA | A3 |
Shades of #afdaa3
Tints of #afdaa3
RGB Percentages of Color #afdaa3
CMYK Percentages of Color #afdaa3
Complementary Color
#afdaa3 | #cea3da |
#afdaa3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afdaa3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afdaa3 Color CSS Codes
.mybgcolor {background-color:#afdaa3; } .myforecolor {color:#afdaa3; } .mybordercolor {border:3px solid #afdaa3; }
#afdaa3 Text Font Color
<p style="color:#afdaa3">Text here</p>
This sample text font color is #afdaa3
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.
#afdaa3 Background Color
<div style="background-color:#afdaa3">
Div content here</div>
This div background color is #afdaa3
#afdaa3 Border Color
<div style="border:3px solid #afdaa3">
Div here</div>
This div border color is #afdaa3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,218,163, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afdaa3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afdaa3; -webkit-box-shadow: 1px 1px 3px 2px #afdaa3; box-shadow: 1px 1px 3px 2px #afdaa3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,218,163, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afdaa3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afdaa3; -webkit-box-shadow: 1px 1px 3px 2px #afdaa3; box-shadow: 1px 1px 3px 2px #afdaa3;">
Div content here</div>
This div box has shadow with color #afdaa3
Comments
No comments written yet.
Please login to write comment.