Color spaces of #4cdebd
RGB | 76 | 222 | 189 |
---|---|---|---|
HSL | 0.46 | 0.69 | 0.58 |
HSV | 166° | 66° | 87° |
CMYK | 0.66 | 0.00 | 0.15 0.13 |
XYZ | 38.2871 | 57.4532 | 57.2157 |
Yxy | 57.4532 | 0.2503 | 0.3756 |
Hunter Lab | 75.7979 | -42.4822 | 8.3037 |
CIE-Lab | 80.4338 | -46.3953 | 4.8733 |
#4cdebd color RGB value is (76,222,189).
#4cdebd hex color red value is 76, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4cdebd hue: 0.46 , saturation: 0.69 and the lightness value of 4cdebd is 0.58.
The process color (four color CMYK) of #4cdebd color hex is 0.66, 0.00, 0.15, 0.13. Web safe color of #4cdebd is #33cccc. Color #4cdebd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001100 | 11011110 | 10111101 |
Octal | 114 | 336 | 275 |
Decimal | 76 | 222 | 189 |
Hex | 4C | DE | BD |
Shades of #4cdebd
Tints of #4cdebd
RGB Percentages of Color #4cdebd
CMYK Percentages of Color #4cdebd
Complementary Color
#4cdebd | #de4c6d |
#4cdebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4cdebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#4cdebd Color CSS Codes
.mybgcolor {background-color:#4cdebd; } .myforecolor {color:#4cdebd; } .mybordercolor {border:3px solid #4cdebd; }
#4cdebd Text Font Color
<p style="color:#4cdebd">Text here</p>
This sample text font color is #4cdebd
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.
#4cdebd Background Color
<div style="background-color:#4cdebd">
Div content here</div>
This div background color is #4cdebd
#4cdebd Border Color
<div style="border:3px solid #4cdebd">
Div here</div>
This div border color is #4cdebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(76,222,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4cdebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4cdebd; -webkit-box-shadow: 1px 1px 3px 2px #4cdebd; box-shadow: 1px 1px 3px 2px #4cdebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(76,222,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 #4cdebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4cdebd; -webkit-box-shadow: 1px 1px 3px 2px #4cdebd; box-shadow: 1px 1px 3px 2px #4cdebd;">
Div content here</div>
This div box has shadow with color #4cdebd
Comments
No comments written yet.
Please login to write comment.