Color spaces of #4ccdca
RGB | 76 | 205 | 202 |
---|---|---|---|
HSL | 0.50 | 0.56 | 0.55 |
HSV | 179° | 63° | 80° |
CMYK | 0.63 | 0.00 | 0.01 0.20 |
XYZ | 35.4725 | 49.4634 | 63.5549 |
Yxy | 49.4634 | 0.2389 | 0.3331 |
Hunter Lab | 70.3302 | -33.0477 | -4.3471 |
CIE-Lab | 75.7387 | -35.4377 | -8.9746 |
#4ccdca color RGB value is (76,205,202).
#4ccdca hex color red value is 76, green value is 205 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4ccdca hue: 0.50 , saturation: 0.56 and the lightness value of 4ccdca is 0.55.
The process color (four color CMYK) of #4ccdca color hex is 0.63, 0.00, 0.01, 0.20. Web safe color of #4ccdca is #33cccc. Color #4ccdca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001100 | 11001101 | 11001010 |
Octal | 114 | 315 | 312 |
Decimal | 76 | 205 | 202 |
Hex | 4C | CD | CA |
Shades of #4ccdca
Tints of #4ccdca
RGB Percentages of Color #4ccdca
CMYK Percentages of Color #4ccdca
Complementary Color
#4ccdca | #cd4c4f |
#4ccdca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4ccdca Color Preview on White Background
Lorem ipsum dolor sit amet.
#4ccdca Color CSS Codes
.mybgcolor {background-color:#4ccdca; } .myforecolor {color:#4ccdca; } .mybordercolor {border:3px solid #4ccdca; }
#4ccdca Text Font Color
<p style="color:#4ccdca">Text here</p>
This sample text font color is #4ccdca
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.
#4ccdca Background Color
<div style="background-color:#4ccdca">
Div content here</div>
This div background color is #4ccdca
#4ccdca Border Color
<div style="border:3px solid #4ccdca">
Div here</div>
This div border color is #4ccdca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(76,205,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4ccdca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4ccdca; -webkit-box-shadow: 1px 1px 3px 2px #4ccdca; box-shadow: 1px 1px 3px 2px #4ccdca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(76,205,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4ccdca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4ccdca; -webkit-box-shadow: 1px 1px 3px 2px #4ccdca; box-shadow: 1px 1px 3px 2px #4ccdca;">
Div content here</div>
This div box has shadow with color #4ccdca
Comments
No comments written yet.
Please login to write comment.