Color spaces of #8faccd
RGB | 143 | 172 | 205 |
---|---|---|---|
HSL | 0.59 | 0.38 | 0.68 |
HSV | 212° | 30° | 80° |
CMYK | 0.30 | 0.16 | 0.00 0.20 |
XYZ | 37.0997 | 39.7525 | 63.4752 |
Yxy | 39.7525 | 0.2644 | 0.2833 |
Hunter Lab | 63.0496 | -5.3036 | -15.5555 |
CIE-Lab | 69.2929 | -2.2315 | -20.0182 |
#8faccd color RGB value is (143,172,205).
#8faccd hex color red value is 143, green value is 172 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8faccd hue: 0.59 , saturation: 0.38 and the lightness value of 8faccd is 0.68.
The process color (four color CMYK) of #8faccd color hex is 0.30, 0.16, 0.00, 0.20. Web safe color of #8faccd is #9999cc. Color #8faccd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 10101100 | 11001101 |
Octal | 217 | 254 | 315 |
Decimal | 143 | 172 | 205 |
Hex | 8F | AC | CD |
Shades of #8faccd
Tints of #8faccd
RGB Percentages of Color #8faccd
CMYK Percentages of Color #8faccd
Complementary Color
#8faccd | #cdb08f |
#8faccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8faccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#8faccd Color CSS Codes
.mybgcolor {background-color:#8faccd; } .myforecolor {color:#8faccd; } .mybordercolor {border:3px solid #8faccd; }
#8faccd Text Font Color
<p style="color:#8faccd">Text here</p>
This sample text font color is #8faccd
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.
#8faccd Background Color
<div style="background-color:#8faccd">
Div content here</div>
This div background color is #8faccd
#8faccd Border Color
<div style="border:3px solid #8faccd">
Div here</div>
This div border color is #8faccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,172,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8faccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8faccd; -webkit-box-shadow: 1px 1px 3px 2px #8faccd; box-shadow: 1px 1px 3px 2px #8faccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,172,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 #8faccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8faccd; -webkit-box-shadow: 1px 1px 3px 2px #8faccd; box-shadow: 1px 1px 3px 2px #8faccd;">
Div content here</div>
This div box has shadow with color #8faccd
Comments
No comments written yet.
Please login to write comment.