Color spaces of #8adacd
RGB | 138 | 218 | 205 |
---|---|---|---|
HSL | 0.47 | 0.52 | 0.70 |
HSV | 170° | 37° | 85° |
CMYK | 0.37 | 0.00 | 0.06 0.15 |
XYZ | 46.5721 | 59.9539 | 66.8753 |
Yxy | 59.9539 | 0.2686 | 0.3458 |
Hunter Lab | 77.4299 | -28.1392 | 2.9929 |
CIE-Lab | 81.8131 | -27.4242 | -1.3631 |
#8adacd color RGB value is (138,218,205).
#8adacd hex color red value is 138, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8adacd hue: 0.47 , saturation: 0.52 and the lightness value of 8adacd is 0.70.
The process color (four color CMYK) of #8adacd color hex is 0.37, 0.00, 0.06, 0.15. Web safe color of #8adacd is #99cccc. Color #8adacd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 11011010 | 11001101 |
Octal | 212 | 332 | 315 |
Decimal | 138 | 218 | 205 |
Hex | 8A | DA | CD |
Shades of #8adacd
Tints of #8adacd
RGB Percentages of Color #8adacd
CMYK Percentages of Color #8adacd
Complementary Color
#8adacd | #da8a97 |
#8adacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8adacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#8adacd Color CSS Codes
.mybgcolor {background-color:#8adacd; } .myforecolor {color:#8adacd; } .mybordercolor {border:3px solid #8adacd; }
#8adacd Text Font Color
<p style="color:#8adacd">Text here</p>
This sample text font color is #8adacd
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.
#8adacd Background Color
<div style="background-color:#8adacd">
Div content here</div>
This div background color is #8adacd
#8adacd Border Color
<div style="border:3px solid #8adacd">
Div here</div>
This div border color is #8adacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,218,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8adacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8adacd; -webkit-box-shadow: 1px 1px 3px 2px #8adacd; box-shadow: 1px 1px 3px 2px #8adacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,218,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8adacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8adacd; -webkit-box-shadow: 1px 1px 3px 2px #8adacd; box-shadow: 1px 1px 3px 2px #8adacd;">
Div content here</div>
This div box has shadow with color #8adacd
Comments
No comments written yet.
Please login to write comment.