Color spaces of #afb90e
RGB | 175 | 185 | 14 |
---|---|---|---|
HSL | 0.18 | 0.86 | 0.39 |
HSV | 64° | 92° | 73° |
CMYK | 0.05 | 0.00 | 0.92 0.27 |
XYZ | 35.1074 | 43.8436 | 7.0278 |
Yxy | 43.8436 | 0.4083 | 0.5099 |
Hunter Lab | 66.2145 | -21.2334 | 40.0573 |
CIE-Lab | 72.1238 | -21.0956 | 71.7114 |
#afb90e color RGB value is (175,185,14).
#afb90e hex color red value is 175, green value is 185 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #afb90e hue: 0.18 , saturation: 0.86 and the lightness value of afb90e is 0.39.
The process color (four color CMYK) of #afb90e color hex is 0.05, 0.00, 0.92, 0.27. Web safe color of #afb90e is #99cc00. Color #afb90e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111001 | 00001110 |
Octal | 257 | 271 | 16 |
Decimal | 175 | 185 | 14 |
Hex | AF | B9 | E |
Shades of #afb90e
Tints of #afb90e
RGB Percentages of Color #afb90e
CMYK Percentages of Color #afb90e
Complementary Color
#afb90e | #180eb9 |
#afb90e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afb90e Color Preview on White Background
Lorem ipsum dolor sit amet.
#afb90e Color CSS Codes
.mybgcolor {background-color:#afb90e; } .myforecolor {color:#afb90e; } .mybordercolor {border:3px solid #afb90e; }
#afb90e Text Font Color
<p style="color:#afb90e">Text here</p>
This sample text font color is #afb90e
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.
#afb90e Background Color
<div style="background-color:#afb90e">
Div content here</div>
This div background color is #afb90e
#afb90e Border Color
<div style="border:3px solid #afb90e">
Div here</div>
This div border color is #afb90e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,185,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afb90e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afb90e; -webkit-box-shadow: 1px 1px 3px 2px #afb90e; box-shadow: 1px 1px 3px 2px #afb90e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,185,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afb90e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afb90e; -webkit-box-shadow: 1px 1px 3px 2px #afb90e; box-shadow: 1px 1px 3px 2px #afb90e;">
Div content here</div>
This div box has shadow with color #afb90e
Comments
No comments written yet.
Please login to write comment.