Color spaces of #afe641
RGB | 175 | 230 | 65 |
---|---|---|---|
HSL | 0.22 | 0.77 | 0.58 |
HSV | 80° | 72° | 90° |
CMYK | 0.24 | 0.00 | 0.72 0.10 |
XYZ | 46.9301 | 66.0892 | 15.2840 |
Yxy | 66.0892 | 0.3658 | 0.5151 |
Hunter Lab | 81.2953 | -39.2223 | 45.7598 |
CIE-Lab | 85.0419 | -40.3338 | 70.2687 |
#afe641 color RGB value is (175,230,65).
#afe641 hex color red value is 175, green value is 230 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #afe641 hue: 0.22 , saturation: 0.77 and the lightness value of afe641 is 0.58.
The process color (four color CMYK) of #afe641 color hex is 0.24, 0.00, 0.72, 0.10. Web safe color of #afe641 is #99ff33. Color #afe641 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11100110 | 01000001 |
Octal | 257 | 346 | 101 |
Decimal | 175 | 230 | 65 |
Hex | AF | E6 | 41 |
Shades of #afe641
Tints of #afe641
RGB Percentages of Color #afe641
CMYK Percentages of Color #afe641
Complementary Color
#afe641 | #7841e6 |
#afe641 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afe641 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afe641 Color CSS Codes
.mybgcolor {background-color:#afe641; } .myforecolor {color:#afe641; } .mybordercolor {border:3px solid #afe641; }
#afe641 Text Font Color
<p style="color:#afe641">Text here</p>
This sample text font color is #afe641
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.
#afe641 Background Color
<div style="background-color:#afe641">
Div content here</div>
This div background color is #afe641
#afe641 Border Color
<div style="border:3px solid #afe641">
Div here</div>
This div border color is #afe641
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,230,65, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afe641; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afe641; -webkit-box-shadow: 1px 1px 3px 2px #afe641; box-shadow: 1px 1px 3px 2px #afe641; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,230,65, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afe641">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afe641; -webkit-box-shadow: 1px 1px 3px 2px #afe641; box-shadow: 1px 1px 3px 2px #afe641;">
Div content here</div>
This div box has shadow with color #afe641
Comments
No comments written yet.
Please login to write comment.