Color spaces of #aaceae
RGB | 170 | 206 | 174 |
---|---|---|---|
HSL | 0.35 | 0.27 | 0.74 |
HSV | 127° | 17° | 81° |
CMYK | 0.17 | 0.00 | 0.16 0.19 |
XYZ | 46.2889 | 55.7447 | 48.3645 |
Yxy | 55.7447 | 0.3078 | 0.3706 |
Hunter Lab | 74.6624 | -19.9934 | 13.8570 |
CIE-Lab | 79.4683 | -18.1178 | 12.0013 |
#aaceae color RGB value is (170,206,174).
#aaceae hex color red value is 170, green value is 206 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aaceae hue: 0.35 , saturation: 0.27 and the lightness value of aaceae is 0.74.
The process color (four color CMYK) of #aaceae color hex is 0.17, 0.00, 0.16, 0.19. Web safe color of #aaceae is #99cc99. Color #aaceae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11001110 | 10101110 |
Octal | 252 | 316 | 256 |
Decimal | 170 | 206 | 174 |
Hex | AA | CE | AE |
Shades of #aaceae
Tints of #aaceae
RGB Percentages of Color #aaceae
CMYK Percentages of Color #aaceae
Complementary Color
#aaceae | #ceaaca |
#aaceae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaceae Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaceae Color CSS Codes
.mybgcolor {background-color:#aaceae; } .myforecolor {color:#aaceae; } .mybordercolor {border:3px solid #aaceae; }
#aaceae Text Font Color
<p style="color:#aaceae">Text here</p>
This sample text font color is #aaceae
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.
#aaceae Background Color
<div style="background-color:#aaceae">
Div content here</div>
This div background color is #aaceae
#aaceae Border Color
<div style="border:3px solid #aaceae">
Div here</div>
This div border color is #aaceae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,206,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaceae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaceae; -webkit-box-shadow: 1px 1px 3px 2px #aaceae; box-shadow: 1px 1px 3px 2px #aaceae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,206,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaceae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaceae; -webkit-box-shadow: 1px 1px 3px 2px #aaceae; box-shadow: 1px 1px 3px 2px #aaceae;">
Div content here</div>
This div box has shadow with color #aaceae
Comments
No comments written yet.
Please login to write comment.