Color spaces of #4ccbab
RGB | 76 | 203 | 171 |
---|---|---|---|
HSL | 0.46 | 0.55 | 0.55 |
HSV | 165° | 63° | 80° |
CMYK | 0.63 | 0.00 | 0.16 0.20 |
XYZ | 31.6871 | 47.1886 | 45.9663 |
Yxy | 47.1886 | 0.2538 | 0.3780 |
Hunter Lab | 68.6940 | -37.8761 | 8.4121 |
CIE-Lab | 74.3102 | -42.5703 | 5.6733 |
#4ccbab color RGB value is (76,203,171).
#4ccbab hex color red value is 76, green value is 203 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4ccbab hue: 0.46 , saturation: 0.55 and the lightness value of 4ccbab is 0.55.
The process color (four color CMYK) of #4ccbab color hex is 0.63, 0.00, 0.16, 0.20. Web safe color of #4ccbab is #33cc99. Color #4ccbab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001100 | 11001011 | 10101011 |
Octal | 114 | 313 | 253 |
Decimal | 76 | 203 | 171 |
Hex | 4C | CB | AB |
Shades of #4ccbab
Tints of #4ccbab
RGB Percentages of Color #4ccbab
CMYK Percentages of Color #4ccbab
Complementary Color
#4ccbab | #cb4c6c |
#4ccbab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4ccbab Color Preview on White Background
Lorem ipsum dolor sit amet.
#4ccbab Color CSS Codes
.mybgcolor {background-color:#4ccbab; } .myforecolor {color:#4ccbab; } .mybordercolor {border:3px solid #4ccbab; }
#4ccbab Text Font Color
<p style="color:#4ccbab">Text here</p>
This sample text font color is #4ccbab
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.
#4ccbab Background Color
<div style="background-color:#4ccbab">
Div content here</div>
This div background color is #4ccbab
#4ccbab Border Color
<div style="border:3px solid #4ccbab">
Div here</div>
This div border color is #4ccbab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(76,203,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4ccbab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4ccbab; -webkit-box-shadow: 1px 1px 3px 2px #4ccbab; box-shadow: 1px 1px 3px 2px #4ccbab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(76,203,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4ccbab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4ccbab; -webkit-box-shadow: 1px 1px 3px 2px #4ccbab; box-shadow: 1px 1px 3px 2px #4ccbab;">
Div content here</div>
This div box has shadow with color #4ccbab
Comments
No comments written yet.
Please login to write comment.