Color spaces of #abacdd
RGB | 171 | 172 | 221 |
---|---|---|---|
HSL | 0.66 | 0.42 | 0.77 |
HSV | 239° | 23° | 87° |
CMYK | 0.23 | 0.22 | 0.00 0.13 |
XYZ | 44.5983 | 43.3834 | 74.4299 |
Yxy | 43.3834 | 0.2746 | 0.2671 |
Hunter Lab | 65.8661 | 5.5977 | -20.8926 |
CIE-Lab | 71.8144 | 10.0244 | -24.7768 |
#abacdd color RGB value is (171,172,221).
#abacdd hex color red value is 171, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #abacdd hue: 0.66 , saturation: 0.42 and the lightness value of abacdd is 0.77.
The process color (four color CMYK) of #abacdd color hex is 0.23, 0.22, 0.00, 0.13. Web safe color of #abacdd is #9999cc. Color #abacdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10101100 | 11011101 |
Octal | 253 | 254 | 335 |
Decimal | 171 | 172 | 221 |
Hex | AB | AC | DD |
Shades of #abacdd
Tints of #abacdd
RGB Percentages of Color #abacdd
CMYK Percentages of Color #abacdd
Complementary Color
#abacdd | #dddcab |
#abacdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abacdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#abacdd Color CSS Codes
.mybgcolor {background-color:#abacdd; } .myforecolor {color:#abacdd; } .mybordercolor {border:3px solid #abacdd; }
#abacdd Text Font Color
<p style="color:#abacdd">Text here</p>
This sample text font color is #abacdd
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.
#abacdd Background Color
<div style="background-color:#abacdd">
Div content here</div>
This div background color is #abacdd
#abacdd Border Color
<div style="border:3px solid #abacdd">
Div here</div>
This div border color is #abacdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,172,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abacdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abacdd; -webkit-box-shadow: 1px 1px 3px 2px #abacdd; box-shadow: 1px 1px 3px 2px #abacdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,172,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 #abacdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abacdd; -webkit-box-shadow: 1px 1px 3px 2px #abacdd; box-shadow: 1px 1px 3px 2px #abacdd;">
Div content here</div>
This div box has shadow with color #abacdd
Comments
No comments written yet.
Please login to write comment.