Color spaces of #1cccbc
RGB | 28 | 204 | 188 |
---|---|---|---|
HSL | 0.48 | 0.76 | 0.45 |
HSV | 175° | 86° | 80° |
CMYK | 0.86 | 0.00 | 0.08 0.20 |
XYZ | 31.1489 | 47.0634 | 55.0194 |
Yxy | 47.0634 | 0.2338 | 0.3532 |
Hunter Lab | 68.6028 | -39.0074 | 0.4714 |
CIE-Lab | 74.2303 | -44.1998 | -3.7303 |
#1cccbc color RGB value is (28,204,188).
#1cccbc hex color red value is 28, green value is 204 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #1cccbc hue: 0.48 , saturation: 0.76 and the lightness value of 1cccbc is 0.45.
The process color (four color CMYK) of #1cccbc color hex is 0.86, 0.00, 0.08, 0.20. Web safe color of #1cccbc is #33cccc. Color #1cccbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011100 | 11001100 | 10111100 |
Octal | 34 | 314 | 274 |
Decimal | 28 | 204 | 188 |
Hex | 1C | CC | BC |
Shades of #1cccbc
Tints of #1cccbc
RGB Percentages of Color #1cccbc
CMYK Percentages of Color #1cccbc
Complementary Color
#1cccbc | #cc1c2c |
#1cccbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1cccbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#1cccbc Color CSS Codes
.mybgcolor {background-color:#1cccbc; } .myforecolor {color:#1cccbc; } .mybordercolor {border:3px solid #1cccbc; }
#1cccbc Text Font Color
<p style="color:#1cccbc">Text here</p>
This sample text font color is #1cccbc
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.
#1cccbc Background Color
<div style="background-color:#1cccbc">
Div content here</div>
This div background color is #1cccbc
#1cccbc Border Color
<div style="border:3px solid #1cccbc">
Div here</div>
This div border color is #1cccbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(28,204,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1cccbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1cccbc; -webkit-box-shadow: 1px 1px 3px 2px #1cccbc; box-shadow: 1px 1px 3px 2px #1cccbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(28,204,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 #1cccbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1cccbc; -webkit-box-shadow: 1px 1px 3px 2px #1cccbc; box-shadow: 1px 1px 3px 2px #1cccbc;">
Div content here</div>
This div box has shadow with color #1cccbc
Comments
No comments written yet.
Please login to write comment.