Color spaces of #aaccce
RGB | 170 | 204 | 206 |
---|---|---|---|
HSL | 0.51 | 0.27 | 0.74 |
HSV | 183° | 17° | 81° |
CMYK | 0.17 | 0.01 | 0.00 0.19 |
XYZ | 49.3110 | 56.1880 | 66.6389 |
Yxy | 56.1880 | 0.2865 | 0.3264 |
Hunter Lab | 74.9587 | -13.7527 | -0.2383 |
CIE-Lab | 79.7207 | -10.8245 | -4.7701 |
#aaccce color RGB value is (170,204,206).
#aaccce hex color red value is 170, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aaccce hue: 0.51 , saturation: 0.27 and the lightness value of aaccce is 0.74.
The process color (four color CMYK) of #aaccce color hex is 0.17, 0.01, 0.00, 0.19. Web safe color of #aaccce is #99cccc. Color #aaccce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11001100 | 11001110 |
Octal | 252 | 314 | 316 |
Decimal | 170 | 204 | 206 |
Hex | AA | CC | CE |
Shades of #aaccce
Tints of #aaccce
RGB Percentages of Color #aaccce
CMYK Percentages of Color #aaccce
Complementary Color
#aaccce | #ceacaa |
#aaccce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaccce Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaccce Color CSS Codes
.mybgcolor {background-color:#aaccce; } .myforecolor {color:#aaccce; } .mybordercolor {border:3px solid #aaccce; }
#aaccce Text Font Color
<p style="color:#aaccce">Text here</p>
This sample text font color is #aaccce
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.
#aaccce Background Color
<div style="background-color:#aaccce">
Div content here</div>
This div background color is #aaccce
#aaccce Border Color
<div style="border:3px solid #aaccce">
Div here</div>
This div border color is #aaccce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,204,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaccce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaccce; -webkit-box-shadow: 1px 1px 3px 2px #aaccce; box-shadow: 1px 1px 3px 2px #aaccce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,204,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaccce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaccce; -webkit-box-shadow: 1px 1px 3px 2px #aaccce; box-shadow: 1px 1px 3px 2px #aaccce;">
Div content here</div>
This div box has shadow with color #aaccce
Comments
No comments written yet.
Please login to write comment.