Color spaces of #adf067
RGB | 173 | 240 | 103 |
---|---|---|---|
HSL | 0.25 | 0.82 | 0.67 |
HSV | 89° | 57° | 94° |
CMYK | 0.28 | 0.00 | 0.57 0.06 |
XYZ | 50.8419 | 72.1837 | 24.0852 |
Yxy | 72.1837 | 0.3456 | 0.4907 |
Hunter Lab | 84.9610 | -41.8647 | 42.6648 |
CIE-Lab | 88.0569 | -42.6411 | 58.4527 |
#adf067 color RGB value is (173,240,103).
#adf067 hex color red value is 173, green value is 240 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #adf067 hue: 0.25 , saturation: 0.82 and the lightness value of adf067 is 0.67.
The process color (four color CMYK) of #adf067 color hex is 0.28, 0.00, 0.57, 0.06. Web safe color of #adf067 is #99ff66. Color #adf067 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11110000 | 01100111 |
Octal | 255 | 360 | 147 |
Decimal | 173 | 240 | 103 |
Hex | AD | F0 | 67 |
Shades of #adf067
Tints of #adf067
RGB Percentages of Color #adf067
CMYK Percentages of Color #adf067
Complementary Color
#adf067 | #aa67f0 |
#adf067 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adf067 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adf067 Color CSS Codes
.mybgcolor {background-color:#adf067; } .myforecolor {color:#adf067; } .mybordercolor {border:3px solid #adf067; }
#adf067 Text Font Color
<p style="color:#adf067">Text here</p>
This sample text font color is #adf067
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.
#adf067 Background Color
<div style="background-color:#adf067">
Div content here</div>
This div background color is #adf067
#adf067 Border Color
<div style="border:3px solid #adf067">
Div here</div>
This div border color is #adf067
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,240,103, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adf067; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adf067; -webkit-box-shadow: 1px 1px 3px 2px #adf067; box-shadow: 1px 1px 3px 2px #adf067; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,240,103, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adf067">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adf067; -webkit-box-shadow: 1px 1px 3px 2px #adf067; box-shadow: 1px 1px 3px 2px #adf067;">
Div content here</div>
This div box has shadow with color #adf067
Comments
No comments written yet.
Please login to write comment.