Color spaces of #afff99
RGB | 175 | 255 | 153 |
---|---|---|---|
HSL | 0.30 | 1.00 | 0.80 |
HSV | 107° | 40° | 100° |
CMYK | 0.31 | 0.00 | 0.40 0.00 |
XYZ | 59.1890 | 82.9339 | 43.0252 |
Yxy | 82.9339 | 0.3197 | 0.4479 |
Hunter Lab | 91.0681 | -43.3543 | 35.7360 |
CIE-Lab | 92.9855 | -42.7883 | 41.1427 |
#afff99 color RGB value is (175,255,153).
#afff99 hex color red value is 175, green value is 255 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #afff99 hue: 0.30 , saturation: 1.00 and the lightness value of afff99 is 0.80.
The process color (four color CMYK) of #afff99 color hex is 0.31, 0.00, 0.40, 0.00. Web safe color of #afff99 is #99ff99. Color #afff99 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11111111 | 10011001 |
Octal | 257 | 377 | 231 |
Decimal | 175 | 255 | 153 |
Hex | AF | FF | 99 |
Shades of #afff99
Tints of #afff99
RGB Percentages of Color #afff99
CMYK Percentages of Color #afff99
Complementary Color
#afff99 | #e999ff |
#afff99 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afff99 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afff99 Color CSS Codes
.mybgcolor {background-color:#afff99; } .myforecolor {color:#afff99; } .mybordercolor {border:3px solid #afff99; }
#afff99 Text Font Color
<p style="color:#afff99">Text here</p>
This sample text font color is #afff99
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.
#afff99 Background Color
<div style="background-color:#afff99">
Div content here</div>
This div background color is #afff99
#afff99 Border Color
<div style="border:3px solid #afff99">
Div here</div>
This div border color is #afff99
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,255,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afff99; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afff99; -webkit-box-shadow: 1px 1px 3px 2px #afff99; box-shadow: 1px 1px 3px 2px #afff99; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,255,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afff99">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afff99; -webkit-box-shadow: 1px 1px 3px 2px #afff99; box-shadow: 1px 1px 3px 2px #afff99;">
Div content here</div>
This div box has shadow with color #afff99
Comments
No comments written yet.
Please login to write comment.