Color spaces of #adcfa8
RGB | 173 | 207 | 168 |
---|---|---|---|
HSL | 0.31 | 0.29 | 0.74 |
HSV | 112° | 19° | 81° |
CMYK | 0.16 | 0.00 | 0.19 0.19 |
XYZ | 46.6143 | 56.3370 | 45.4631 |
Yxy | 56.3370 | 0.3141 | 0.3796 |
Hunter Lab | 75.0580 | -20.4951 | 16.6282 |
CIE-Lab | 79.8052 | -18.6504 | 15.6969 |
#adcfa8 color RGB value is (173,207,168).
#adcfa8 hex color red value is 173, green value is 207 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #adcfa8 hue: 0.31 , saturation: 0.29 and the lightness value of adcfa8 is 0.74.
The process color (four color CMYK) of #adcfa8 color hex is 0.16, 0.00, 0.19, 0.19. Web safe color of #adcfa8 is #99cc99. Color #adcfa8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001111 | 10101000 |
Octal | 255 | 317 | 250 |
Decimal | 173 | 207 | 168 |
Hex | AD | CF | A8 |
Shades of #adcfa8
Tints of #adcfa8
RGB Percentages of Color #adcfa8
CMYK Percentages of Color #adcfa8
Complementary Color
#adcfa8 | #caa8cf |
#adcfa8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adcfa8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adcfa8 Color CSS Codes
.mybgcolor {background-color:#adcfa8; } .myforecolor {color:#adcfa8; } .mybordercolor {border:3px solid #adcfa8; }
#adcfa8 Text Font Color
<p style="color:#adcfa8">Text here</p>
This sample text font color is #adcfa8
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.
#adcfa8 Background Color
<div style="background-color:#adcfa8">
Div content here</div>
This div background color is #adcfa8
#adcfa8 Border Color
<div style="border:3px solid #adcfa8">
Div here</div>
This div border color is #adcfa8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,207,168, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adcfa8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adcfa8; -webkit-box-shadow: 1px 1px 3px 2px #adcfa8; box-shadow: 1px 1px 3px 2px #adcfa8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,207,168, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adcfa8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adcfa8; -webkit-box-shadow: 1px 1px 3px 2px #adcfa8; box-shadow: 1px 1px 3px 2px #adcfa8;">
Div content here</div>
This div box has shadow with color #adcfa8
Comments
No comments written yet.
Please login to write comment.