Color spaces of #4ddbbd
RGB | 77 | 219 | 189 |
---|---|---|---|
HSL | 0.46 | 0.66 | 0.58 |
HSV | 167° | 65° | 86° |
CMYK | 0.65 | 0.00 | 0.14 0.14 |
XYZ | 37.5774 | 55.9149 | 56.9562 |
Yxy | 55.9149 | 0.2498 | 0.3717 |
Hunter Lab | 74.7763 | -41.1567 | 7.1829 |
CIE-Lab | 79.5654 | -44.9478 | 3.6203 |
#4ddbbd color RGB value is (77,219,189).
#4ddbbd hex color red value is 77, green value is 219 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4ddbbd hue: 0.46 , saturation: 0.66 and the lightness value of 4ddbbd is 0.58.
The process color (four color CMYK) of #4ddbbd color hex is 0.65, 0.00, 0.14, 0.14. Web safe color of #4ddbbd is #66cccc. Color #4ddbbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001101 | 11011011 | 10111101 |
Octal | 115 | 333 | 275 |
Decimal | 77 | 219 | 189 |
Hex | 4D | DB | BD |
Shades of #4ddbbd
Tints of #4ddbbd
RGB Percentages of Color #4ddbbd
CMYK Percentages of Color #4ddbbd
Complementary Color
#4ddbbd | #db4d6b |
#4ddbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4ddbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#4ddbbd Color CSS Codes
.mybgcolor {background-color:#4ddbbd; } .myforecolor {color:#4ddbbd; } .mybordercolor {border:3px solid #4ddbbd; }
#4ddbbd Text Font Color
<p style="color:#4ddbbd">Text here</p>
This sample text font color is #4ddbbd
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.
#4ddbbd Background Color
<div style="background-color:#4ddbbd">
Div content here</div>
This div background color is #4ddbbd
#4ddbbd Border Color
<div style="border:3px solid #4ddbbd">
Div here</div>
This div border color is #4ddbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(77,219,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4ddbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4ddbbd; -webkit-box-shadow: 1px 1px 3px 2px #4ddbbd; box-shadow: 1px 1px 3px 2px #4ddbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(77,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 #4ddbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4ddbbd; -webkit-box-shadow: 1px 1px 3px 2px #4ddbbd; box-shadow: 1px 1px 3px 2px #4ddbbd;">
Div content here</div>
This div box has shadow with color #4ddbbd
Comments
No comments written yet.
Please login to write comment.