Color spaces of #9addce
RGB | 154 | 221 | 206 |
---|---|---|---|
HSL | 0.46 | 0.50 | 0.74 |
HSV | 167° | 30° | 87° |
CMYK | 0.30 | 0.00 | 0.07 0.13 |
XYZ | 50.3235 | 63.0392 | 67.9080 |
Yxy | 63.0392 | 0.2776 | 0.3478 |
Hunter Lab | 79.3972 | -25.8084 | 4.8677 |
CIE-Lab | 83.4630 | -24.2239 | 0.6109 |
#9addce color RGB value is (154,221,206).
#9addce hex color red value is 154, green value is 221 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9addce hue: 0.46 , saturation: 0.50 and the lightness value of 9addce is 0.74.
The process color (four color CMYK) of #9addce color hex is 0.30, 0.00, 0.07, 0.13. Web safe color of #9addce is #99cccc. Color #9addce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011010 | 11011101 | 11001110 |
Octal | 232 | 335 | 316 |
Decimal | 154 | 221 | 206 |
Hex | 9A | DD | CE |
Shades of #9addce
Tints of #9addce
RGB Percentages of Color #9addce
CMYK Percentages of Color #9addce
Complementary Color
#9addce | #dd9aa9 |
#9addce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9addce Color Preview on White Background
Lorem ipsum dolor sit amet.
#9addce Color CSS Codes
.mybgcolor {background-color:#9addce; } .myforecolor {color:#9addce; } .mybordercolor {border:3px solid #9addce; }
#9addce Text Font Color
<p style="color:#9addce">Text here</p>
This sample text font color is #9addce
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.
#9addce Background Color
<div style="background-color:#9addce">
Div content here</div>
This div background color is #9addce
#9addce Border Color
<div style="border:3px solid #9addce">
Div here</div>
This div border color is #9addce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(154,221,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9addce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9addce; -webkit-box-shadow: 1px 1px 3px 2px #9addce; box-shadow: 1px 1px 3px 2px #9addce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(154,221,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 #9addce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9addce; -webkit-box-shadow: 1px 1px 3px 2px #9addce; box-shadow: 1px 1px 3px 2px #9addce;">
Div content here</div>
This div box has shadow with color #9addce
Comments
No comments written yet.
Please login to write comment.