Color spaces of #add3ce
RGB | 173 | 211 | 206 |
---|---|---|---|
HSL | 0.48 | 0.30 | 0.75 |
HSV | 172° | 18° | 83° |
CMYK | 0.18 | 0.00 | 0.02 0.17 |
XYZ | 51.6684 | 59.9290 | 67.2368 |
Yxy | 59.9290 | 0.2889 | 0.3351 |
Hunter Lab | 77.4138 | -16.3377 | 2.6941 |
CIE-Lab | 81.7996 | -13.4822 | -1.6922 |
#add3ce color RGB value is (173,211,206).
#add3ce hex color red value is 173, green value is 211 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #add3ce hue: 0.48 , saturation: 0.30 and the lightness value of add3ce is 0.75.
The process color (four color CMYK) of #add3ce color hex is 0.18, 0.00, 0.02, 0.17. Web safe color of #add3ce is #99cccc. Color #add3ce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11010011 | 11001110 |
Octal | 255 | 323 | 316 |
Decimal | 173 | 211 | 206 |
Hex | AD | D3 | CE |
Shades of #add3ce
Tints of #add3ce
RGB Percentages of Color #add3ce
CMYK Percentages of Color #add3ce
Complementary Color
#add3ce | #d3adb2 |
#add3ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#add3ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#add3ce Color CSS Codes
.mybgcolor {background-color:#add3ce; } .myforecolor {color:#add3ce; } .mybordercolor {border:3px solid #add3ce; }
#add3ce Text Font Color
<p style="color:#add3ce">Text here</p>
This sample text font color is #add3ce
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.
#add3ce Background Color
<div style="background-color:#add3ce">
Div content here</div>
This div background color is #add3ce
#add3ce Border Color
<div style="border:3px solid #add3ce">
Div here</div>
This div border color is #add3ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,211,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #add3ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #add3ce; -webkit-box-shadow: 1px 1px 3px 2px #add3ce; box-shadow: 1px 1px 3px 2px #add3ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,211,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #add3ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #add3ce; -webkit-box-shadow: 1px 1px 3px 2px #add3ce; box-shadow: 1px 1px 3px 2px #add3ce;">
Div content here</div>
This div box has shadow with color #add3ce
Comments
No comments written yet.
Please login to write comment.