Color spaces of #adaae1
RGB | 173 | 170 | 225 |
---|---|---|---|
HSL | 0.68 | 0.48 | 0.77 |
HSV | 243° | 24° | 88° |
CMYK | 0.23 | 0.24 | 0.00 0.12 |
XYZ | 45.1989 | 43.0699 | 77.1653 |
Yxy | 43.0699 | 0.2732 | 0.2603 |
Hunter Lab | 65.6277 | 8.0876 | -23.7741 |
CIE-Lab | 71.6024 | 12.6747 | -27.2748 |
#adaae1 color RGB value is (173,170,225).
#adaae1 hex color red value is 173, green value is 170 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #adaae1 hue: 0.68 , saturation: 0.48 and the lightness value of adaae1 is 0.77.
The process color (four color CMYK) of #adaae1 color hex is 0.23, 0.24, 0.00, 0.12. Web safe color of #adaae1 is #9999cc. Color #adaae1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10101010 | 11100001 |
Octal | 255 | 252 | 341 |
Decimal | 173 | 170 | 225 |
Hex | AD | AA | E1 |
Shades of #adaae1
Tints of #adaae1
RGB Percentages of Color #adaae1
CMYK Percentages of Color #adaae1
Complementary Color
#adaae1 | #dee1aa |
#adaae1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adaae1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adaae1 Color CSS Codes
.mybgcolor {background-color:#adaae1; } .myforecolor {color:#adaae1; } .mybordercolor {border:3px solid #adaae1; }
#adaae1 Text Font Color
<p style="color:#adaae1">Text here</p>
This sample text font color is #adaae1
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.
#adaae1 Background Color
<div style="background-color:#adaae1">
Div content here</div>
This div background color is #adaae1
#adaae1 Border Color
<div style="border:3px solid #adaae1">
Div here</div>
This div border color is #adaae1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,170,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adaae1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adaae1; -webkit-box-shadow: 1px 1px 3px 2px #adaae1; box-shadow: 1px 1px 3px 2px #adaae1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,170,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adaae1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adaae1; -webkit-box-shadow: 1px 1px 3px 2px #adaae1; box-shadow: 1px 1px 3px 2px #adaae1;">
Div content here</div>
This div box has shadow with color #adaae1
#adaae1 Color Palettes
Comments
No comments written yet.
Please login to write comment.