Color spaces of #abaced
RGB | 171 | 172 | 237 |
---|---|---|---|
HSL | 0.66 | 0.65 | 0.80 |
HSV | 239° | 28° | 93° |
CMYK | 0.28 | 0.27 | 0.00 0.07 |
XYZ | 46.8332 | 44.2774 | 86.1988 |
Yxy | 44.2774 | 0.2641 | 0.2497 |
Hunter Lab | 66.5413 | 9.1850 | -30.2265 |
CIE-Lab | 72.4135 | 13.8266 | -32.5794 |
#abaced color RGB value is (171,172,237).
#abaced hex color red value is 171, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #abaced hue: 0.66 , saturation: 0.65 and the lightness value of abaced is 0.80.
The process color (four color CMYK) of #abaced color hex is 0.28, 0.27, 0.00, 0.07. Web safe color of #abaced is #9999ff. Color #abaced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10101100 | 11101101 |
Octal | 253 | 254 | 355 |
Decimal | 171 | 172 | 237 |
Hex | AB | AC | ED |
Shades of #abaced
Tints of #abaced
RGB Percentages of Color #abaced
CMYK Percentages of Color #abaced
Complementary Color
#abaced | #edecab |
#abaced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abaced Color Preview on White Background
Lorem ipsum dolor sit amet.
#abaced Color CSS Codes
.mybgcolor {background-color:#abaced; } .myforecolor {color:#abaced; } .mybordercolor {border:3px solid #abaced; }
#abaced Text Font Color
<p style="color:#abaced">Text here</p>
This sample text font color is #abaced
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.
#abaced Background Color
<div style="background-color:#abaced">
Div content here</div>
This div background color is #abaced
#abaced Border Color
<div style="border:3px solid #abaced">
Div here</div>
This div border color is #abaced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,172,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abaced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abaced; -webkit-box-shadow: 1px 1px 3px 2px #abaced; box-shadow: 1px 1px 3px 2px #abaced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,172,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abaced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abaced; -webkit-box-shadow: 1px 1px 3px 2px #abaced; box-shadow: 1px 1px 3px 2px #abaced;">
Div content here</div>
This div box has shadow with color #abaced
#abaced Color Palettes
Comments
No comments written yet.
Please login to write comment.