Color spaces of #adbf91
RGB | 173 | 191 | 145 |
---|---|---|---|
HSL | 0.23 | 0.26 | 0.66 |
HSV | 83° | 24° | 75° |
CMYK | 0.09 | 0.00 | 0.24 0.25 |
XYZ | 40.9752 | 48.1902 | 33.9301 |
Yxy | 48.1902 | 0.3329 | 0.3915 |
Hunter Lab | 69.4192 | -16.1225 | 19.6142 |
CIE-Lab | 74.9447 | -14.2882 | 21.2079 |
#adbf91 color RGB value is (173,191,145).
#adbf91 hex color red value is 173, green value is 191 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #adbf91 hue: 0.23 , saturation: 0.26 and the lightness value of adbf91 is 0.66.
The process color (four color CMYK) of #adbf91 color hex is 0.09, 0.00, 0.24, 0.25. Web safe color of #adbf91 is #99cc99. Color #adbf91 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111111 | 10010001 |
Octal | 255 | 277 | 221 |
Decimal | 173 | 191 | 145 |
Hex | AD | BF | 91 |
Shades of #adbf91
Tints of #adbf91
RGB Percentages of Color #adbf91
CMYK Percentages of Color #adbf91
Complementary Color
#adbf91 | #a391bf |
#adbf91 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbf91 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbf91 Color CSS Codes
.mybgcolor {background-color:#adbf91; } .myforecolor {color:#adbf91; } .mybordercolor {border:3px solid #adbf91; }
#adbf91 Text Font Color
<p style="color:#adbf91">Text here</p>
This sample text font color is #adbf91
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.
#adbf91 Background Color
<div style="background-color:#adbf91">
Div content here</div>
This div background color is #adbf91
#adbf91 Border Color
<div style="border:3px solid #adbf91">
Div here</div>
This div border color is #adbf91
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,191,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbf91; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbf91; -webkit-box-shadow: 1px 1px 3px 2px #adbf91; box-shadow: 1px 1px 3px 2px #adbf91; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,191,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adbf91">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbf91; -webkit-box-shadow: 1px 1px 3px 2px #adbf91; box-shadow: 1px 1px 3px 2px #adbf91;">
Div content here</div>
This div box has shadow with color #adbf91
#adbf91 Color Palettes
Comments
No comments written yet.
Please login to write comment.