Color spaces of #8afacd
RGB | 138 | 250 | 205 |
---|---|---|---|
HSL | 0.43 | 0.92 | 0.76 |
HSV | 156° | 45° | 98° |
CMYK | 0.45 | 0.00 | 0.18 0.02 |
XYZ | 55.6863 | 78.1823 | 69.9133 |
Yxy | 78.1823 | 0.2733 | 0.3837 |
Hunter Lab | 88.4208 | -42.3192 | 15.0146 |
CIE-Lab | 90.8630 | -42.2342 | 11.7039 |
#8afacd color RGB value is (138,250,205).
#8afacd hex color red value is 138, green value is 250 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8afacd hue: 0.43 , saturation: 0.92 and the lightness value of 8afacd is 0.76.
The process color (four color CMYK) of #8afacd color hex is 0.45, 0.00, 0.18, 0.02. Web safe color of #8afacd is #99ffcc. Color #8afacd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 11111010 | 11001101 |
Octal | 212 | 372 | 315 |
Decimal | 138 | 250 | 205 |
Hex | 8A | FA | CD |
Shades of #8afacd
Tints of #8afacd
RGB Percentages of Color #8afacd
CMYK Percentages of Color #8afacd
Complementary Color
#8afacd | #fa8ab7 |
#8afacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8afacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#8afacd Color CSS Codes
.mybgcolor {background-color:#8afacd; } .myforecolor {color:#8afacd; } .mybordercolor {border:3px solid #8afacd; }
#8afacd Text Font Color
<p style="color:#8afacd">Text here</p>
This sample text font color is #8afacd
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.
#8afacd Background Color
<div style="background-color:#8afacd">
Div content here</div>
This div background color is #8afacd
#8afacd Border Color
<div style="border:3px solid #8afacd">
Div here</div>
This div border color is #8afacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,250,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8afacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8afacd; -webkit-box-shadow: 1px 1px 3px 2px #8afacd; box-shadow: 1px 1px 3px 2px #8afacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,250,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 #8afacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8afacd; -webkit-box-shadow: 1px 1px 3px 2px #8afacd; box-shadow: 1px 1px 3px 2px #8afacd;">
Div content here</div>
This div box has shadow with color #8afacd
Comments
No comments written yet.
Please login to write comment.