Color spaces of #9fcdae
RGB | 159 | 205 | 174 |
---|---|---|---|
HSL | 0.39 | 0.32 | 0.71 |
HSV | 140° | 22° | 80° |
CMYK | 0.22 | 0.00 | 0.15 0.20 |
XYZ | 43.7694 | 54.0896 | 48.1778 |
Yxy | 54.0896 | 0.2997 | 0.3704 |
Hunter Lab | 73.5456 | -22.4737 | 12.6426 |
CIE-Lab | 78.5139 | -21.2750 | 10.5525 |
#9fcdae color RGB value is (159,205,174).
#9fcdae hex color red value is 159, green value is 205 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9fcdae hue: 0.39 , saturation: 0.32 and the lightness value of 9fcdae is 0.71.
The process color (four color CMYK) of #9fcdae color hex is 0.22, 0.00, 0.15, 0.20. Web safe color of #9fcdae is #99cc99. Color #9fcdae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 11001101 | 10101110 |
Octal | 237 | 315 | 256 |
Decimal | 159 | 205 | 174 |
Hex | 9F | CD | AE |
Shades of #9fcdae
Tints of #9fcdae
RGB Percentages of Color #9fcdae
CMYK Percentages of Color #9fcdae
Complementary Color
#9fcdae | #cd9fbe |
#9fcdae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9fcdae Color Preview on White Background
Lorem ipsum dolor sit amet.
#9fcdae Color CSS Codes
.mybgcolor {background-color:#9fcdae; } .myforecolor {color:#9fcdae; } .mybordercolor {border:3px solid #9fcdae; }
#9fcdae Text Font Color
<p style="color:#9fcdae">Text here</p>
This sample text font color is #9fcdae
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.
#9fcdae Background Color
<div style="background-color:#9fcdae">
Div content here</div>
This div background color is #9fcdae
#9fcdae Border Color
<div style="border:3px solid #9fcdae">
Div here</div>
This div border color is #9fcdae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,205,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9fcdae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9fcdae; -webkit-box-shadow: 1px 1px 3px 2px #9fcdae; box-shadow: 1px 1px 3px 2px #9fcdae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,205,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9fcdae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9fcdae; -webkit-box-shadow: 1px 1px 3px 2px #9fcdae; box-shadow: 1px 1px 3px 2px #9fcdae;">
Div content here</div>
This div box has shadow with color #9fcdae
Comments
No comments written yet.
Please login to write comment.