Color spaces of #adfbdc
RGB | 173 | 251 | 220 |
---|---|---|---|
HSL | 0.43 | 0.91 | 0.83 |
HSV | 156° | 31° | 98° |
CMYK | 0.31 | 0.00 | 0.12 0.02 |
XYZ | 64.6490 | 83.0459 | 80.3322 |
Yxy | 83.0459 | 0.2835 | 0.3642 |
Hunter Lab | 91.1295 | -32.8454 | 11.5255 |
CIE-Lab | 93.0345 | -30.2548 | 7.2704 |
#adfbdc color RGB value is (173,251,220).
#adfbdc hex color red value is 173, green value is 251 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #adfbdc hue: 0.43 , saturation: 0.91 and the lightness value of adfbdc is 0.83.
The process color (four color CMYK) of #adfbdc color hex is 0.31, 0.00, 0.12, 0.02. Web safe color of #adfbdc is #99ffcc. Color #adfbdc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11111011 | 11011100 |
Octal | 255 | 373 | 334 |
Decimal | 173 | 251 | 220 |
Hex | AD | FB | DC |
Shades of #adfbdc
Tints of #adfbdc
RGB Percentages of Color #adfbdc
CMYK Percentages of Color #adfbdc
Complementary Color
#adfbdc | #fbadcc |
#adfbdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adfbdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#adfbdc Color CSS Codes
.mybgcolor {background-color:#adfbdc; } .myforecolor {color:#adfbdc; } .mybordercolor {border:3px solid #adfbdc; }
#adfbdc Text Font Color
<p style="color:#adfbdc">Text here</p>
This sample text font color is #adfbdc
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.
#adfbdc Background Color
<div style="background-color:#adfbdc">
Div content here</div>
This div background color is #adfbdc
#adfbdc Border Color
<div style="border:3px solid #adfbdc">
Div here</div>
This div border color is #adfbdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,251,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adfbdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adfbdc; -webkit-box-shadow: 1px 1px 3px 2px #adfbdc; box-shadow: 1px 1px 3px 2px #adfbdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,251,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 #adfbdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adfbdc; -webkit-box-shadow: 1px 1px 3px 2px #adfbdc; box-shadow: 1px 1px 3px 2px #adfbdc;">
Div content here</div>
This div box has shadow with color #adfbdc
Comments
No comments written yet.
Please login to write comment.