Color spaces of #affe1f
RGB | 175 | 254 | 31 |
---|---|---|---|
HSL | 0.23 | 0.99 | 0.56 |
HSV | 81° | 88° | 100° |
CMYK | 0.31 | 0.00 | 0.88 0.00 |
XYZ | 53.3683 | 80.0965 | 13.9437 |
Yxy | 80.0965 | 0.3620 | 0.5434 |
Hunter Lab | 89.4966 | -50.1767 | 53.4102 |
CIE-Lab | 91.7281 | -51.8508 | 84.9284 |
#affe1f color RGB value is (175,254,31).
#affe1f hex color red value is 175, green value is 254 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #affe1f hue: 0.23 , saturation: 0.99 and the lightness value of affe1f is 0.56.
The process color (four color CMYK) of #affe1f color hex is 0.31, 0.00, 0.88, 0.00. Web safe color of #affe1f is #99ff33. Color #affe1f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11111110 | 00011111 |
Octal | 257 | 376 | 37 |
Decimal | 175 | 254 | 31 |
Hex | AF | FE | 1F |
Shades of #affe1f
Tints of #affe1f
RGB Percentages of Color #affe1f
CMYK Percentages of Color #affe1f
Complementary Color
#affe1f | #6e1ffe |
#affe1f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#affe1f Color Preview on White Background
Lorem ipsum dolor sit amet.
#affe1f Color CSS Codes
.mybgcolor {background-color:#affe1f; } .myforecolor {color:#affe1f; } .mybordercolor {border:3px solid #affe1f; }
#affe1f Text Font Color
<p style="color:#affe1f">Text here</p>
This sample text font color is #affe1f
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.
#affe1f Background Color
<div style="background-color:#affe1f">
Div content here</div>
This div background color is #affe1f
#affe1f Border Color
<div style="border:3px solid #affe1f">
Div here</div>
This div border color is #affe1f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,254,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #affe1f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #affe1f; -webkit-box-shadow: 1px 1px 3px 2px #affe1f; box-shadow: 1px 1px 3px 2px #affe1f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,254,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #affe1f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #affe1f; -webkit-box-shadow: 1px 1px 3px 2px #affe1f; box-shadow: 1px 1px 3px 2px #affe1f;">
Div content here</div>
This div box has shadow with color #affe1f
Comments
No comments written yet.
Please login to write comment.