Color spaces of #04e8de
RGB | 4 | 232 | 222 |
---|---|---|---|
HSL | 0.49 | 0.97 | 0.46 |
HSV | 177° | 98° | 91° |
CMYK | 0.98 | 0.00 | 0.04 0.09 |
XYZ | 42.0915 | 63.0130 | 79.0515 |
Yxy | 63.0130 | 0.2286 | 0.3422 |
Hunter Lab | 79.3807 | -44.2669 | -3.4776 |
CIE-Lab | 83.4492 | -47.5460 | -8.2904 |
#04e8de color RGB value is (4,232,222).
#04e8de hex color red value is 4, green value is 232 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #04e8de hue: 0.49 , saturation: 0.97 and the lightness value of 04e8de is 0.46.
The process color (four color CMYK) of #04e8de color hex is 0.98, 0.00, 0.04, 0.09. Web safe color of #04e8de is #00ffcc. Color #04e8de contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000100 | 11101000 | 11011110 |
Octal | 4 | 350 | 336 |
Decimal | 4 | 232 | 222 |
Hex | 4 | E8 | DE |
Shades of #04e8de
Tints of #04e8de
RGB Percentages of Color #04e8de
CMYK Percentages of Color #04e8de
Complementary Color
#04e8de | #e8040e |
#04e8de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#04e8de Color Preview on White Background
Lorem ipsum dolor sit amet.
#04e8de Color CSS Codes
.mybgcolor {background-color:#04e8de; } .myforecolor {color:#04e8de; } .mybordercolor {border:3px solid #04e8de; }
#04e8de Text Font Color
<p style="color:#04e8de">Text here</p>
This sample text font color is #04e8de
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.
#04e8de Background Color
<div style="background-color:#04e8de">
Div content here</div>
This div background color is #04e8de
#04e8de Border Color
<div style="border:3px solid #04e8de">
Div here</div>
This div border color is #04e8de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(4,232,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #04e8de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #04e8de; -webkit-box-shadow: 1px 1px 3px 2px #04e8de; box-shadow: 1px 1px 3px 2px #04e8de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,232,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #04e8de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #04e8de; -webkit-box-shadow: 1px 1px 3px 2px #04e8de; box-shadow: 1px 1px 3px 2px #04e8de;">
Div content here</div>
This div box has shadow with color #04e8de
Comments
No comments written yet.
Please login to write comment.