Color spaces of #aff207
RGB | 175 | 242 | 7 |
---|---|---|---|
HSL | 0.21 | 0.94 | 0.49 |
HSV | 77° | 97° | 95° |
CMYK | 0.28 | 0.00 | 0.97 0.05 |
XYZ | 49.4697 | 72.6336 | 11.6134 |
Yxy | 72.6336 | 0.3700 | 0.5432 |
Hunter Lab | 85.2253 | -45.5327 | 51.5785 |
CIE-Lab | 88.2727 | -47.2559 | 84.9321 |
#aff207 color RGB value is (175,242,7).
#aff207 hex color red value is 175, green value is 242 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #aff207 hue: 0.21 , saturation: 0.94 and the lightness value of aff207 is 0.49.
The process color (four color CMYK) of #aff207 color hex is 0.28, 0.00, 0.97, 0.05. Web safe color of #aff207 is #99ff00. Color #aff207 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11110010 | 00000111 |
Octal | 257 | 362 | 7 |
Decimal | 175 | 242 | 7 |
Hex | AF | F2 | 7 |
Shades of #aff207
Tints of #aff207
RGB Percentages of Color #aff207
CMYK Percentages of Color #aff207
Complementary Color
#aff207 | #4a07f2 |
#aff207 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aff207 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aff207 Color CSS Codes
.mybgcolor {background-color:#aff207; } .myforecolor {color:#aff207; } .mybordercolor {border:3px solid #aff207; }
#aff207 Text Font Color
<p style="color:#aff207">Text here</p>
This sample text font color is #aff207
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.
#aff207 Background Color
<div style="background-color:#aff207">
Div content here</div>
This div background color is #aff207
#aff207 Border Color
<div style="border:3px solid #aff207">
Div here</div>
This div border color is #aff207
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,242,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aff207; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aff207; -webkit-box-shadow: 1px 1px 3px 2px #aff207; box-shadow: 1px 1px 3px 2px #aff207; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,242,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aff207">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aff207; -webkit-box-shadow: 1px 1px 3px 2px #aff207; box-shadow: 1px 1px 3px 2px #aff207;">
Div content here</div>
This div box has shadow with color #aff207
Comments
No comments written yet.
Please login to write comment.