Color spaces of #afa615
RGB | 175 | 166 | 21 |
---|---|---|---|
HSL | 0.16 | 0.79 | 0.38 |
HSV | 56° | 88° | 69° |
CMYK | 0.00 | 0.05 | 0.88 0.31 |
XYZ | 31.4508 | 36.4405 | 6.0856 |
Yxy | 36.4405 | 0.4251 | 0.4926 |
Hunter Lab | 60.3660 | -12.6416 | 36.2790 |
CIE-Lab | 66.8551 | -11.3001 | 66.3860 |
#afa615 color RGB value is (175,166,21).
#afa615 hex color red value is 175, green value is 166 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #afa615 hue: 0.16 , saturation: 0.79 and the lightness value of afa615 is 0.38.
The process color (four color CMYK) of #afa615 color hex is 0.00, 0.05, 0.88, 0.31. Web safe color of #afa615 is #999900. Color #afa615 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10100110 | 00010101 |
Octal | 257 | 246 | 25 |
Decimal | 175 | 166 | 21 |
Hex | AF | A6 | 15 |
Shades of #afa615
Tints of #afa615
RGB Percentages of Color #afa615
CMYK Percentages of Color #afa615
Complementary Color
#afa615 | #151eaf |
#afa615 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa615 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa615 Color CSS Codes
.mybgcolor {background-color:#afa615; } .myforecolor {color:#afa615; } .mybordercolor {border:3px solid #afa615; }
#afa615 Text Font Color
<p style="color:#afa615">Text here</p>
This sample text font color is #afa615
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.
#afa615 Background Color
<div style="background-color:#afa615">
Div content here</div>
This div background color is #afa615
#afa615 Border Color
<div style="border:3px solid #afa615">
Div here</div>
This div border color is #afa615
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,166,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa615; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa615; -webkit-box-shadow: 1px 1px 3px 2px #afa615; box-shadow: 1px 1px 3px 2px #afa615; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,166,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa615">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa615; -webkit-box-shadow: 1px 1px 3px 2px #afa615; box-shadow: 1px 1px 3px 2px #afa615;">
Div content here</div>
This div box has shadow with color #afa615
Comments
No comments written yet.
Please login to write comment.