Color spaces of #3cddbc
RGB | 60 | 221 | 188 |
---|---|---|---|
HSL | 0.47 | 0.70 | 0.55 |
HSV | 168° | 73° | 87° |
CMYK | 0.73 | 0.00 | 0.15 0.13 |
XYZ | 36.7970 | 56.3044 | 56.5054 |
Yxy | 56.3044 | 0.2460 | 0.3763 |
Hunter Lab | 75.0363 | -43.7789 | 7.8776 |
CIE-Lab | 79.7867 | -48.4602 | 4.4283 |
#3cddbc color RGB value is (60,221,188).
#3cddbc hex color red value is 60, green value is 221 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3cddbc hue: 0.47 , saturation: 0.70 and the lightness value of 3cddbc is 0.55.
The process color (four color CMYK) of #3cddbc color hex is 0.73, 0.00, 0.15, 0.13. Web safe color of #3cddbc is #33cccc. Color #3cddbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111100 | 11011101 | 10111100 |
Octal | 74 | 335 | 274 |
Decimal | 60 | 221 | 188 |
Hex | 3C | DD | BC |
Shades of #3cddbc
Tints of #3cddbc
RGB Percentages of Color #3cddbc
CMYK Percentages of Color #3cddbc
Complementary Color
#3cddbc | #dd3c5d |
#3cddbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3cddbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3cddbc Color CSS Codes
.mybgcolor {background-color:#3cddbc; } .myforecolor {color:#3cddbc; } .mybordercolor {border:3px solid #3cddbc; }
#3cddbc Text Font Color
<p style="color:#3cddbc">Text here</p>
This sample text font color is #3cddbc
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.
#3cddbc Background Color
<div style="background-color:#3cddbc">
Div content here</div>
This div background color is #3cddbc
#3cddbc Border Color
<div style="border:3px solid #3cddbc">
Div here</div>
This div border color is #3cddbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(60,221,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3cddbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3cddbc; -webkit-box-shadow: 1px 1px 3px 2px #3cddbc; box-shadow: 1px 1px 3px 2px #3cddbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(60,221,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 #3cddbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3cddbc; -webkit-box-shadow: 1px 1px 3px 2px #3cddbc; box-shadow: 1px 1px 3px 2px #3cddbc;">
Div content here</div>
This div box has shadow with color #3cddbc
Comments
No comments written yet.
Please login to write comment.