Color spaces of #affe56
RGB | 175 | 254 | 86 |
---|---|---|---|
HSL | 0.25 | 0.99 | 0.67 |
HSV | 88° | 66° | 100° |
CMYK | 0.31 | 0.00 | 0.66 0.00 |
XYZ | 54.8007 | 80.6695 | 21.4866 |
Yxy | 80.6695 | 0.3491 | 0.5140 |
Hunter Lab | 89.8162 | -48.2679 | 48.6875 |
CIE-Lab | 91.9844 | -49.2975 | 69.7408 |
#affe56 color RGB value is (175,254,86).
#affe56 hex color red value is 175, green value is 254 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #affe56 hue: 0.25 , saturation: 0.99 and the lightness value of affe56 is 0.67.
The process color (four color CMYK) of #affe56 color hex is 0.31, 0.00, 0.66, 0.00. Web safe color of #affe56 is #99ff66. Color #affe56 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11111110 | 01010110 |
Octal | 257 | 376 | 126 |
Decimal | 175 | 254 | 86 |
Hex | AF | FE | 56 |
Shades of #affe56
Tints of #affe56
RGB Percentages of Color #affe56
CMYK Percentages of Color #affe56
Complementary Color
#affe56 | #a556fe |
#affe56 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#affe56 Color Preview on White Background
Lorem ipsum dolor sit amet.
#affe56 Color CSS Codes
.mybgcolor {background-color:#affe56; } .myforecolor {color:#affe56; } .mybordercolor {border:3px solid #affe56; }
#affe56 Text Font Color
<p style="color:#affe56">Text here</p>
This sample text font color is #affe56
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.
#affe56 Background Color
<div style="background-color:#affe56">
Div content here</div>
This div background color is #affe56
#affe56 Border Color
<div style="border:3px solid #affe56">
Div here</div>
This div border color is #affe56
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,254,86, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #affe56; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #affe56; -webkit-box-shadow: 1px 1px 3px 2px #affe56; box-shadow: 1px 1px 3px 2px #affe56; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,254,86, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #affe56">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #affe56; -webkit-box-shadow: 1px 1px 3px 2px #affe56; box-shadow: 1px 1px 3px 2px #affe56;">
Div content here</div>
This div box has shadow with color #affe56
Comments
No comments written yet.
Please login to write comment.