Color spaces of #afe548
RGB | 175 | 229 | 72 |
---|---|---|---|
HSL | 0.22 | 0.75 | 0.59 |
HSV | 81° | 69° | 90° |
CMYK | 0.24 | 0.00 | 0.69 0.10 |
XYZ | 46.8682 | 65.6205 | 16.3267 |
Yxy | 65.6205 | 0.3638 | 0.5094 |
Hunter Lab | 81.0065 | -38.4860 | 44.7548 |
CIE-Lab | 84.8025 | -39.4756 | 67.5440 |
#afe548 color RGB value is (175,229,72).
#afe548 hex color red value is 175, green value is 229 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #afe548 hue: 0.22 , saturation: 0.75 and the lightness value of afe548 is 0.59.
The process color (four color CMYK) of #afe548 color hex is 0.24, 0.00, 0.69, 0.10. Web safe color of #afe548 is #99cc33. Color #afe548 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11100101 | 01001000 |
Octal | 257 | 345 | 110 |
Decimal | 175 | 229 | 72 |
Hex | AF | E5 | 48 |
Shades of #afe548
Tints of #afe548
RGB Percentages of Color #afe548
CMYK Percentages of Color #afe548
Complementary Color
#afe548 | #7e48e5 |
#afe548 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afe548 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afe548 Color CSS Codes
.mybgcolor {background-color:#afe548; } .myforecolor {color:#afe548; } .mybordercolor {border:3px solid #afe548; }
#afe548 Text Font Color
<p style="color:#afe548">Text here</p>
This sample text font color is #afe548
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.
#afe548 Background Color
<div style="background-color:#afe548">
Div content here</div>
This div background color is #afe548
#afe548 Border Color
<div style="border:3px solid #afe548">
Div here</div>
This div border color is #afe548
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,229,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afe548; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afe548; -webkit-box-shadow: 1px 1px 3px 2px #afe548; box-shadow: 1px 1px 3px 2px #afe548; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,229,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afe548">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afe548; -webkit-box-shadow: 1px 1px 3px 2px #afe548; box-shadow: 1px 1px 3px 2px #afe548;">
Div content here</div>
This div box has shadow with color #afe548
Comments
No comments written yet.
Please login to write comment.