Color spaces of #4cdacb
RGB | 76 | 218 | 203 |
---|---|---|---|
HSL | 0.48 | 0.66 | 0.58 |
HSV | 174° | 65° | 85° |
CMYK | 0.65 | 0.00 | 0.07 0.15 |
XYZ | 38.8314 | 55.9911 | 65.2606 |
Yxy | 55.9911 | 0.2426 | 0.3498 |
Hunter Lab | 74.8272 | -38.3154 | 0.6692 |
CIE-Lab | 79.6088 | -41.0973 | -3.7843 |
#4cdacb color RGB value is (76,218,203).
#4cdacb hex color red value is 76, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4cdacb hue: 0.48 , saturation: 0.66 and the lightness value of 4cdacb is 0.58.
The process color (four color CMYK) of #4cdacb color hex is 0.65, 0.00, 0.07, 0.15. Web safe color of #4cdacb is #33cccc. Color #4cdacb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001100 | 11011010 | 11001011 |
Octal | 114 | 332 | 313 |
Decimal | 76 | 218 | 203 |
Hex | 4C | DA | CB |
Shades of #4cdacb
Tints of #4cdacb
RGB Percentages of Color #4cdacb
CMYK Percentages of Color #4cdacb
Complementary Color
#4cdacb | #da4c5b |
#4cdacb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4cdacb Color Preview on White Background
Lorem ipsum dolor sit amet.
#4cdacb Color CSS Codes
.mybgcolor {background-color:#4cdacb; } .myforecolor {color:#4cdacb; } .mybordercolor {border:3px solid #4cdacb; }
#4cdacb Text Font Color
<p style="color:#4cdacb">Text here</p>
This sample text font color is #4cdacb
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.
#4cdacb Background Color
<div style="background-color:#4cdacb">
Div content here</div>
This div background color is #4cdacb
#4cdacb Border Color
<div style="border:3px solid #4cdacb">
Div here</div>
This div border color is #4cdacb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(76,218,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4cdacb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4cdacb; -webkit-box-shadow: 1px 1px 3px 2px #4cdacb; box-shadow: 1px 1px 3px 2px #4cdacb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(76,218,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4cdacb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4cdacb; -webkit-box-shadow: 1px 1px 3px 2px #4cdacb; box-shadow: 1px 1px 3px 2px #4cdacb;">
Div content here</div>
This div box has shadow with color #4cdacb
Comments
No comments written yet.
Please login to write comment.