Color spaces of #addde6
RGB | 173 | 221 | 230 |
---|---|---|---|
HSL | 0.53 | 0.53 | 0.79 |
HSV | 189° | 25° | 90° |
CMYK | 0.25 | 0.04 | 0.00 0.10 |
XYZ | 57.3730 | 66.3103 | 84.6382 |
Yxy | 66.3103 | 0.2754 | 0.3183 |
Hunter Lab | 81.4311 | -16.7408 | -4.6233 |
CIE-Lab | 85.1544 | -13.4460 | -9.4889 |
#addde6 color RGB value is (173,221,230).
#addde6 hex color red value is 173, green value is 221 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #addde6 hue: 0.53 , saturation: 0.53 and the lightness value of addde6 is 0.79.
The process color (four color CMYK) of #addde6 color hex is 0.25, 0.04, 0.00, 0.10. Web safe color of #addde6 is #99ccff. Color #addde6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11011101 | 11100110 |
Octal | 255 | 335 | 346 |
Decimal | 173 | 221 | 230 |
Hex | AD | DD | E6 |
Shades of #addde6
Tints of #addde6
RGB Percentages of Color #addde6
CMYK Percentages of Color #addde6
Complementary Color
#addde6 | #e6b6ad |
#addde6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#addde6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#addde6 Color CSS Codes
.mybgcolor {background-color:#addde6; } .myforecolor {color:#addde6; } .mybordercolor {border:3px solid #addde6; }
#addde6 Text Font Color
<p style="color:#addde6">Text here</p>
This sample text font color is #addde6
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.
#addde6 Background Color
<div style="background-color:#addde6">
Div content here</div>
This div background color is #addde6
#addde6 Border Color
<div style="border:3px solid #addde6">
Div here</div>
This div border color is #addde6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,221,230, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #addde6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #addde6; -webkit-box-shadow: 1px 1px 3px 2px #addde6; box-shadow: 1px 1px 3px 2px #addde6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,221,230, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #addde6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #addde6; -webkit-box-shadow: 1px 1px 3px 2px #addde6; box-shadow: 1px 1px 3px 2px #addde6;">
Div content here</div>
This div box has shadow with color #addde6
Comments
No comments written yet.
Please login to write comment.