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