Color spaces of #aadbcb
RGB | 170 | 219 | 203 |
---|---|---|---|
HSL | 0.45 | 0.40 | 0.76 |
HSV | 160° | 22° | 86° |
CMYK | 0.22 | 0.00 | 0.07 0.14 |
XYZ | 52.6886 | 63.5209 | 65.9837 |
Yxy | 63.5209 | 0.2892 | 0.3486 |
Hunter Lab | 79.7000 | -21.4710 | 6.7038 |
CIE-Lab | 83.7157 | -19.0731 | 2.6761 |
#aadbcb color RGB value is (170,219,203).
#aadbcb hex color red value is 170, green value is 219 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aadbcb hue: 0.45 , saturation: 0.40 and the lightness value of aadbcb is 0.76.
The process color (four color CMYK) of #aadbcb color hex is 0.22, 0.00, 0.07, 0.14. Web safe color of #aadbcb is #99cccc. Color #aadbcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11011011 | 11001011 |
Octal | 252 | 333 | 313 |
Decimal | 170 | 219 | 203 |
Hex | AA | DB | CB |
Shades of #aadbcb
Tints of #aadbcb
RGB Percentages of Color #aadbcb
CMYK Percentages of Color #aadbcb
Complementary Color
#aadbcb | #dbaaba |
#aadbcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aadbcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aadbcb Color CSS Codes
.mybgcolor {background-color:#aadbcb; } .myforecolor {color:#aadbcb; } .mybordercolor {border:3px solid #aadbcb; }
#aadbcb Text Font Color
<p style="color:#aadbcb">Text here</p>
This sample text font color is #aadbcb
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.
#aadbcb Background Color
<div style="background-color:#aadbcb">
Div content here</div>
This div background color is #aadbcb
#aadbcb Border Color
<div style="border:3px solid #aadbcb">
Div here</div>
This div border color is #aadbcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,219,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aadbcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aadbcb; -webkit-box-shadow: 1px 1px 3px 2px #aadbcb; box-shadow: 1px 1px 3px 2px #aadbcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,219,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aadbcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aadbcb; -webkit-box-shadow: 1px 1px 3px 2px #aadbcb; box-shadow: 1px 1px 3px 2px #aadbcb;">
Div content here</div>
This div box has shadow with color #aadbcb
Comments
No comments written yet.
Please login to write comment.