Color spaces of #a8eeda
RGB | 168 | 238 | 218 |
---|---|---|---|
HSL | 0.45 | 0.67 | 0.80 |
HSV | 163° | 29° | 93° |
CMYK | 0.29 | 0.00 | 0.08 0.07 |
XYZ | 59.3779 | 74.5359 | 77.5870 |
Yxy | 74.5359 | 0.2807 | 0.3524 |
Hunter Lab | 86.3342 | -28.3182 | 7.1510 |
CIE-Lab | 89.1752 | -25.9107 | 2.6988 |
#a8eeda color RGB value is (168,238,218).
#a8eeda hex color red value is 168, green value is 238 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a8eeda hue: 0.45 , saturation: 0.67 and the lightness value of a8eeda is 0.80.
The process color (four color CMYK) of #a8eeda color hex is 0.29, 0.00, 0.08, 0.07. Web safe color of #a8eeda is #99ffcc. Color #a8eeda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 11101110 | 11011010 |
Octal | 250 | 356 | 332 |
Decimal | 168 | 238 | 218 |
Hex | A8 | EE | DA |
Shades of #a8eeda
Tints of #a8eeda
RGB Percentages of Color #a8eeda
CMYK Percentages of Color #a8eeda
Complementary Color
#a8eeda | #eea8bc |
#a8eeda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8eeda Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8eeda Color CSS Codes
.mybgcolor {background-color:#a8eeda; } .myforecolor {color:#a8eeda; } .mybordercolor {border:3px solid #a8eeda; }
#a8eeda Text Font Color
<p style="color:#a8eeda">Text here</p>
This sample text font color is #a8eeda
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.
#a8eeda Background Color
<div style="background-color:#a8eeda">
Div content here</div>
This div background color is #a8eeda
#a8eeda Border Color
<div style="border:3px solid #a8eeda">
Div here</div>
This div border color is #a8eeda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,238,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8eeda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8eeda; -webkit-box-shadow: 1px 1px 3px 2px #a8eeda; box-shadow: 1px 1px 3px 2px #a8eeda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,238,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a8eeda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8eeda; -webkit-box-shadow: 1px 1px 3px 2px #a8eeda; box-shadow: 1px 1px 3px 2px #a8eeda;">
Div content here</div>
This div box has shadow with color #a8eeda
Comments
No comments written yet.
Please login to write comment.