Color spaces of #aff65f
RGB | 175 | 246 | 95 |
---|---|---|---|
HSL | 0.25 | 0.89 | 0.67 |
HSV | 88° | 61° | 96° |
CMYK | 0.29 | 0.00 | 0.61 0.04 |
XYZ | 52.7005 | 75.8517 | 22.6897 |
Yxy | 75.8517 | 0.3485 | 0.5015 |
Hunter Lab | 87.0929 | -44.4010 | 45.5186 |
CIE-Lab | 89.7904 | -45.2264 | 63.8242 |
#aff65f color RGB value is (175,246,95).
#aff65f hex color red value is 175, green value is 246 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aff65f hue: 0.25 , saturation: 0.89 and the lightness value of aff65f is 0.67.
The process color (four color CMYK) of #aff65f color hex is 0.29, 0.00, 0.61, 0.04. Web safe color of #aff65f is #99ff66. Color #aff65f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11110110 | 01011111 |
Octal | 257 | 366 | 137 |
Decimal | 175 | 246 | 95 |
Hex | AF | F6 | 5F |
Shades of #aff65f
Tints of #aff65f
RGB Percentages of Color #aff65f
CMYK Percentages of Color #aff65f
Complementary Color
#aff65f | #a65ff6 |
#aff65f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aff65f Color Preview on White Background
Lorem ipsum dolor sit amet.
#aff65f Color CSS Codes
.mybgcolor {background-color:#aff65f; } .myforecolor {color:#aff65f; } .mybordercolor {border:3px solid #aff65f; }
#aff65f Text Font Color
<p style="color:#aff65f">Text here</p>
This sample text font color is #aff65f
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.
#aff65f Background Color
<div style="background-color:#aff65f">
Div content here</div>
This div background color is #aff65f
#aff65f Border Color
<div style="border:3px solid #aff65f">
Div here</div>
This div border color is #aff65f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,246,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aff65f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aff65f; -webkit-box-shadow: 1px 1px 3px 2px #aff65f; box-shadow: 1px 1px 3px 2px #aff65f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,246,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aff65f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aff65f; -webkit-box-shadow: 1px 1px 3px 2px #aff65f; box-shadow: 1px 1px 3px 2px #aff65f;">
Div content here</div>
This div box has shadow with color #aff65f
Comments
No comments written yet.
Please login to write comment.