Color spaces of #aad0bf
RGB | 170 | 208 | 191 |
---|---|---|---|
HSL | 0.43 | 0.29 | 0.74 |
HSV | 153° | 18° | 82° |
CMYK | 0.18 | 0.00 | 0.08 0.18 |
XYZ | 48.5374 | 57.4194 | 57.8151 |
Yxy | 57.4194 | 0.2964 | 0.3506 |
Hunter Lab | 75.7756 | -18.2706 | 7.8060 |
CIE-Lab | 80.4149 | -15.9289 | 4.2791 |
#aad0bf color RGB value is (170,208,191).
#aad0bf hex color red value is 170, green value is 208 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aad0bf hue: 0.43 , saturation: 0.29 and the lightness value of aad0bf is 0.74.
The process color (four color CMYK) of #aad0bf color hex is 0.18, 0.00, 0.08, 0.18. Web safe color of #aad0bf is #99cccc. Color #aad0bf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11010000 | 10111111 |
Octal | 252 | 320 | 277 |
Decimal | 170 | 208 | 191 |
Hex | AA | D0 | BF |
Shades of #aad0bf
Tints of #aad0bf
RGB Percentages of Color #aad0bf
CMYK Percentages of Color #aad0bf
Complementary Color
#aad0bf | #d0aabb |
#aad0bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aad0bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#aad0bf Color CSS Codes
.mybgcolor {background-color:#aad0bf; } .myforecolor {color:#aad0bf; } .mybordercolor {border:3px solid #aad0bf; }
#aad0bf Text Font Color
<p style="color:#aad0bf">Text here</p>
This sample text font color is #aad0bf
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.
#aad0bf Background Color
<div style="background-color:#aad0bf">
Div content here</div>
This div background color is #aad0bf
#aad0bf Border Color
<div style="border:3px solid #aad0bf">
Div here</div>
This div border color is #aad0bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,208,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aad0bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aad0bf; -webkit-box-shadow: 1px 1px 3px 2px #aad0bf; box-shadow: 1px 1px 3px 2px #aad0bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,208,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 #aad0bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aad0bf; -webkit-box-shadow: 1px 1px 3px 2px #aad0bf; box-shadow: 1px 1px 3px 2px #aad0bf;">
Div content here</div>
This div box has shadow with color #aad0bf
Comments
No comments written yet.
Please login to write comment.