Color spaces of #8fabba
RGB | 143 | 171 | 186 |
---|---|---|---|
HSL | 0.56 | 0.24 | 0.65 |
HSV | 201° | 23° | 73° |
CMYK | 0.23 | 0.08 | 0.00 0.27 |
XYZ | 34.7535 | 38.5106 | 52.0560 |
Yxy | 38.5106 | 0.2773 | 0.3073 |
Hunter Lab | 62.0569 | -8.6349 | -6.2952 |
CIE-Lab | 68.3953 | -6.2337 | -10.8778 |
#8fabba color RGB value is (143,171,186).
#8fabba hex color red value is 143, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8fabba hue: 0.56 , saturation: 0.24 and the lightness value of 8fabba is 0.65.
The process color (four color CMYK) of #8fabba color hex is 0.23, 0.08, 0.00, 0.27. Web safe color of #8fabba is #9999cc. Color #8fabba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 10101011 | 10111010 |
Octal | 217 | 253 | 272 |
Decimal | 143 | 171 | 186 |
Hex | 8F | AB | BA |
Shades of #8fabba
Tints of #8fabba
RGB Percentages of Color #8fabba
CMYK Percentages of Color #8fabba
Complementary Color
#8fabba | #ba9e8f |
#8fabba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8fabba Color Preview on White Background
Lorem ipsum dolor sit amet.
#8fabba Color CSS Codes
.mybgcolor {background-color:#8fabba; } .myforecolor {color:#8fabba; } .mybordercolor {border:3px solid #8fabba; }
#8fabba Text Font Color
<p style="color:#8fabba">Text here</p>
This sample text font color is #8fabba
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.
#8fabba Background Color
<div style="background-color:#8fabba">
Div content here</div>
This div background color is #8fabba
#8fabba Border Color
<div style="border:3px solid #8fabba">
Div here</div>
This div border color is #8fabba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,171,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8fabba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8fabba; -webkit-box-shadow: 1px 1px 3px 2px #8fabba; box-shadow: 1px 1px 3px 2px #8fabba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,171,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8fabba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8fabba; -webkit-box-shadow: 1px 1px 3px 2px #8fabba; box-shadow: 1px 1px 3px 2px #8fabba;">
Div content here</div>
This div box has shadow with color #8fabba
Comments
No comments written yet.
Please login to write comment.