Color spaces of #acbacd
RGB | 172 | 186 | 205 |
---|---|---|---|
HSL | 0.60 | 0.25 | 0.74 |
HSV | 215° | 16° | 80° |
CMYK | 0.16 | 0.09 | 0.00 0.20 |
XYZ | 45.5916 | 48.2962 | 64.6768 |
Yxy | 48.2962 | 0.2875 | 0.3046 |
Hunter Lab | 69.4955 | -4.5145 | -6.5321 |
CIE-Lab | 75.0114 | -0.8922 | -11.2065 |
#acbacd color RGB value is (172,186,205).
#acbacd hex color red value is 172, green value is 186 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #acbacd hue: 0.60 , saturation: 0.25 and the lightness value of acbacd is 0.74.
The process color (four color CMYK) of #acbacd color hex is 0.16, 0.09, 0.00, 0.20. Web safe color of #acbacd is #99cccc. Color #acbacd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10111010 | 11001101 |
Octal | 254 | 272 | 315 |
Decimal | 172 | 186 | 205 |
Hex | AC | BA | CD |
Shades of #acbacd
Tints of #acbacd
RGB Percentages of Color #acbacd
CMYK Percentages of Color #acbacd
Complementary Color
#acbacd | #cdbfac |
#acbacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acbacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#acbacd Color CSS Codes
.mybgcolor {background-color:#acbacd; } .myforecolor {color:#acbacd; } .mybordercolor {border:3px solid #acbacd; }
#acbacd Text Font Color
<p style="color:#acbacd">Text here</p>
This sample text font color is #acbacd
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.
#acbacd Background Color
<div style="background-color:#acbacd">
Div content here</div>
This div background color is #acbacd
#acbacd Border Color
<div style="border:3px solid #acbacd">
Div here</div>
This div border color is #acbacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,186,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acbacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acbacd; -webkit-box-shadow: 1px 1px 3px 2px #acbacd; box-shadow: 1px 1px 3px 2px #acbacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,186,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 #acbacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acbacd; -webkit-box-shadow: 1px 1px 3px 2px #acbacd; box-shadow: 1px 1px 3px 2px #acbacd;">
Div content here</div>
This div box has shadow with color #acbacd
Comments
No comments written yet.
Please login to write comment.