Color spaces of #abaace
RGB | 171 | 170 | 206 |
---|---|---|---|
HSL | 0.67 | 0.27 | 0.74 |
HSV | 242° | 17° | 81° |
CMYK | 0.17 | 0.17 | 0.00 0.19 |
XYZ | 42.3099 | 41.8636 | 64.2430 |
Yxy | 41.8636 | 0.2851 | 0.2821 |
Hunter Lab | 64.7021 | 3.4958 | -13.5779 |
CIE-Lab | 70.7768 | 7.7346 | -18.1308 |
#abaace color RGB value is (171,170,206).
#abaace hex color red value is 171, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #abaace hue: 0.67 , saturation: 0.27 and the lightness value of abaace is 0.74.
The process color (four color CMYK) of #abaace color hex is 0.17, 0.17, 0.00, 0.19. Web safe color of #abaace is #9999cc. Color #abaace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10101010 | 11001110 |
Octal | 253 | 252 | 316 |
Decimal | 171 | 170 | 206 |
Hex | AB | AA | CE |
Shades of #abaace
Tints of #abaace
RGB Percentages of Color #abaace
CMYK Percentages of Color #abaace
Complementary Color
#abaace | #cdceaa |
#abaace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abaace Color Preview on White Background
Lorem ipsum dolor sit amet.
#abaace Color CSS Codes
.mybgcolor {background-color:#abaace; } .myforecolor {color:#abaace; } .mybordercolor {border:3px solid #abaace; }
#abaace Text Font Color
<p style="color:#abaace">Text here</p>
This sample text font color is #abaace
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.
#abaace Background Color
<div style="background-color:#abaace">
Div content here</div>
This div background color is #abaace
#abaace Border Color
<div style="border:3px solid #abaace">
Div here</div>
This div border color is #abaace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,170,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abaace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abaace; -webkit-box-shadow: 1px 1px 3px 2px #abaace; box-shadow: 1px 1px 3px 2px #abaace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,170,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abaace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abaace; -webkit-box-shadow: 1px 1px 3px 2px #abaace; box-shadow: 1px 1px 3px 2px #abaace;">
Div content here</div>
This div box has shadow with color #abaace
Comments
No comments written yet.
Please login to write comment.