Color spaces of #8acfda
RGB | 138 | 207 | 218 |
---|---|---|---|
HSL | 0.52 | 0.52 | 0.70 |
HSV | 188° | 37° | 85° |
CMYK | 0.37 | 0.05 | 0.00 0.15 |
XYZ | 45.4489 | 55.0909 | 74.5679 |
Yxy | 55.0909 | 0.2595 | 0.3146 |
Hunter Lab | 74.2232 | -20.5903 | -7.6090 |
CIE-Lab | 79.0936 | -18.8968 | -12.3354 |
#8acfda color RGB value is (138,207,218).
#8acfda hex color red value is 138, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8acfda hue: 0.52 , saturation: 0.52 and the lightness value of 8acfda is 0.70.
The process color (four color CMYK) of #8acfda color hex is 0.37, 0.05, 0.00, 0.15. Web safe color of #8acfda is #99cccc. Color #8acfda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 11001111 | 11011010 |
Octal | 212 | 317 | 332 |
Decimal | 138 | 207 | 218 |
Hex | 8A | CF | DA |
Shades of #8acfda
Tints of #8acfda
RGB Percentages of Color #8acfda
CMYK Percentages of Color #8acfda
Complementary Color
#8acfda | #da958a |
#8acfda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8acfda Color Preview on White Background
Lorem ipsum dolor sit amet.
#8acfda Color CSS Codes
.mybgcolor {background-color:#8acfda; } .myforecolor {color:#8acfda; } .mybordercolor {border:3px solid #8acfda; }
#8acfda Text Font Color
<p style="color:#8acfda">Text here</p>
This sample text font color is #8acfda
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.
#8acfda Background Color
<div style="background-color:#8acfda">
Div content here</div>
This div background color is #8acfda
#8acfda Border Color
<div style="border:3px solid #8acfda">
Div here</div>
This div border color is #8acfda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,207,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8acfda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8acfda; -webkit-box-shadow: 1px 1px 3px 2px #8acfda; box-shadow: 1px 1px 3px 2px #8acfda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,207,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 #8acfda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8acfda; -webkit-box-shadow: 1px 1px 3px 2px #8acfda; box-shadow: 1px 1px 3px 2px #8acfda;">
Div content here</div>
This div box has shadow with color #8acfda
Comments
No comments written yet.
Please login to write comment.