Color spaces of #abaadd
RGB | 171 | 170 | 221 |
---|---|---|---|
HSL | 0.67 | 0.43 | 0.77 |
HSV | 241° | 23° | 87° |
CMYK | 0.23 | 0.23 | 0.00 0.13 |
XYZ | 44.2205 | 42.6278 | 74.3039 |
Yxy | 42.6278 | 0.2744 | 0.2645 |
Hunter Lab | 65.2900 | 6.6395 | -21.7726 |
CIE-Lab | 71.3016 | 11.1345 | -25.5615 |
#abaadd color RGB value is (171,170,221).
#abaadd hex color red value is 171, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #abaadd hue: 0.67 , saturation: 0.43 and the lightness value of abaadd is 0.77.
The process color (four color CMYK) of #abaadd color hex is 0.23, 0.23, 0.00, 0.13. Web safe color of #abaadd is #9999cc. Color #abaadd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10101010 | 11011101 |
Octal | 253 | 252 | 335 |
Decimal | 171 | 170 | 221 |
Hex | AB | AA | DD |
Shades of #abaadd
Tints of #abaadd
RGB Percentages of Color #abaadd
CMYK Percentages of Color #abaadd
Complementary Color
#abaadd | #dcddaa |
#abaadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abaadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#abaadd Color CSS Codes
.mybgcolor {background-color:#abaadd; } .myforecolor {color:#abaadd; } .mybordercolor {border:3px solid #abaadd; }
#abaadd Text Font Color
<p style="color:#abaadd">Text here</p>
This sample text font color is #abaadd
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.
#abaadd Background Color
<div style="background-color:#abaadd">
Div content here</div>
This div background color is #abaadd
#abaadd Border Color
<div style="border:3px solid #abaadd">
Div here</div>
This div border color is #abaadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,170,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abaadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abaadd; -webkit-box-shadow: 1px 1px 3px 2px #abaadd; box-shadow: 1px 1px 3px 2px #abaadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,170,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abaadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abaadd; -webkit-box-shadow: 1px 1px 3px 2px #abaadd; box-shadow: 1px 1px 3px 2px #abaadd;">
Div content here</div>
This div box has shadow with color #abaadd
Comments
No comments written yet.
Please login to write comment.