Color spaces of #aff1da
RGB | 175 | 241 | 218 |
---|---|---|---|
HSL | 0.44 | 0.70 | 0.82 |
HSV | 159° | 27° | 95° |
CMYK | 0.27 | 0.00 | 0.10 0.05 |
XYZ | 61.7894 | 77.0865 | 77.9522 |
Yxy | 77.0865 | 0.2850 | 0.3555 |
Hunter Lab | 87.7989 | -28.0269 | 8.8187 |
CIE-Lab | 90.3614 | -25.3141 | 4.4643 |
#aff1da color RGB value is (175,241,218).
#aff1da hex color red value is 175, green value is 241 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aff1da hue: 0.44 , saturation: 0.70 and the lightness value of aff1da is 0.82.
The process color (four color CMYK) of #aff1da color hex is 0.27, 0.00, 0.10, 0.05. Web safe color of #aff1da is #99ffcc. Color #aff1da contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11110001 | 11011010 |
Octal | 257 | 361 | 332 |
Decimal | 175 | 241 | 218 |
Hex | AF | F1 | DA |
Shades of #aff1da
Tints of #aff1da
RGB Percentages of Color #aff1da
CMYK Percentages of Color #aff1da
Complementary Color
#aff1da | #f1afc6 |
#aff1da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aff1da Color Preview on White Background
Lorem ipsum dolor sit amet.
#aff1da Color CSS Codes
.mybgcolor {background-color:#aff1da; } .myforecolor {color:#aff1da; } .mybordercolor {border:3px solid #aff1da; }
#aff1da Text Font Color
<p style="color:#aff1da">Text here</p>
This sample text font color is #aff1da
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.
#aff1da Background Color
<div style="background-color:#aff1da">
Div content here</div>
This div background color is #aff1da
#aff1da Border Color
<div style="border:3px solid #aff1da">
Div here</div>
This div border color is #aff1da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,241,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aff1da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aff1da; -webkit-box-shadow: 1px 1px 3px 2px #aff1da; box-shadow: 1px 1px 3px 2px #aff1da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,241,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 #aff1da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aff1da; -webkit-box-shadow: 1px 1px 3px 2px #aff1da; box-shadow: 1px 1px 3px 2px #aff1da;">
Div content here</div>
This div box has shadow with color #aff1da
#aff1da Color Palettes
Comments
No comments written yet.
Please login to write comment.