Color spaces of #afb62c
RGB | 175 | 182 | 44 |
---|---|---|---|
HSL | 0.18 | 0.61 | 0.44 |
HSV | 63° | 76° | 71° |
CMYK | 0.04 | 0.00 | 0.76 0.29 |
XYZ | 34.8618 | 42.7517 | 8.7974 |
Yxy | 42.7517 | 0.4034 | 0.4947 |
Hunter Lab | 65.3848 | -19.2509 | 37.7920 |
CIE-Lab | 71.3861 | -18.7543 | 64.2032 |
#afb62c color RGB value is (175,182,44).
#afb62c hex color red value is 175, green value is 182 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #afb62c hue: 0.18 , saturation: 0.61 and the lightness value of afb62c is 0.44.
The process color (four color CMYK) of #afb62c color hex is 0.04, 0.00, 0.76, 0.29. Web safe color of #afb62c is #99cc33. Color #afb62c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10110110 | 00101100 |
Octal | 257 | 266 | 54 |
Decimal | 175 | 182 | 44 |
Hex | AF | B6 | 2C |
Shades of #afb62c
Tints of #afb62c
RGB Percentages of Color #afb62c
CMYK Percentages of Color #afb62c
Complementary Color
#afb62c | #332cb6 |
#afb62c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afb62c Color Preview on White Background
Lorem ipsum dolor sit amet.
#afb62c Color CSS Codes
.mybgcolor {background-color:#afb62c; } .myforecolor {color:#afb62c; } .mybordercolor {border:3px solid #afb62c; }
#afb62c Text Font Color
<p style="color:#afb62c">Text here</p>
This sample text font color is #afb62c
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.
#afb62c Background Color
<div style="background-color:#afb62c">
Div content here</div>
This div background color is #afb62c
#afb62c Border Color
<div style="border:3px solid #afb62c">
Div here</div>
This div border color is #afb62c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,182,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afb62c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afb62c; -webkit-box-shadow: 1px 1px 3px 2px #afb62c; box-shadow: 1px 1px 3px 2px #afb62c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,182,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afb62c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afb62c; -webkit-box-shadow: 1px 1px 3px 2px #afb62c; box-shadow: 1px 1px 3px 2px #afb62c;">
Div content here</div>
This div box has shadow with color #afb62c
Comments
No comments written yet.
Please login to write comment.