Color spaces of #acd0dc
RGB | 172 | 208 | 220 |
---|---|---|---|
HSL | 0.54 | 0.41 | 0.77 |
HSV | 195° | 22° | 86° |
CMYK | 0.22 | 0.05 | 0.00 0.14 |
XYZ | 52.4874 | 59.0497 | 76.3415 |
Yxy | 59.0497 | 0.2794 | 0.3143 |
Hunter Lab | 76.8438 | -12.5540 | -5.1118 |
CIE-Lab | 81.3189 | -9.2655 | -9.8854 |
#acd0dc color RGB value is (172,208,220).
#acd0dc hex color red value is 172, green value is 208 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #acd0dc hue: 0.54 , saturation: 0.41 and the lightness value of acd0dc is 0.77.
The process color (four color CMYK) of #acd0dc color hex is 0.22, 0.05, 0.00, 0.14. Web safe color of #acd0dc is #99cccc. Color #acd0dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11010000 | 11011100 |
Octal | 254 | 320 | 334 |
Decimal | 172 | 208 | 220 |
Hex | AC | D0 | DC |
Shades of #acd0dc
Tints of #acd0dc
RGB Percentages of Color #acd0dc
CMYK Percentages of Color #acd0dc
Complementary Color
#acd0dc | #dcb8ac |
#acd0dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acd0dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#acd0dc Color CSS Codes
.mybgcolor {background-color:#acd0dc; } .myforecolor {color:#acd0dc; } .mybordercolor {border:3px solid #acd0dc; }
#acd0dc Text Font Color
<p style="color:#acd0dc">Text here</p>
This sample text font color is #acd0dc
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.
#acd0dc Background Color
<div style="background-color:#acd0dc">
Div content here</div>
This div background color is #acd0dc
#acd0dc Border Color
<div style="border:3px solid #acd0dc">
Div here</div>
This div border color is #acd0dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,208,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acd0dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acd0dc; -webkit-box-shadow: 1px 1px 3px 2px #acd0dc; box-shadow: 1px 1px 3px 2px #acd0dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,208,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acd0dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acd0dc; -webkit-box-shadow: 1px 1px 3px 2px #acd0dc; box-shadow: 1px 1px 3px 2px #acd0dc;">
Div content here</div>
This div box has shadow with color #acd0dc
Comments
No comments written yet.
Please login to write comment.