Color spaces of #4edccc
RGB | 78 | 220 | 204 |
---|---|---|---|
HSL | 0.48 | 0.67 | 0.58 |
HSV | 173° | 65° | 86° |
CMYK | 0.65 | 0.00 | 0.07 0.14 |
XYZ | 39.6342 | 57.1657 | 66.0719 |
Yxy | 57.1657 | 0.2433 | 0.3510 |
Hunter Lab | 75.6080 | -38.7432 | 1.1136 |
CIE-Lab | 80.2727 | -41.4198 | -3.3354 |
#4edccc color RGB value is (78,220,204).
#4edccc hex color red value is 78, green value is 220 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4edccc hue: 0.48 , saturation: 0.67 and the lightness value of 4edccc is 0.58.
The process color (four color CMYK) of #4edccc color hex is 0.65, 0.00, 0.07, 0.14. Web safe color of #4edccc is #66cccc. Color #4edccc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001110 | 11011100 | 11001100 |
Octal | 116 | 334 | 314 |
Decimal | 78 | 220 | 204 |
Hex | 4E | DC | CC |
Shades of #4edccc
Tints of #4edccc
RGB Percentages of Color #4edccc
CMYK Percentages of Color #4edccc
Complementary Color
#4edccc | #dc4e5e |
#4edccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4edccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#4edccc Color CSS Codes
.mybgcolor {background-color:#4edccc; } .myforecolor {color:#4edccc; } .mybordercolor {border:3px solid #4edccc; }
#4edccc Text Font Color
<p style="color:#4edccc">Text here</p>
This sample text font color is #4edccc
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.
#4edccc Background Color
<div style="background-color:#4edccc">
Div content here</div>
This div background color is #4edccc
#4edccc Border Color
<div style="border:3px solid #4edccc">
Div here</div>
This div border color is #4edccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(78,220,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4edccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4edccc; -webkit-box-shadow: 1px 1px 3px 2px #4edccc; box-shadow: 1px 1px 3px 2px #4edccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(78,220,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4edccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4edccc; -webkit-box-shadow: 1px 1px 3px 2px #4edccc; box-shadow: 1px 1px 3px 2px #4edccc;">
Div content here</div>
This div box has shadow with color #4edccc
Comments
No comments written yet.
Please login to write comment.