Color spaces of #aabdb5
RGB | 170 | 189 | 181 |
---|---|---|---|
HSL | 0.43 | 0.13 | 0.70 |
HSV | 155° | 10° | 74° |
CMYK | 0.10 | 0.00 | 0.04 0.26 |
XYZ | 43.1156 | 48.2774 | 50.7621 |
Yxy | 48.2774 | 0.3033 | 0.3396 |
Hunter Lab | 69.4819 | -10.8289 | 5.3213 |
CIE-Lab | 74.9996 | -8.0589 | 1.8155 |
#aabdb5 color RGB value is (170,189,181).
#aabdb5 hex color red value is 170, green value is 189 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #aabdb5 hue: 0.43 , saturation: 0.13 and the lightness value of aabdb5 is 0.70.
The process color (four color CMYK) of #aabdb5 color hex is 0.10, 0.00, 0.04, 0.26. Web safe color of #aabdb5 is #99cccc. Color #aabdb5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111101 | 10110101 |
Octal | 252 | 275 | 265 |
Decimal | 170 | 189 | 181 |
Hex | AA | BD | B5 |
Shades of #aabdb5
Tints of #aabdb5
RGB Percentages of Color #aabdb5
CMYK Percentages of Color #aabdb5
Complementary Color
#aabdb5 | #bdaab2 |
#aabdb5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aabdb5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aabdb5 Color CSS Codes
.mybgcolor {background-color:#aabdb5; } .myforecolor {color:#aabdb5; } .mybordercolor {border:3px solid #aabdb5; }
#aabdb5 Text Font Color
<p style="color:#aabdb5">Text here</p>
This sample text font color is #aabdb5
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.
#aabdb5 Background Color
<div style="background-color:#aabdb5">
Div content here</div>
This div background color is #aabdb5
#aabdb5 Border Color
<div style="border:3px solid #aabdb5">
Div here</div>
This div border color is #aabdb5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,189,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aabdb5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aabdb5; -webkit-box-shadow: 1px 1px 3px 2px #aabdb5; box-shadow: 1px 1px 3px 2px #aabdb5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,189,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aabdb5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aabdb5; -webkit-box-shadow: 1px 1px 3px 2px #aabdb5; box-shadow: 1px 1px 3px 2px #aabdb5;">
Div content here</div>
This div box has shadow with color #aabdb5
#aabdb5 Color Palettes
Comments
No comments written yet.
Please login to write comment.