Color spaces of #acafc8
RGB | 172 | 175 | 200 |
---|---|---|---|
HSL | 0.65 | 0.20 | 0.73 |
HSV | 234° | 14° | 78° |
CMYK | 0.14 | 0.13 | 0.00 0.22 |
XYZ | 42.7686 | 43.6007 | 60.8052 |
Yxy | 43.6007 | 0.2906 | 0.2963 |
Hunter Lab | 66.0308 | 0.0617 | -8.3763 |
CIE-Lab | 71.9608 | 4.0057 | -13.0422 |
#acafc8 color RGB value is (172,175,200).
#acafc8 hex color red value is 172, green value is 175 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #acafc8 hue: 0.65 , saturation: 0.20 and the lightness value of acafc8 is 0.73.
The process color (four color CMYK) of #acafc8 color hex is 0.14, 0.13, 0.00, 0.22. Web safe color of #acafc8 is #9999cc. Color #acafc8 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101111 | 11001000 |
Octal | 254 | 257 | 310 |
Decimal | 172 | 175 | 200 |
Hex | AC | AF | C8 |
Shades of #acafc8
Tints of #acafc8
RGB Percentages of Color #acafc8
CMYK Percentages of Color #acafc8
Complementary Color
#acafc8 | #c8c5ac |
#acafc8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acafc8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acafc8 Color CSS Codes
.mybgcolor {background-color:#acafc8; } .myforecolor {color:#acafc8; } .mybordercolor {border:3px solid #acafc8; }
#acafc8 Text Font Color
<p style="color:#acafc8">Text here</p>
This sample text font color is #acafc8
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.
#acafc8 Background Color
<div style="background-color:#acafc8">
Div content here</div>
This div background color is #acafc8
#acafc8 Border Color
<div style="border:3px solid #acafc8">
Div here</div>
This div border color is #acafc8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,175,200, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acafc8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acafc8; -webkit-box-shadow: 1px 1px 3px 2px #acafc8; box-shadow: 1px 1px 3px 2px #acafc8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,175,200, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acafc8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acafc8; -webkit-box-shadow: 1px 1px 3px 2px #acafc8; box-shadow: 1px 1px 3px 2px #acafc8;">
Div content here</div>
This div box has shadow with color #acafc8
Comments
No comments written yet.
Please login to write comment.