Color spaces of #adceeb
RGB | 173 | 206 | 235 |
---|---|---|---|
HSL | 0.58 | 0.61 | 0.80 |
HSV | 208° | 26° | 92° |
CMYK | 0.26 | 0.12 | 0.00 0.08 |
XYZ | 54.3003 | 59.0250 | 87.1283 |
Yxy | 59.0250 | 0.2709 | 0.2945 |
Hunter Lab | 76.8277 | -8.2883 | -13.4598 |
CIE-Lab | 81.3053 | -4.5375 | -17.9113 |
#adceeb color RGB value is (173,206,235).
#adceeb hex color red value is 173, green value is 206 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #adceeb hue: 0.58 , saturation: 0.61 and the lightness value of adceeb is 0.80.
The process color (four color CMYK) of #adceeb color hex is 0.26, 0.12, 0.00, 0.08. Web safe color of #adceeb is #99ccff. Color #adceeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001110 | 11101011 |
Octal | 255 | 316 | 353 |
Decimal | 173 | 206 | 235 |
Hex | AD | CE | EB |
Shades of #adceeb
Tints of #adceeb
RGB Percentages of Color #adceeb
CMYK Percentages of Color #adceeb
Complementary Color
#adceeb | #ebcaad |
#adceeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adceeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#adceeb Color CSS Codes
.mybgcolor {background-color:#adceeb; } .myforecolor {color:#adceeb; } .mybordercolor {border:3px solid #adceeb; }
#adceeb Text Font Color
<p style="color:#adceeb">Text here</p>
This sample text font color is #adceeb
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.
#adceeb Background Color
<div style="background-color:#adceeb">
Div content here</div>
This div background color is #adceeb
#adceeb Border Color
<div style="border:3px solid #adceeb">
Div here</div>
This div border color is #adceeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,206,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adceeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adceeb; -webkit-box-shadow: 1px 1px 3px 2px #adceeb; box-shadow: 1px 1px 3px 2px #adceeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,206,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 #adceeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adceeb; -webkit-box-shadow: 1px 1px 3px 2px #adceeb; box-shadow: 1px 1px 3px 2px #adceeb;">
Div content here</div>
This div box has shadow with color #adceeb
Comments
No comments written yet.
Please login to write comment.