Color spaces of #aacbb7
RGB | 170 | 203 | 183 |
---|---|---|---|
HSL | 0.40 | 0.24 | 0.73 |
HSV | 144° | 16° | 80° |
CMYK | 0.16 | 0.00 | 0.10 0.20 |
XYZ | 46.4807 | 54.6768 | 52.9036 |
Yxy | 54.6768 | 0.3017 | 0.3549 |
Hunter Lab | 73.9438 | -17.1973 | 9.3412 |
CIE-Lab | 78.8547 | -14.9305 | 6.3116 |
#aacbb7 color RGB value is (170,203,183).
#aacbb7 hex color red value is 170, green value is 203 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #aacbb7 hue: 0.40 , saturation: 0.24 and the lightness value of aacbb7 is 0.73.
The process color (four color CMYK) of #aacbb7 color hex is 0.16, 0.00, 0.10, 0.20. Web safe color of #aacbb7 is #99cccc. Color #aacbb7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11001011 | 10110111 |
Octal | 252 | 313 | 267 |
Decimal | 170 | 203 | 183 |
Hex | AA | CB | B7 |
Shades of #aacbb7
Tints of #aacbb7
RGB Percentages of Color #aacbb7
CMYK Percentages of Color #aacbb7
Complementary Color
#aacbb7 | #cbaabe |
#aacbb7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aacbb7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aacbb7 Color CSS Codes
.mybgcolor {background-color:#aacbb7; } .myforecolor {color:#aacbb7; } .mybordercolor {border:3px solid #aacbb7; }
#aacbb7 Text Font Color
<p style="color:#aacbb7">Text here</p>
This sample text font color is #aacbb7
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.
#aacbb7 Background Color
<div style="background-color:#aacbb7">
Div content here</div>
This div background color is #aacbb7
#aacbb7 Border Color
<div style="border:3px solid #aacbb7">
Div here</div>
This div border color is #aacbb7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,203,183, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aacbb7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aacbb7; -webkit-box-shadow: 1px 1px 3px 2px #aacbb7; box-shadow: 1px 1px 3px 2px #aacbb7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,203,183, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aacbb7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aacbb7; -webkit-box-shadow: 1px 1px 3px 2px #aacbb7; box-shadow: 1px 1px 3px 2px #aacbb7;">
Div content here</div>
This div box has shadow with color #aacbb7
Comments
No comments written yet.
Please login to write comment.