Color spaces of #a7daea
RGB | 167 | 218 | 234 |
---|---|---|---|
HSL | 0.54 | 0.61 | 0.79 |
HSV | 194° | 29° | 92° |
CMYK | 0.29 | 0.07 | 0.00 0.08 |
XYZ | 55.8590 | 64.2988 | 87.3087 |
Yxy | 64.2988 | 0.2692 | 0.3099 |
Hunter Lab | 80.1865 | -15.9810 | -8.4256 |
CIE-Lab | 84.1211 | -12.7421 | -13.1846 |
#a7daea color RGB value is (167,218,234).
#a7daea hex color red value is 167, green value is 218 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a7daea hue: 0.54 , saturation: 0.61 and the lightness value of a7daea is 0.79.
The process color (four color CMYK) of #a7daea color hex is 0.29, 0.07, 0.00, 0.08. Web safe color of #a7daea is #99ccff. Color #a7daea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 11011010 | 11101010 |
Octal | 247 | 332 | 352 |
Decimal | 167 | 218 | 234 |
Hex | A7 | DA | EA |
Shades of #a7daea
Tints of #a7daea
RGB Percentages of Color #a7daea
CMYK Percentages of Color #a7daea
Complementary Color
#a7daea | #eab7a7 |
#a7daea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a7daea Color Preview on White Background
Lorem ipsum dolor sit amet.
#a7daea Color CSS Codes
.mybgcolor {background-color:#a7daea; } .myforecolor {color:#a7daea; } .mybordercolor {border:3px solid #a7daea; }
#a7daea Text Font Color
<p style="color:#a7daea">Text here</p>
This sample text font color is #a7daea
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.
#a7daea Background Color
<div style="background-color:#a7daea">
Div content here</div>
This div background color is #a7daea
#a7daea Border Color
<div style="border:3px solid #a7daea">
Div here</div>
This div border color is #a7daea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,218,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a7daea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a7daea; -webkit-box-shadow: 1px 1px 3px 2px #a7daea; box-shadow: 1px 1px 3px 2px #a7daea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,218,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a7daea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a7daea; -webkit-box-shadow: 1px 1px 3px 2px #a7daea; box-shadow: 1px 1px 3px 2px #a7daea;">
Div content here</div>
This div box has shadow with color #a7daea
Comments
No comments written yet.
Please login to write comment.