Color spaces of #9acedc
RGB | 154 | 206 | 220 |
---|---|---|---|
HSL | 0.54 | 0.49 | 0.73 |
HSV | 193° | 30° | 86° |
CMYK | 0.30 | 0.06 | 0.00 0.14 |
XYZ | 48.3160 | 56.1799 | 76.0074 |
Yxy | 56.1799 | 0.2677 | 0.3112 |
Hunter Lab | 74.9533 | -16.1044 | -7.6566 |
CIE-Lab | 79.7161 | -13.5253 | -12.3893 |
#9acedc color RGB value is (154,206,220).
#9acedc hex color red value is 154, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9acedc hue: 0.54 , saturation: 0.49 and the lightness value of 9acedc is 0.73.
The process color (four color CMYK) of #9acedc color hex is 0.30, 0.06, 0.00, 0.14. Web safe color of #9acedc is #99cccc. Color #9acedc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011010 | 11001110 | 11011100 |
Octal | 232 | 316 | 334 |
Decimal | 154 | 206 | 220 |
Hex | 9A | CE | DC |
Shades of #9acedc
Tints of #9acedc
RGB Percentages of Color #9acedc
CMYK Percentages of Color #9acedc
Complementary Color
#9acedc | #dca89a |
#9acedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9acedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9acedc Color CSS Codes
.mybgcolor {background-color:#9acedc; } .myforecolor {color:#9acedc; } .mybordercolor {border:3px solid #9acedc; }
#9acedc Text Font Color
<p style="color:#9acedc">Text here</p>
This sample text font color is #9acedc
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.
#9acedc Background Color
<div style="background-color:#9acedc">
Div content here</div>
This div background color is #9acedc
#9acedc Border Color
<div style="border:3px solid #9acedc">
Div here</div>
This div border color is #9acedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(154,206,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9acedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9acedc; -webkit-box-shadow: 1px 1px 3px 2px #9acedc; box-shadow: 1px 1px 3px 2px #9acedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(154,206,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9acedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9acedc; -webkit-box-shadow: 1px 1px 3px 2px #9acedc; box-shadow: 1px 1px 3px 2px #9acedc;">
Div content here</div>
This div box has shadow with color #9acedc
Comments
No comments written yet.
Please login to write comment.