Color spaces of #adceaf
RGB | 173 | 206 | 175 |
---|---|---|---|
HSL | 0.34 | 0.25 | 0.74 |
HSV | 124° | 16° | 81° |
CMYK | 0.16 | 0.00 | 0.15 0.19 |
XYZ | 47.0428 | 56.1220 | 48.9107 |
Yxy | 56.1220 | 0.3093 | 0.3690 |
Hunter Lab | 74.9146 | -19.0111 | 13.7306 |
CIE-Lab | 79.6832 | -16.9199 | 11.7996 |
#adceaf color RGB value is (173,206,175).
#adceaf hex color red value is 173, green value is 206 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #adceaf hue: 0.34 , saturation: 0.25 and the lightness value of adceaf is 0.74.
The process color (four color CMYK) of #adceaf color hex is 0.16, 0.00, 0.15, 0.19. Web safe color of #adceaf is #99cc99. Color #adceaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001110 | 10101111 |
Octal | 255 | 316 | 257 |
Decimal | 173 | 206 | 175 |
Hex | AD | CE | AF |
Shades of #adceaf
Tints of #adceaf
RGB Percentages of Color #adceaf
CMYK Percentages of Color #adceaf
Complementary Color
#adceaf | #ceadcc |
#adceaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adceaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#adceaf Color CSS Codes
.mybgcolor {background-color:#adceaf; } .myforecolor {color:#adceaf; } .mybordercolor {border:3px solid #adceaf; }
#adceaf Text Font Color
<p style="color:#adceaf">Text here</p>
This sample text font color is #adceaf
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.
#adceaf Background Color
<div style="background-color:#adceaf">
Div content here</div>
This div background color is #adceaf
#adceaf Border Color
<div style="border:3px solid #adceaf">
Div here</div>
This div border color is #adceaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,206,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adceaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adceaf; -webkit-box-shadow: 1px 1px 3px 2px #adceaf; box-shadow: 1px 1px 3px 2px #adceaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,206,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adceaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adceaf; -webkit-box-shadow: 1px 1px 3px 2px #adceaf; box-shadow: 1px 1px 3px 2px #adceaf;">
Div content here</div>
This div box has shadow with color #adceaf
Comments
No comments written yet.
Please login to write comment.