Color spaces of #4eeedd
RGB | 78 | 238 | 221 |
---|---|---|---|
HSL | 0.48 | 0.82 | 0.62 |
HSV | 174° | 67° | 93° |
CMYK | 0.67 | 0.00 | 0.07 0.07 |
XYZ | 46.7676 | 67.9892 | 79.0649 |
Yxy | 67.9892 | 0.2413 | 0.3508 |
Hunter Lab | 82.4556 | -43.0546 | 0.8670 |
CIE-Lab | 86.0010 | -44.9248 | -3.9009 |
#4eeedd color RGB value is (78,238,221).
#4eeedd hex color red value is 78, green value is 238 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4eeedd hue: 0.48 , saturation: 0.82 and the lightness value of 4eeedd is 0.62.
The process color (four color CMYK) of #4eeedd color hex is 0.67, 0.00, 0.07, 0.07. Web safe color of #4eeedd is #66ffcc. Color #4eeedd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001110 | 11101110 | 11011101 |
Octal | 116 | 356 | 335 |
Decimal | 78 | 238 | 221 |
Hex | 4E | EE | DD |
Shades of #4eeedd
Tints of #4eeedd
RGB Percentages of Color #4eeedd
CMYK Percentages of Color #4eeedd
Complementary Color
#4eeedd | #ee4e5f |
#4eeedd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4eeedd Color Preview on White Background
Lorem ipsum dolor sit amet.
#4eeedd Color CSS Codes
.mybgcolor {background-color:#4eeedd; } .myforecolor {color:#4eeedd; } .mybordercolor {border:3px solid #4eeedd; }
#4eeedd Text Font Color
<p style="color:#4eeedd">Text here</p>
This sample text font color is #4eeedd
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.
#4eeedd Background Color
<div style="background-color:#4eeedd">
Div content here</div>
This div background color is #4eeedd
#4eeedd Border Color
<div style="border:3px solid #4eeedd">
Div here</div>
This div border color is #4eeedd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(78,238,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4eeedd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4eeedd; -webkit-box-shadow: 1px 1px 3px 2px #4eeedd; box-shadow: 1px 1px 3px 2px #4eeedd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(78,238,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 #4eeedd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4eeedd; -webkit-box-shadow: 1px 1px 3px 2px #4eeedd; box-shadow: 1px 1px 3px 2px #4eeedd;">
Div content here</div>
This div box has shadow with color #4eeedd
Comments
No comments written yet.
Please login to write comment.