Color spaces of #adb5ef
RGB | 173 | 181 | 239 |
---|---|---|---|
HSL | 0.65 | 0.67 | 0.81 |
HSV | 233° | 28° | 94° |
CMYK | 0.28 | 0.24 | 0.00 0.06 |
XYZ | 49.3374 | 48.1640 | 88.3576 |
Yxy | 48.1640 | 0.2655 | 0.2591 |
Hunter Lab | 69.4003 | 5.4470 | -26.9054 |
CIE-Lab | 74.9283 | 9.9043 | -29.7754 |
#adb5ef color RGB value is (173,181,239).
#adb5ef hex color red value is 173, green value is 181 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #adb5ef hue: 0.65 , saturation: 0.67 and the lightness value of adb5ef is 0.81.
The process color (four color CMYK) of #adb5ef color hex is 0.28, 0.24, 0.00, 0.06. Web safe color of #adb5ef is #99ccff. Color #adb5ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10110101 | 11101111 |
Octal | 255 | 265 | 357 |
Decimal | 173 | 181 | 239 |
Hex | AD | B5 | EF |
Shades of #adb5ef
Tints of #adb5ef
RGB Percentages of Color #adb5ef
CMYK Percentages of Color #adb5ef
Complementary Color
#adb5ef | #efe7ad |
#adb5ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adb5ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#adb5ef Color CSS Codes
.mybgcolor {background-color:#adb5ef; } .myforecolor {color:#adb5ef; } .mybordercolor {border:3px solid #adb5ef; }
#adb5ef Text Font Color
<p style="color:#adb5ef">Text here</p>
This sample text font color is #adb5ef
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.
#adb5ef Background Color
<div style="background-color:#adb5ef">
Div content here</div>
This div background color is #adb5ef
#adb5ef Border Color
<div style="border:3px solid #adb5ef">
Div here</div>
This div border color is #adb5ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,181,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adb5ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adb5ef; -webkit-box-shadow: 1px 1px 3px 2px #adb5ef; box-shadow: 1px 1px 3px 2px #adb5ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,181,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adb5ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adb5ef; -webkit-box-shadow: 1px 1px 3px 2px #adb5ef; box-shadow: 1px 1px 3px 2px #adb5ef;">
Div content here</div>
This div box has shadow with color #adb5ef
Comments
No comments written yet.
Please login to write comment.