Color spaces of #a8dede
RGB | 168 | 222 | 222 |
---|---|---|---|
HSL | 0.50 | 0.45 | 0.76 |
HSV | 180° | 24° | 87° |
CMYK | 0.24 | 0.00 | 0.00 0.13 |
XYZ | 55.4545 | 65.8413 | 78.8931 |
Yxy | 65.8413 | 0.2770 | 0.3289 |
Hunter Lab | 81.1427 | -20.0092 | -0.8464 |
CIE-Lab | 84.9154 | -17.1792 | -5.6424 |
#a8dede color RGB value is (168,222,222).
#a8dede hex color red value is 168, green value is 222 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a8dede hue: 0.50 , saturation: 0.45 and the lightness value of a8dede is 0.76.
The process color (four color CMYK) of #a8dede color hex is 0.24, 0.00, 0.00, 0.13. Web safe color of #a8dede is #99cccc. Color #a8dede contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 11011110 | 11011110 |
Octal | 250 | 336 | 336 |
Decimal | 168 | 222 | 222 |
Hex | A8 | DE | DE |
Shades of #a8dede
Tints of #a8dede
RGB Percentages of Color #a8dede
CMYK Percentages of Color #a8dede
Complementary Color
#a8dede | #dea8a8 |
#a8dede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8dede Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8dede Color CSS Codes
.mybgcolor {background-color:#a8dede; } .myforecolor {color:#a8dede; } .mybordercolor {border:3px solid #a8dede; }
#a8dede Text Font Color
<p style="color:#a8dede">Text here</p>
This sample text font color is #a8dede
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.
#a8dede Background Color
<div style="background-color:#a8dede">
Div content here</div>
This div background color is #a8dede
#a8dede Border Color
<div style="border:3px solid #a8dede">
Div here</div>
This div border color is #a8dede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,222,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8dede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8dede; -webkit-box-shadow: 1px 1px 3px 2px #a8dede; box-shadow: 1px 1px 3px 2px #a8dede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,222,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a8dede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8dede; -webkit-box-shadow: 1px 1px 3px 2px #a8dede; box-shadow: 1px 1px 3px 2px #a8dede;">
Div content here</div>
This div box has shadow with color #a8dede
#a8dede Color Palettes
Comments
No comments written yet.
Please login to write comment.