Color spaces of #addeeb
RGB | 173 | 222 | 235 |
---|---|---|---|
HSL | 0.53 | 0.61 | 0.80 |
HSV | 193° | 26° | 92° |
CMYK | 0.26 | 0.06 | 0.00 0.08 |
XYZ | 58.3503 | 67.1249 | 88.4783 |
Yxy | 67.1249 | 0.2727 | 0.3137 |
Hunter Lab | 81.9298 | -16.2496 | -6.6781 |
CIE-Lab | 85.5670 | -12.8383 | -11.5177 |
#addeeb color RGB value is (173,222,235).
#addeeb hex color red value is 173, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #addeeb hue: 0.53 , saturation: 0.61 and the lightness value of addeeb is 0.80.
The process color (four color CMYK) of #addeeb color hex is 0.26, 0.06, 0.00, 0.08. Web safe color of #addeeb is #99ccff. Color #addeeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11011110 | 11101011 |
Octal | 255 | 336 | 353 |
Decimal | 173 | 222 | 235 |
Hex | AD | DE | EB |
Shades of #addeeb
Tints of #addeeb
RGB Percentages of Color #addeeb
CMYK Percentages of Color #addeeb
Complementary Color
#addeeb | #ebbaad |
#addeeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#addeeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#addeeb Color CSS Codes
.mybgcolor {background-color:#addeeb; } .myforecolor {color:#addeeb; } .mybordercolor {border:3px solid #addeeb; }
#addeeb Text Font Color
<p style="color:#addeeb">Text here</p>
This sample text font color is #addeeb
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.
#addeeb Background Color
<div style="background-color:#addeeb">
Div content here</div>
This div background color is #addeeb
#addeeb Border Color
<div style="border:3px solid #addeeb">
Div here</div>
This div border color is #addeeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,222,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #addeeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #addeeb; -webkit-box-shadow: 1px 1px 3px 2px #addeeb; box-shadow: 1px 1px 3px 2px #addeeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,222,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #addeeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #addeeb; -webkit-box-shadow: 1px 1px 3px 2px #addeeb; box-shadow: 1px 1px 3px 2px #addeeb;">
Div content here</div>
This div box has shadow with color #addeeb
#addeeb Color Palettes
Comments
No comments written yet.
Please login to write comment.