Color spaces of #adbbea
RGB | 173 | 187 | 234 |
---|---|---|---|
HSL | 0.63 | 0.59 | 0.80 |
HSV | 226° | 26° | 92° |
CMYK | 0.26 | 0.20 | 0.00 0.08 |
XYZ | 49.8552 | 50.3654 | 84.9357 |
Yxy | 50.3654 | 0.2693 | 0.2720 |
Hunter Lab | 70.9686 | 1.2006 | -21.2807 |
CIE-Lab | 76.2930 | 5.4226 | -24.9825 |
#adbbea color RGB value is (173,187,234).
#adbbea hex color red value is 173, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #adbbea hue: 0.63 , saturation: 0.59 and the lightness value of adbbea is 0.80.
The process color (four color CMYK) of #adbbea color hex is 0.26, 0.20, 0.00, 0.08. Web safe color of #adbbea is #99ccff. Color #adbbea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111011 | 11101010 |
Octal | 255 | 273 | 352 |
Decimal | 173 | 187 | 234 |
Hex | AD | BB | EA |
Shades of #adbbea
Tints of #adbbea
RGB Percentages of Color #adbbea
CMYK Percentages of Color #adbbea
Complementary Color
#adbbea | #eadcad |
#adbbea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbbea Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbbea Color CSS Codes
.mybgcolor {background-color:#adbbea; } .myforecolor {color:#adbbea; } .mybordercolor {border:3px solid #adbbea; }
#adbbea Text Font Color
<p style="color:#adbbea">Text here</p>
This sample text font color is #adbbea
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.
#adbbea Background Color
<div style="background-color:#adbbea">
Div content here</div>
This div background color is #adbbea
#adbbea Border Color
<div style="border:3px solid #adbbea">
Div here</div>
This div border color is #adbbea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,187,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbbea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbbea; -webkit-box-shadow: 1px 1px 3px 2px #adbbea; box-shadow: 1px 1px 3px 2px #adbbea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,187,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adbbea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbbea; -webkit-box-shadow: 1px 1px 3px 2px #adbbea; box-shadow: 1px 1px 3px 2px #adbbea;">
Div content here</div>
This div box has shadow with color #adbbea
Comments
No comments written yet.
Please login to write comment.