Color spaces of #afd483
RGB | 175 | 212 | 131 |
---|---|---|---|
HSL | 0.24 | 0.49 | 0.67 |
HSV | 87° | 38° | 83° |
CMYK | 0.17 | 0.00 | 0.38 0.17 |
XYZ | 45.3194 | 57.8396 | 30.2483 |
Yxy | 57.8396 | 0.3397 | 0.4336 |
Hunter Lab | 76.0524 | -26.7239 | 29.6552 |
CIE-Lab | 80.6495 | -25.9751 | 36.1372 |
#afd483 color RGB value is (175,212,131).
#afd483 hex color red value is 175, green value is 212 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #afd483 hue: 0.24 , saturation: 0.49 and the lightness value of afd483 is 0.67.
The process color (four color CMYK) of #afd483 color hex is 0.17, 0.00, 0.38, 0.17. Web safe color of #afd483 is #99cc99. Color #afd483 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11010100 | 10000011 |
Octal | 257 | 324 | 203 |
Decimal | 175 | 212 | 131 |
Hex | AF | D4 | 83 |
Shades of #afd483
Tints of #afd483
RGB Percentages of Color #afd483
CMYK Percentages of Color #afd483
Complementary Color
#afd483 | #a883d4 |
#afd483 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afd483 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afd483 Color CSS Codes
.mybgcolor {background-color:#afd483; } .myforecolor {color:#afd483; } .mybordercolor {border:3px solid #afd483; }
#afd483 Text Font Color
<p style="color:#afd483">Text here</p>
This sample text font color is #afd483
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.
#afd483 Background Color
<div style="background-color:#afd483">
Div content here</div>
This div background color is #afd483
#afd483 Border Color
<div style="border:3px solid #afd483">
Div here</div>
This div border color is #afd483
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,212,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afd483; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afd483; -webkit-box-shadow: 1px 1px 3px 2px #afd483; box-shadow: 1px 1px 3px 2px #afd483; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,212,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afd483">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afd483; -webkit-box-shadow: 1px 1px 3px 2px #afd483; box-shadow: 1px 1px 3px 2px #afd483;">
Div content here</div>
This div box has shadow with color #afd483
Comments
No comments written yet.
Please login to write comment.