Color spaces of #aabf14
RGB | 170 | 191 | 20 |
---|---|---|---|
HSL | 0.19 | 0.81 | 0.41 |
HSV | 67° | 90° | 75° |
CMYK | 0.11 | 0.00 | 0.90 0.25 |
XYZ | 35.3346 | 45.8582 | 7.6510 |
Yxy | 45.8582 | 0.3977 | 0.5162 |
Hunter Lab | 67.7187 | -25.3691 | 40.7044 |
CIE-Lab | 73.4534 | -26.0544 | 71.6993 |
#aabf14 color RGB value is (170,191,20).
#aabf14 hex color red value is 170, green value is 191 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #aabf14 hue: 0.19 , saturation: 0.81 and the lightness value of aabf14 is 0.41.
The process color (four color CMYK) of #aabf14 color hex is 0.11, 0.00, 0.90, 0.25. Web safe color of #aabf14 is #99cc00. Color #aabf14 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111111 | 00010100 |
Octal | 252 | 277 | 24 |
Decimal | 170 | 191 | 20 |
Hex | AA | BF | 14 |
Shades of #aabf14
Tints of #aabf14
RGB Percentages of Color #aabf14
CMYK Percentages of Color #aabf14
Complementary Color
#aabf14 | #2914bf |
#aabf14 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aabf14 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aabf14 Color CSS Codes
.mybgcolor {background-color:#aabf14; } .myforecolor {color:#aabf14; } .mybordercolor {border:3px solid #aabf14; }
#aabf14 Text Font Color
<p style="color:#aabf14">Text here</p>
This sample text font color is #aabf14
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.
#aabf14 Background Color
<div style="background-color:#aabf14">
Div content here</div>
This div background color is #aabf14
#aabf14 Border Color
<div style="border:3px solid #aabf14">
Div here</div>
This div border color is #aabf14
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,191,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aabf14; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aabf14; -webkit-box-shadow: 1px 1px 3px 2px #aabf14; box-shadow: 1px 1px 3px 2px #aabf14; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,191,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aabf14">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aabf14; -webkit-box-shadow: 1px 1px 3px 2px #aabf14; box-shadow: 1px 1px 3px 2px #aabf14;">
Div content here</div>
This div box has shadow with color #aabf14
Comments
No comments written yet.
Please login to write comment.