Color spaces of #1cdcaa
RGB | 28 | 220 | 170 |
---|---|---|---|
HSL | 0.46 | 0.77 | 0.49 |
HSV | 164° | 87° | 86° |
CMYK | 0.87 | 0.00 | 0.23 0.14 |
XYZ | 33.3278 | 54.3356 | 46.7615 |
Yxy | 54.3356 | 0.2479 | 0.4042 |
Hunter Lab | 73.7127 | -48.2918 | 13.9868 |
CIE-Lab | 78.6570 | -55.4230 | 12.3075 |
#1cdcaa color RGB value is (28,220,170).
#1cdcaa hex color red value is 28, green value is 220 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1cdcaa hue: 0.46 , saturation: 0.77 and the lightness value of 1cdcaa is 0.49.
The process color (four color CMYK) of #1cdcaa color hex is 0.87, 0.00, 0.23, 0.14. Web safe color of #1cdcaa is #33cc99. Color #1cdcaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011100 | 11011100 | 10101010 |
Octal | 34 | 334 | 252 |
Decimal | 28 | 220 | 170 |
Hex | 1C | DC | AA |
Shades of #1cdcaa
Tints of #1cdcaa
RGB Percentages of Color #1cdcaa
CMYK Percentages of Color #1cdcaa
Complementary Color
#1cdcaa | #dc1c4e |
#1cdcaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1cdcaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#1cdcaa Color CSS Codes
.mybgcolor {background-color:#1cdcaa; } .myforecolor {color:#1cdcaa; } .mybordercolor {border:3px solid #1cdcaa; }
#1cdcaa Text Font Color
<p style="color:#1cdcaa">Text here</p>
This sample text font color is #1cdcaa
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.
#1cdcaa Background Color
<div style="background-color:#1cdcaa">
Div content here</div>
This div background color is #1cdcaa
#1cdcaa Border Color
<div style="border:3px solid #1cdcaa">
Div here</div>
This div border color is #1cdcaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(28,220,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1cdcaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1cdcaa; -webkit-box-shadow: 1px 1px 3px 2px #1cdcaa; box-shadow: 1px 1px 3px 2px #1cdcaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(28,220,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1cdcaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1cdcaa; -webkit-box-shadow: 1px 1px 3px 2px #1cdcaa; box-shadow: 1px 1px 3px 2px #1cdcaa;">
Div content here</div>
This div box has shadow with color #1cdcaa
Comments
No comments written yet.
Please login to write comment.