Color spaces of #4cddbf
RGB | 76 | 221 | 191 |
---|---|---|---|
HSL | 0.47 | 0.68 | 0.58 |
HSV | 168° | 66° | 87° |
CMYK | 0.66 | 0.00 | 0.14 0.13 |
XYZ | 38.2409 | 57.0110 | 58.2789 |
Yxy | 57.0110 | 0.2491 | 0.3713 |
Hunter Lab | 75.5056 | -41.7310 | 7.0910 |
CIE-Lab | 80.1858 | -45.4747 | 3.4521 |
#4cddbf color RGB value is (76,221,191).
#4cddbf hex color red value is 76, green value is 221 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4cddbf hue: 0.47 , saturation: 0.68 and the lightness value of 4cddbf is 0.58.
The process color (four color CMYK) of #4cddbf color hex is 0.66, 0.00, 0.14, 0.13. Web safe color of #4cddbf is #33cccc. Color #4cddbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001100 | 11011101 | 10111111 |
Octal | 114 | 335 | 277 |
Decimal | 76 | 221 | 191 |
Hex | 4C | DD | BF |
Shades of #4cddbf
Tints of #4cddbf
RGB Percentages of Color #4cddbf
CMYK Percentages of Color #4cddbf
Complementary Color
#4cddbf | #dd4c6a |
#4cddbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4cddbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#4cddbf Color CSS Codes
.mybgcolor {background-color:#4cddbf; } .myforecolor {color:#4cddbf; } .mybordercolor {border:3px solid #4cddbf; }
#4cddbf Text Font Color
<p style="color:#4cddbf">Text here</p>
This sample text font color is #4cddbf
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.
#4cddbf Background Color
<div style="background-color:#4cddbf">
Div content here</div>
This div background color is #4cddbf
#4cddbf Border Color
<div style="border:3px solid #4cddbf">
Div here</div>
This div border color is #4cddbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(76,221,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4cddbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4cddbf; -webkit-box-shadow: 1px 1px 3px 2px #4cddbf; box-shadow: 1px 1px 3px 2px #4cddbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(76,221,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4cddbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4cddbf; -webkit-box-shadow: 1px 1px 3px 2px #4cddbf; box-shadow: 1px 1px 3px 2px #4cddbf;">
Div content here</div>
This div box has shadow with color #4cddbf
Comments
No comments written yet.
Please login to write comment.