Color spaces of #adf14b
RGB | 173 | 241 | 75 |
---|---|---|---|
HSL | 0.23 | 0.86 | 0.62 |
HSV | 85° | 69° | 95° |
CMYK | 0.28 | 0.00 | 0.69 0.05 |
XYZ | 49.9589 | 72.3028 | 17.9793 |
Yxy | 72.3028 | 0.3562 | 0.5156 |
Hunter Lab | 85.0311 | -43.9290 | 46.9852 |
CIE-Lab | 88.1141 | -45.2511 | 69.7833 |
#adf14b color RGB value is (173,241,75).
#adf14b hex color red value is 173, green value is 241 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #adf14b hue: 0.23 , saturation: 0.86 and the lightness value of adf14b is 0.62.
The process color (four color CMYK) of #adf14b color hex is 0.28, 0.00, 0.69, 0.05. Web safe color of #adf14b is #99ff33. Color #adf14b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11110001 | 01001011 |
Octal | 255 | 361 | 113 |
Decimal | 173 | 241 | 75 |
Hex | AD | F1 | 4B |
Shades of #adf14b
Tints of #adf14b
RGB Percentages of Color #adf14b
CMYK Percentages of Color #adf14b
Complementary Color
#adf14b | #8f4bf1 |
#adf14b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adf14b Color Preview on White Background
Lorem ipsum dolor sit amet.
#adf14b Color CSS Codes
.mybgcolor {background-color:#adf14b; } .myforecolor {color:#adf14b; } .mybordercolor {border:3px solid #adf14b; }
#adf14b Text Font Color
<p style="color:#adf14b">Text here</p>
This sample text font color is #adf14b
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.
#adf14b Background Color
<div style="background-color:#adf14b">
Div content here</div>
This div background color is #adf14b
#adf14b Border Color
<div style="border:3px solid #adf14b">
Div here</div>
This div border color is #adf14b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,241,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adf14b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adf14b; -webkit-box-shadow: 1px 1px 3px 2px #adf14b; box-shadow: 1px 1px 3px 2px #adf14b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,241,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adf14b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adf14b; -webkit-box-shadow: 1px 1px 3px 2px #adf14b; box-shadow: 1px 1px 3px 2px #adf14b;">
Div content here</div>
This div box has shadow with color #adf14b
Comments
No comments written yet.
Please login to write comment.