Color spaces of #9ddcbc
RGB | 157 | 220 | 188 |
---|---|---|---|
HSL | 0.42 | 0.47 | 0.74 |
HSV | 150° | 29° | 86° |
CMYK | 0.29 | 0.00 | 0.15 0.14 |
XYZ | 48.5749 | 61.9853 | 56.9812 |
Yxy | 61.9853 | 0.2899 | 0.3700 |
Hunter Lab | 78.7307 | -27.6488 | 12.2005 |
CIE-Lab | 82.9056 | -26.5617 | 9.3558 |
#9ddcbc color RGB value is (157,220,188).
#9ddcbc hex color red value is 157, green value is 220 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9ddcbc hue: 0.42 , saturation: 0.47 and the lightness value of 9ddcbc is 0.74.
The process color (four color CMYK) of #9ddcbc color hex is 0.29, 0.00, 0.15, 0.14. Web safe color of #9ddcbc is #99cccc. Color #9ddcbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011101 | 11011100 | 10111100 |
Octal | 235 | 334 | 274 |
Decimal | 157 | 220 | 188 |
Hex | 9D | DC | BC |
Shades of #9ddcbc
Tints of #9ddcbc
RGB Percentages of Color #9ddcbc
CMYK Percentages of Color #9ddcbc
Complementary Color
#9ddcbc | #dc9dbd |
#9ddcbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9ddcbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9ddcbc Color CSS Codes
.mybgcolor {background-color:#9ddcbc; } .myforecolor {color:#9ddcbc; } .mybordercolor {border:3px solid #9ddcbc; }
#9ddcbc Text Font Color
<p style="color:#9ddcbc">Text here</p>
This sample text font color is #9ddcbc
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.
#9ddcbc Background Color
<div style="background-color:#9ddcbc">
Div content here</div>
This div background color is #9ddcbc
#9ddcbc Border Color
<div style="border:3px solid #9ddcbc">
Div here</div>
This div border color is #9ddcbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(157,220,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9ddcbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9ddcbc; -webkit-box-shadow: 1px 1px 3px 2px #9ddcbc; box-shadow: 1px 1px 3px 2px #9ddcbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(157,220,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9ddcbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ddcbc; -webkit-box-shadow: 1px 1px 3px 2px #9ddcbc; box-shadow: 1px 1px 3px 2px #9ddcbc;">
Div content here</div>
This div box has shadow with color #9ddcbc
Comments
No comments written yet.
Please login to write comment.