Color spaces of #aac5bf
RGB | 170 | 197 | 191 |
---|---|---|---|
HSL | 0.46 | 0.19 | 0.72 |
HSV | 167° | 14° | 77° |
CMYK | 0.14 | 0.00 | 0.03 0.23 |
XYZ | 45.9478 | 52.2401 | 56.9519 |
Yxy | 52.2401 | 0.2962 | 0.3367 |
Hunter Lab | 72.2773 | -13.0101 | 3.8758 |
CIE-Lab | 77.4242 | -10.2756 | -0.0673 |
#aac5bf color RGB value is (170,197,191).
#aac5bf hex color red value is 170, green value is 197 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aac5bf hue: 0.46 , saturation: 0.19 and the lightness value of aac5bf is 0.72.
The process color (four color CMYK) of #aac5bf color hex is 0.14, 0.00, 0.03, 0.23. Web safe color of #aac5bf is #99cccc. Color #aac5bf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11000101 | 10111111 |
Octal | 252 | 305 | 277 |
Decimal | 170 | 197 | 191 |
Hex | AA | C5 | BF |
Shades of #aac5bf
Tints of #aac5bf
RGB Percentages of Color #aac5bf
CMYK Percentages of Color #aac5bf
Complementary Color
#aac5bf | #c5aab0 |
#aac5bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aac5bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#aac5bf Color CSS Codes
.mybgcolor {background-color:#aac5bf; } .myforecolor {color:#aac5bf; } .mybordercolor {border:3px solid #aac5bf; }
#aac5bf Text Font Color
<p style="color:#aac5bf">Text here</p>
This sample text font color is #aac5bf
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.
#aac5bf Background Color
<div style="background-color:#aac5bf">
Div content here</div>
This div background color is #aac5bf
#aac5bf Border Color
<div style="border:3px solid #aac5bf">
Div here</div>
This div border color is #aac5bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,197,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aac5bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aac5bf; -webkit-box-shadow: 1px 1px 3px 2px #aac5bf; box-shadow: 1px 1px 3px 2px #aac5bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,197,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aac5bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aac5bf; -webkit-box-shadow: 1px 1px 3px 2px #aac5bf; box-shadow: 1px 1px 3px 2px #aac5bf;">
Div content here</div>
This div box has shadow with color #aac5bf
Comments
No comments written yet.
Please login to write comment.