Color spaces of #4cdbbd
RGB | 76 | 219 | 189 |
---|---|---|---|
HSL | 0.47 | 0.67 | 0.58 |
HSV | 167° | 65° | 86° |
CMYK | 0.65 | 0.00 | 0.14 0.14 |
XYZ | 37.4973 | 55.8737 | 56.9525 |
Yxy | 55.8737 | 0.2494 | 0.3717 |
Hunter Lab | 74.7487 | -41.2667 | 7.1499 |
CIE-Lab | 79.5419 | -45.1075 | 3.5834 |
#4cdbbd color RGB value is (76,219,189).
#4cdbbd hex color red value is 76, green value is 219 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4cdbbd hue: 0.47 , saturation: 0.67 and the lightness value of 4cdbbd is 0.58.
The process color (four color CMYK) of #4cdbbd color hex is 0.65, 0.00, 0.14, 0.14. Web safe color of #4cdbbd is #33cccc. Color #4cdbbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001100 | 11011011 | 10111101 |
Octal | 114 | 333 | 275 |
Decimal | 76 | 219 | 189 |
Hex | 4C | DB | BD |
Shades of #4cdbbd
Tints of #4cdbbd
RGB Percentages of Color #4cdbbd
CMYK Percentages of Color #4cdbbd
Complementary Color
#4cdbbd | #db4c6a |
#4cdbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4cdbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#4cdbbd Color CSS Codes
.mybgcolor {background-color:#4cdbbd; } .myforecolor {color:#4cdbbd; } .mybordercolor {border:3px solid #4cdbbd; }
#4cdbbd Text Font Color
<p style="color:#4cdbbd">Text here</p>
This sample text font color is #4cdbbd
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.
#4cdbbd Background Color
<div style="background-color:#4cdbbd">
Div content here</div>
This div background color is #4cdbbd
#4cdbbd Border Color
<div style="border:3px solid #4cdbbd">
Div here</div>
This div border color is #4cdbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(76,219,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4cdbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4cdbbd; -webkit-box-shadow: 1px 1px 3px 2px #4cdbbd; box-shadow: 1px 1px 3px 2px #4cdbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(76,219,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4cdbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4cdbbd; -webkit-box-shadow: 1px 1px 3px 2px #4cdbbd; box-shadow: 1px 1px 3px 2px #4cdbbd;">
Div content here</div>
This div box has shadow with color #4cdbbd
Comments
No comments written yet.
Please login to write comment.