Color spaces of #8fabbf
RGB | 143 | 171 | 191 |
---|---|---|---|
HSL | 0.57 | 0.27 | 0.65 |
HSV | 205° | 25° | 75° |
CMYK | 0.25 | 0.10 | 0.00 0.25 |
XYZ | 35.2946 | 38.7270 | 54.9051 |
Yxy | 38.7270 | 0.2738 | 0.3004 |
Hunter Lab | 62.2310 | -7.6672 | -8.7486 |
CIE-Lab | 68.5530 | -5.0678 | -13.4083 |
#8fabbf color RGB value is (143,171,191).
#8fabbf hex color red value is 143, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8fabbf hue: 0.57 , saturation: 0.27 and the lightness value of 8fabbf is 0.65.
The process color (four color CMYK) of #8fabbf color hex is 0.25, 0.10, 0.00, 0.25. Web safe color of #8fabbf is #9999cc. Color #8fabbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 10101011 | 10111111 |
Octal | 217 | 253 | 277 |
Decimal | 143 | 171 | 191 |
Hex | 8F | AB | BF |
Shades of #8fabbf
Tints of #8fabbf
RGB Percentages of Color #8fabbf
CMYK Percentages of Color #8fabbf
Complementary Color
#8fabbf | #bfa38f |
#8fabbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8fabbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#8fabbf Color CSS Codes
.mybgcolor {background-color:#8fabbf; } .myforecolor {color:#8fabbf; } .mybordercolor {border:3px solid #8fabbf; }
#8fabbf Text Font Color
<p style="color:#8fabbf">Text here</p>
This sample text font color is #8fabbf
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.
#8fabbf Background Color
<div style="background-color:#8fabbf">
Div content here</div>
This div background color is #8fabbf
#8fabbf Border Color
<div style="border:3px solid #8fabbf">
Div here</div>
This div border color is #8fabbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,171,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8fabbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8fabbf; -webkit-box-shadow: 1px 1px 3px 2px #8fabbf; box-shadow: 1px 1px 3px 2px #8fabbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,171,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8fabbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8fabbf; -webkit-box-shadow: 1px 1px 3px 2px #8fabbf; box-shadow: 1px 1px 3px 2px #8fabbf;">
Div content here</div>
This div box has shadow with color #8fabbf
#8fabbf Color Palettes
Comments
No comments written yet.
Please login to write comment.