Color spaces of #add3eb
RGB | 173 | 211 | 235 |
---|---|---|---|
HSL | 0.56 | 0.61 | 0.80 |
HSV | 203° | 26° | 92° |
CMYK | 0.26 | 0.10 | 0.00 0.08 |
XYZ | 55.5232 | 61.4709 | 87.5360 |
Yxy | 61.4709 | 0.2715 | 0.3005 |
Hunter Lab | 78.4034 | -10.7969 | -11.3139 |
CIE-Lab | 82.6312 | -7.1612 | -15.9144 |
#add3eb color RGB value is (173,211,235).
#add3eb hex color red value is 173, green value is 211 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #add3eb hue: 0.56 , saturation: 0.61 and the lightness value of add3eb is 0.80.
The process color (four color CMYK) of #add3eb color hex is 0.26, 0.10, 0.00, 0.08. Web safe color of #add3eb is #99ccff. Color #add3eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11010011 | 11101011 |
Octal | 255 | 323 | 353 |
Decimal | 173 | 211 | 235 |
Hex | AD | D3 | EB |
Shades of #add3eb
Tints of #add3eb
RGB Percentages of Color #add3eb
CMYK Percentages of Color #add3eb
Complementary Color
#add3eb | #ebc5ad |
#add3eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#add3eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#add3eb Color CSS Codes
.mybgcolor {background-color:#add3eb; } .myforecolor {color:#add3eb; } .mybordercolor {border:3px solid #add3eb; }
#add3eb Text Font Color
<p style="color:#add3eb">Text here</p>
This sample text font color is #add3eb
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.
#add3eb Background Color
<div style="background-color:#add3eb">
Div content here</div>
This div background color is #add3eb
#add3eb Border Color
<div style="border:3px solid #add3eb">
Div here</div>
This div border color is #add3eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,211,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #add3eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #add3eb; -webkit-box-shadow: 1px 1px 3px 2px #add3eb; box-shadow: 1px 1px 3px 2px #add3eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,211,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 #add3eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #add3eb; -webkit-box-shadow: 1px 1px 3px 2px #add3eb; box-shadow: 1px 1px 3px 2px #add3eb;">
Div content here</div>
This div box has shadow with color #add3eb
Comments
No comments written yet.
Please login to write comment.