Color spaces of #99ecdd
RGB | 153 | 236 | 221 |
---|---|---|---|
HSL | 0.47 | 0.69 | 0.76 |
HSV | 169° | 35° | 93° |
CMYK | 0.35 | 0.00 | 0.06 0.07 |
XYZ | 56.1835 | 71.9837 | 79.3397 |
Yxy | 71.9837 | 0.2708 | 0.3469 |
Hunter Lab | 84.8432 | -30.2722 | 3.9462 |
CIE-Lab | 87.9607 | -28.4828 | -0.7301 |
#99ecdd color RGB value is (153,236,221).
#99ecdd hex color red value is 153, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #99ecdd hue: 0.47 , saturation: 0.69 and the lightness value of 99ecdd is 0.76.
The process color (four color CMYK) of #99ecdd color hex is 0.35, 0.00, 0.06, 0.07. Web safe color of #99ecdd is #99ffcc. Color #99ecdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 11101100 | 11011101 |
Octal | 231 | 354 | 335 |
Decimal | 153 | 236 | 221 |
Hex | 99 | EC | DD |
Shades of #99ecdd
Tints of #99ecdd
RGB Percentages of Color #99ecdd
CMYK Percentages of Color #99ecdd
Complementary Color
#99ecdd | #ec99a8 |
#99ecdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#99ecdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#99ecdd Color CSS Codes
.mybgcolor {background-color:#99ecdd; } .myforecolor {color:#99ecdd; } .mybordercolor {border:3px solid #99ecdd; }
#99ecdd Text Font Color
<p style="color:#99ecdd">Text here</p>
This sample text font color is #99ecdd
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.
#99ecdd Background Color
<div style="background-color:#99ecdd">
Div content here</div>
This div background color is #99ecdd
#99ecdd Border Color
<div style="border:3px solid #99ecdd">
Div here</div>
This div border color is #99ecdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,236,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #99ecdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #99ecdd; -webkit-box-shadow: 1px 1px 3px 2px #99ecdd; box-shadow: 1px 1px 3px 2px #99ecdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,236,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #99ecdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #99ecdd; -webkit-box-shadow: 1px 1px 3px 2px #99ecdd; box-shadow: 1px 1px 3px 2px #99ecdd;">
Div content here</div>
This div box has shadow with color #99ecdd
#99ecdd Color Palettes
Comments
No comments written yet.
Please login to write comment.