Color spaces of #adffdc
RGB | 173 | 255 | 220 |
---|---|---|---|
HSL | 0.43 | 1.00 | 0.84 |
HSV | 154° | 32° | 100° |
CMYK | 0.32 | 0.00 | 0.14 0.00 |
XYZ | 65.9118 | 85.5715 | 80.7532 |
Yxy | 85.5715 | 0.2838 | 0.3685 |
Hunter Lab | 92.5049 | -34.6982 | 12.9955 |
CIE-Lab | 94.1288 | -32.1270 | 8.8420 |
#adffdc color RGB value is (173,255,220).
#adffdc hex color red value is 173, green value is 255 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #adffdc hue: 0.43 , saturation: 1.00 and the lightness value of adffdc is 0.84.
The process color (four color CMYK) of #adffdc color hex is 0.32, 0.00, 0.14, 0.00. Web safe color of #adffdc is #99ffcc. Color #adffdc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11111111 | 11011100 |
Octal | 255 | 377 | 334 |
Decimal | 173 | 255 | 220 |
Hex | AD | FF | DC |
Shades of #adffdc
Tints of #adffdc
RGB Percentages of Color #adffdc
CMYK Percentages of Color #adffdc
Complementary Color
#adffdc | #ffadd0 |
#adffdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adffdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#adffdc Color CSS Codes
.mybgcolor {background-color:#adffdc; } .myforecolor {color:#adffdc; } .mybordercolor {border:3px solid #adffdc; }
#adffdc Text Font Color
<p style="color:#adffdc">Text here</p>
This sample text font color is #adffdc
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.
#adffdc Background Color
<div style="background-color:#adffdc">
Div content here</div>
This div background color is #adffdc
#adffdc Border Color
<div style="border:3px solid #adffdc">
Div here</div>
This div border color is #adffdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,255,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adffdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adffdc; -webkit-box-shadow: 1px 1px 3px 2px #adffdc; box-shadow: 1px 1px 3px 2px #adffdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,255,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adffdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adffdc; -webkit-box-shadow: 1px 1px 3px 2px #adffdc; box-shadow: 1px 1px 3px 2px #adffdc;">
Div content here</div>
This div box has shadow with color #adffdc
Related Colors
#adffdc Color Palettes
Comments
No comments written yet.
Please login to write comment.