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