Color spaces of #afffda
RGB | 175 | 255 | 218 |
---|---|---|---|
HSL | 0.42 | 1.00 | 0.84 |
HSV | 152° | 31° | 100° |
CMYK | 0.31 | 0.00 | 0.15 0.00 |
XYZ | 66.0941 | 85.6959 | 79.3871 |
Yxy | 85.6959 | 0.2859 | 0.3707 |
Hunter Lab | 92.5721 | -34.5567 | 13.9551 |
CIE-Lab | 94.1822 | -31.9493 | 9.9607 |
#afffda color RGB value is (175,255,218).
#afffda hex color red value is 175, green value is 255 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #afffda hue: 0.42 , saturation: 1.00 and the lightness value of afffda is 0.84.
The process color (four color CMYK) of #afffda color hex is 0.31, 0.00, 0.15, 0.00. Web safe color of #afffda is #99ffcc. Color #afffda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11111111 | 11011010 |
Octal | 257 | 377 | 332 |
Decimal | 175 | 255 | 218 |
Hex | AF | FF | DA |
Shades of #afffda
Tints of #afffda
RGB Percentages of Color #afffda
CMYK Percentages of Color #afffda
Complementary Color
#afffda | #ffafd4 |
#afffda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afffda Color Preview on White Background
Lorem ipsum dolor sit amet.
#afffda Color CSS Codes
.mybgcolor {background-color:#afffda; } .myforecolor {color:#afffda; } .mybordercolor {border:3px solid #afffda; }
#afffda Text Font Color
<p style="color:#afffda">Text here</p>
This sample text font color is #afffda
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.
#afffda Background Color
<div style="background-color:#afffda">
Div content here</div>
This div background color is #afffda
#afffda Border Color
<div style="border:3px solid #afffda">
Div here</div>
This div border color is #afffda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,255,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afffda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afffda; -webkit-box-shadow: 1px 1px 3px 2px #afffda; box-shadow: 1px 1px 3px 2px #afffda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,255,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afffda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afffda; -webkit-box-shadow: 1px 1px 3px 2px #afffda; box-shadow: 1px 1px 3px 2px #afffda;">
Div content here</div>
This div box has shadow with color #afffda
Related Colors
Comments
No comments written yet.
Please login to write comment.