Color spaces of #acd0dd
RGB | 172 | 208 | 221 |
---|---|---|---|
HSL | 0.54 | 0.42 | 0.77 |
HSV | 196° | 22° | 87° |
CMYK | 0.22 | 0.06 | 0.00 0.13 |
XYZ | 52.6203 | 59.1029 | 77.0412 |
Yxy | 59.1029 | 0.2788 | 0.3131 |
Hunter Lab | 76.8784 | -12.3609 | -5.6007 |
CIE-Lab | 81.3481 | -9.0456 | -10.3762 |
#acd0dd color RGB value is (172,208,221).
#acd0dd hex color red value is 172, green value is 208 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #acd0dd hue: 0.54 , saturation: 0.42 and the lightness value of acd0dd is 0.77.
The process color (four color CMYK) of #acd0dd color hex is 0.22, 0.06, 0.00, 0.13. Web safe color of #acd0dd is #99cccc. Color #acd0dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11010000 | 11011101 |
Octal | 254 | 320 | 335 |
Decimal | 172 | 208 | 221 |
Hex | AC | D0 | DD |
Shades of #acd0dd
Tints of #acd0dd
RGB Percentages of Color #acd0dd
CMYK Percentages of Color #acd0dd
Complementary Color
#acd0dd | #ddb9ac |
#acd0dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acd0dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#acd0dd Color CSS Codes
.mybgcolor {background-color:#acd0dd; } .myforecolor {color:#acd0dd; } .mybordercolor {border:3px solid #acd0dd; }
#acd0dd Text Font Color
<p style="color:#acd0dd">Text here</p>
This sample text font color is #acd0dd
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.
#acd0dd Background Color
<div style="background-color:#acd0dd">
Div content here</div>
This div background color is #acd0dd
#acd0dd Border Color
<div style="border:3px solid #acd0dd">
Div here</div>
This div border color is #acd0dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,208,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acd0dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acd0dd; -webkit-box-shadow: 1px 1px 3px 2px #acd0dd; box-shadow: 1px 1px 3px 2px #acd0dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,208,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acd0dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acd0dd; -webkit-box-shadow: 1px 1px 3px 2px #acd0dd; box-shadow: 1px 1px 3px 2px #acd0dd;">
Div content here</div>
This div box has shadow with color #acd0dd
Comments
No comments written yet.
Please login to write comment.