Color spaces of #addbea
RGB | 173 | 219 | 234 |
---|---|---|---|
HSL | 0.54 | 0.59 | 0.80 |
HSV | 195° | 26° | 92° |
CMYK | 0.26 | 0.06 | 0.00 0.08 |
XYZ | 57.4164 | 65.4878 | 87.4561 |
Yxy | 65.4878 | 0.2729 | 0.3113 |
Hunter Lab | 80.9245 | -14.9712 | -7.4282 |
CIE-Lab | 84.7345 | -11.5293 | -12.2316 |
#addbea color RGB value is (173,219,234).
#addbea hex color red value is 173, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #addbea hue: 0.54 , saturation: 0.59 and the lightness value of addbea is 0.80.
The process color (four color CMYK) of #addbea color hex is 0.26, 0.06, 0.00, 0.08. Web safe color of #addbea is #99ccff. Color #addbea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11011011 | 11101010 |
Octal | 255 | 333 | 352 |
Decimal | 173 | 219 | 234 |
Hex | AD | DB | EA |
Shades of #addbea
Tints of #addbea
RGB Percentages of Color #addbea
CMYK Percentages of Color #addbea
Complementary Color
#addbea | #eabcad |
#addbea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#addbea Color Preview on White Background
Lorem ipsum dolor sit amet.
#addbea Color CSS Codes
.mybgcolor {background-color:#addbea; } .myforecolor {color:#addbea; } .mybordercolor {border:3px solid #addbea; }
#addbea Text Font Color
<p style="color:#addbea">Text here</p>
This sample text font color is #addbea
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.
#addbea Background Color
<div style="background-color:#addbea">
Div content here</div>
This div background color is #addbea
#addbea Border Color
<div style="border:3px solid #addbea">
Div here</div>
This div border color is #addbea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,219,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #addbea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #addbea; -webkit-box-shadow: 1px 1px 3px 2px #addbea; box-shadow: 1px 1px 3px 2px #addbea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,219,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 #addbea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #addbea; -webkit-box-shadow: 1px 1px 3px 2px #addbea; box-shadow: 1px 1px 3px 2px #addbea;">
Div content here</div>
This div box has shadow with color #addbea
#addbea Color Palettes
Comments
No comments written yet.
Please login to write comment.