Color spaces of #4ceadd
RGB | 76 | 234 | 221 |
---|---|---|---|
HSL | 0.49 | 0.79 | 0.61 |
HSV | 175° | 68° | 92° |
CMYK | 0.68 | 0.00 | 0.06 0.08 |
XYZ | 45.4545 | 65.6026 | 78.6735 |
Yxy | 65.6026 | 0.2396 | 0.3458 |
Hunter Lab | 80.9954 | -41.5681 | -0.8935 |
CIE-Lab | 84.7933 | -43.4484 | -5.6861 |
#4ceadd color RGB value is (76,234,221).
#4ceadd hex color red value is 76, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4ceadd hue: 0.49 , saturation: 0.79 and the lightness value of 4ceadd is 0.61.
The process color (four color CMYK) of #4ceadd color hex is 0.68, 0.00, 0.06, 0.08. Web safe color of #4ceadd is #33ffcc. Color #4ceadd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001100 | 11101010 | 11011101 |
Octal | 114 | 352 | 335 |
Decimal | 76 | 234 | 221 |
Hex | 4C | EA | DD |
Shades of #4ceadd
Tints of #4ceadd
RGB Percentages of Color #4ceadd
CMYK Percentages of Color #4ceadd
Complementary Color
#4ceadd | #ea4c59 |
#4ceadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4ceadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#4ceadd Color CSS Codes
.mybgcolor {background-color:#4ceadd; } .myforecolor {color:#4ceadd; } .mybordercolor {border:3px solid #4ceadd; }
#4ceadd Text Font Color
<p style="color:#4ceadd">Text here</p>
This sample text font color is #4ceadd
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.
#4ceadd Background Color
<div style="background-color:#4ceadd">
Div content here</div>
This div background color is #4ceadd
#4ceadd Border Color
<div style="border:3px solid #4ceadd">
Div here</div>
This div border color is #4ceadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(76,234,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4ceadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4ceadd; -webkit-box-shadow: 1px 1px 3px 2px #4ceadd; box-shadow: 1px 1px 3px 2px #4ceadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(76,234,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4ceadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4ceadd; -webkit-box-shadow: 1px 1px 3px 2px #4ceadd; box-shadow: 1px 1px 3px 2px #4ceadd;">
Div content here</div>
This div box has shadow with color #4ceadd
Comments
No comments written yet.
Please login to write comment.