Color spaces of #adeada
RGB | 173 | 234 | 218 |
---|---|---|---|
HSL | 0.46 | 0.59 | 0.80 |
HSV | 164° | 26° | 92° |
CMYK | 0.26 | 0.00 | 0.07 0.08 |
XYZ | 59.3113 | 72.7918 | 77.2539 |
Yxy | 72.7918 | 0.2833 | 0.3477 |
Hunter Lab | 85.3181 | -25.2174 | 6.0367 |
CIE-Lab | 88.3483 | -22.5067 | 1.5293 |
#adeada color RGB value is (173,234,218).
#adeada hex color red value is 173, green value is 234 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #adeada hue: 0.46 , saturation: 0.59 and the lightness value of adeada is 0.80.
The process color (four color CMYK) of #adeada color hex is 0.26, 0.00, 0.07, 0.08. Web safe color of #adeada is #99ffcc. Color #adeada contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11101010 | 11011010 |
Octal | 255 | 352 | 332 |
Decimal | 173 | 234 | 218 |
Hex | AD | EA | DA |
Shades of #adeada
Tints of #adeada
RGB Percentages of Color #adeada
CMYK Percentages of Color #adeada
Complementary Color
#adeada | #eaadbd |
#adeada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adeada Color Preview on White Background
Lorem ipsum dolor sit amet.
#adeada Color CSS Codes
.mybgcolor {background-color:#adeada; } .myforecolor {color:#adeada; } .mybordercolor {border:3px solid #adeada; }
#adeada Text Font Color
<p style="color:#adeada">Text here</p>
This sample text font color is #adeada
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.
#adeada Background Color
<div style="background-color:#adeada">
Div content here</div>
This div background color is #adeada
#adeada Border Color
<div style="border:3px solid #adeada">
Div here</div>
This div border color is #adeada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,234,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adeada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adeada; -webkit-box-shadow: 1px 1px 3px 2px #adeada; box-shadow: 1px 1px 3px 2px #adeada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,234,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 #adeada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adeada; -webkit-box-shadow: 1px 1px 3px 2px #adeada; box-shadow: 1px 1px 3px 2px #adeada;">
Div content here</div>
This div box has shadow with color #adeada
Comments
No comments written yet.
Please login to write comment.