Color spaces of #8afcac
RGB | 138 | 252 | 172 |
---|---|---|---|
HSL | 0.38 | 0.95 | 0.76 |
HSV | 138° | 45° | 99° |
CMYK | 0.45 | 0.00 | 0.32 0.01 |
XYZ | 52.7380 | 78.0026 | 51.3062 |
Yxy | 78.0026 | 0.2897 | 0.4285 |
Hunter Lab | 88.3191 | -47.9706 | 27.3807 |
CIE-Lab | 90.7811 | -49.3990 | 28.4730 |
#8afcac color RGB value is (138,252,172).
#8afcac hex color red value is 138, green value is 252 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8afcac hue: 0.38 , saturation: 0.95 and the lightness value of 8afcac is 0.76.
The process color (four color CMYK) of #8afcac color hex is 0.45, 0.00, 0.32, 0.01. Web safe color of #8afcac is #99ff99. Color #8afcac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 11111100 | 10101100 |
Octal | 212 | 374 | 254 |
Decimal | 138 | 252 | 172 |
Hex | 8A | FC | AC |
Shades of #8afcac
Tints of #8afcac
RGB Percentages of Color #8afcac
CMYK Percentages of Color #8afcac
Complementary Color
#8afcac | #fc8ada |
#8afcac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8afcac Color Preview on White Background
Lorem ipsum dolor sit amet.
#8afcac Color CSS Codes
.mybgcolor {background-color:#8afcac; } .myforecolor {color:#8afcac; } .mybordercolor {border:3px solid #8afcac; }
#8afcac Text Font Color
<p style="color:#8afcac">Text here</p>
This sample text font color is #8afcac
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.
#8afcac Background Color
<div style="background-color:#8afcac">
Div content here</div>
This div background color is #8afcac
#8afcac Border Color
<div style="border:3px solid #8afcac">
Div here</div>
This div border color is #8afcac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,252,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8afcac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8afcac; -webkit-box-shadow: 1px 1px 3px 2px #8afcac; box-shadow: 1px 1px 3px 2px #8afcac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,252,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8afcac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8afcac; -webkit-box-shadow: 1px 1px 3px 2px #8afcac; box-shadow: 1px 1px 3px 2px #8afcac;">
Div content here</div>
This div box has shadow with color #8afcac
Comments
No comments written yet.
Please login to write comment.