Color spaces of #8abcac
RGB | 138 | 188 | 172 |
---|---|---|---|
HSL | 0.45 | 0.27 | 0.64 |
HSV | 161° | 27° | 74° |
CMYK | 0.27 | 0.00 | 0.09 0.26 |
XYZ | 35.9108 | 44.3483 | 45.6971 |
Yxy | 44.3483 | 0.2851 | 0.3521 |
Hunter Lab | 66.5945 | -20.2851 | 5.9314 |
CIE-Lab | 72.4607 | -19.8316 | 2.7778 |
#8abcac color RGB value is (138,188,172).
#8abcac hex color red value is 138, green value is 188 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8abcac hue: 0.45 , saturation: 0.27 and the lightness value of 8abcac is 0.64.
The process color (four color CMYK) of #8abcac color hex is 0.27, 0.00, 0.09, 0.26. Web safe color of #8abcac is #99cc99. Color #8abcac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 10111100 | 10101100 |
Octal | 212 | 274 | 254 |
Decimal | 138 | 188 | 172 |
Hex | 8A | BC | AC |
Shades of #8abcac
Tints of #8abcac
RGB Percentages of Color #8abcac
CMYK Percentages of Color #8abcac
Complementary Color
#8abcac | #bc8a9a |
#8abcac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8abcac Color Preview on White Background
Lorem ipsum dolor sit amet.
#8abcac Color CSS Codes
.mybgcolor {background-color:#8abcac; } .myforecolor {color:#8abcac; } .mybordercolor {border:3px solid #8abcac; }
#8abcac Text Font Color
<p style="color:#8abcac">Text here</p>
This sample text font color is #8abcac
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.
#8abcac Background Color
<div style="background-color:#8abcac">
Div content here</div>
This div background color is #8abcac
#8abcac Border Color
<div style="border:3px solid #8abcac">
Div here</div>
This div border color is #8abcac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,188,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8abcac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8abcac; -webkit-box-shadow: 1px 1px 3px 2px #8abcac; box-shadow: 1px 1px 3px 2px #8abcac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,188,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 #8abcac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8abcac; -webkit-box-shadow: 1px 1px 3px 2px #8abcac; box-shadow: 1px 1px 3px 2px #8abcac;">
Div content here</div>
This div box has shadow with color #8abcac
Comments
No comments written yet.
Please login to write comment.