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