Color spaces of #8acdfc
RGB | 138 | 205 | 252 |
---|---|---|---|
HSL | 0.57 | 0.95 | 0.76 |
HSV | 205° | 45° | 99° |
CMYK | 0.45 | 0.19 | 0.00 0.01 |
XYZ | 49.8832 | 56.0942 | 100.2936 |
Yxy | 56.0942 | 0.2418 | 0.2719 |
Hunter Lab | 74.8961 | -12.1813 | -26.9682 |
CIE-Lab | 79.6674 | -9.0467 | -29.6524 |
#8acdfc color RGB value is (138,205,252).
#8acdfc hex color red value is 138, green value is 205 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8acdfc hue: 0.57 , saturation: 0.95 and the lightness value of 8acdfc is 0.76.
The process color (four color CMYK) of #8acdfc color hex is 0.45, 0.19, 0.00, 0.01. Web safe color of #8acdfc is #99ccff. Color #8acdfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 11001101 | 11111100 |
Octal | 212 | 315 | 374 |
Decimal | 138 | 205 | 252 |
Hex | 8A | CD | FC |
Shades of #8acdfc
Tints of #8acdfc
RGB Percentages of Color #8acdfc
CMYK Percentages of Color #8acdfc
Complementary Color
#8acdfc | #fcb98a |
#8acdfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8acdfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#8acdfc Color CSS Codes
.mybgcolor {background-color:#8acdfc; } .myforecolor {color:#8acdfc; } .mybordercolor {border:3px solid #8acdfc; }
#8acdfc Text Font Color
<p style="color:#8acdfc">Text here</p>
This sample text font color is #8acdfc
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.
#8acdfc Background Color
<div style="background-color:#8acdfc">
Div content here</div>
This div background color is #8acdfc
#8acdfc Border Color
<div style="border:3px solid #8acdfc">
Div here</div>
This div border color is #8acdfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,205,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8acdfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8acdfc; -webkit-box-shadow: 1px 1px 3px 2px #8acdfc; box-shadow: 1px 1px 3px 2px #8acdfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,205,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8acdfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8acdfc; -webkit-box-shadow: 1px 1px 3px 2px #8acdfc; box-shadow: 1px 1px 3px 2px #8acdfc;">
Div content here</div>
This div box has shadow with color #8acdfc
Comments
No comments written yet.
Please login to write comment.