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