Color spaces of #1cda7c
RGB | 28 | 218 | 124 |
---|---|---|---|
HSL | 0.42 | 0.77 | 0.48 |
HSV | 150° | 87° | 85° |
CMYK | 0.87 | 0.00 | 0.43 0.15 |
XYZ | 29.1884 | 51.8449 | 27.5375 |
Yxy | 51.8449 | 0.2688 | 0.4775 |
Hunter Lab | 72.0034 | -53.6465 | 27.7271 |
CIE-Lab | 77.1880 | -64.3380 | 34.1901 |
#1cda7c color RGB value is (28,218,124).
#1cda7c hex color red value is 28, green value is 218 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #1cda7c hue: 0.42 , saturation: 0.77 and the lightness value of 1cda7c is 0.48.
The process color (four color CMYK) of #1cda7c color hex is 0.87, 0.00, 0.43, 0.15. Web safe color of #1cda7c is #33cc66. Color #1cda7c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011100 | 11011010 | 01111100 |
Octal | 34 | 332 | 174 |
Decimal | 28 | 218 | 124 |
Hex | 1C | DA | 7C |
Shades of #1cda7c
Tints of #1cda7c
RGB Percentages of Color #1cda7c
CMYK Percentages of Color #1cda7c
Complementary Color
#1cda7c | #da1c7a |
#1cda7c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1cda7c Color Preview on White Background
Lorem ipsum dolor sit amet.
#1cda7c Color CSS Codes
.mybgcolor {background-color:#1cda7c; } .myforecolor {color:#1cda7c; } .mybordercolor {border:3px solid #1cda7c; }
#1cda7c Text Font Color
<p style="color:#1cda7c">Text here</p>
This sample text font color is #1cda7c
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.
#1cda7c Background Color
<div style="background-color:#1cda7c">
Div content here</div>
This div background color is #1cda7c
#1cda7c Border Color
<div style="border:3px solid #1cda7c">
Div here</div>
This div border color is #1cda7c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(28,218,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1cda7c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1cda7c; -webkit-box-shadow: 1px 1px 3px 2px #1cda7c; box-shadow: 1px 1px 3px 2px #1cda7c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(28,218,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1cda7c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1cda7c; -webkit-box-shadow: 1px 1px 3px 2px #1cda7c; box-shadow: 1px 1px 3px 2px #1cda7c;">
Div content here</div>
This div box has shadow with color #1cda7c
Comments
No comments written yet.
Please login to write comment.