Color spaces of #15ddca
RGB | 21 | 221 | 202 |
---|---|---|---|
HSL | 0.48 | 0.83 | 0.47 |
HSV | 174° | 90° | 87° |
CMYK | 0.90 | 0.00 | 0.09 0.13 |
XYZ | 36.8264 | 56.1366 | 64.7716 |
Yxy | 56.1366 | 0.2335 | 0.3559 |
Hunter Lab | 74.9244 | -43.3823 | 1.1913 |
CIE-Lab | 79.6915 | -47.9527 | -3.2194 |
#15ddca color RGB value is (21,221,202).
#15ddca hex color red value is 21, green value is 221 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #15ddca hue: 0.48 , saturation: 0.83 and the lightness value of 15ddca is 0.47.
The process color (four color CMYK) of #15ddca color hex is 0.90, 0.00, 0.09, 0.13. Web safe color of #15ddca is #00cccc. Color #15ddca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 11011101 | 11001010 |
Octal | 25 | 335 | 312 |
Decimal | 21 | 221 | 202 |
Hex | 15 | DD | CA |
Shades of #15ddca
Tints of #15ddca
RGB Percentages of Color #15ddca
CMYK Percentages of Color #15ddca
Complementary Color
#15ddca | #dd1528 |
#15ddca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#15ddca Color Preview on White Background
Lorem ipsum dolor sit amet.
#15ddca Color CSS Codes
.mybgcolor {background-color:#15ddca; } .myforecolor {color:#15ddca; } .mybordercolor {border:3px solid #15ddca; }
#15ddca Text Font Color
<p style="color:#15ddca">Text here</p>
This sample text font color is #15ddca
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.
#15ddca Background Color
<div style="background-color:#15ddca">
Div content here</div>
This div background color is #15ddca
#15ddca Border Color
<div style="border:3px solid #15ddca">
Div here</div>
This div border color is #15ddca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,221,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #15ddca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15ddca; -webkit-box-shadow: 1px 1px 3px 2px #15ddca; box-shadow: 1px 1px 3px 2px #15ddca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,221,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #15ddca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #15ddca; -webkit-box-shadow: 1px 1px 3px 2px #15ddca; box-shadow: 1px 1px 3px 2px #15ddca;">
Div content here</div>
This div box has shadow with color #15ddca
Comments
No comments written yet.
Please login to write comment.