Color spaces of #04eada
RGB | 4 | 234 | 218 |
---|---|---|---|
HSL | 0.49 | 0.97 | 0.47 |
HSV | 176° | 98° | 92° |
CMYK | 0.98 | 0.00 | 0.07 0.08 |
XYZ | 42.1278 | 63.9334 | 76.4497 |
Yxy | 63.9334 | 0.2308 | 0.3503 |
Hunter Lab | 79.9584 | -45.8805 | -0.7174 |
CIE-Lab | 83.9311 | -49.5135 | -5.4655 |
#04eada color RGB value is (4,234,218).
#04eada hex color red value is 4, green value is 234 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #04eada hue: 0.49 , saturation: 0.97 and the lightness value of 04eada is 0.47.
The process color (four color CMYK) of #04eada color hex is 0.98, 0.00, 0.07, 0.08. Web safe color of #04eada is #00ffcc. Color #04eada contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000100 | 11101010 | 11011010 |
Octal | 4 | 352 | 332 |
Decimal | 4 | 234 | 218 |
Hex | 4 | EA | DA |
Shades of #04eada
Tints of #04eada
RGB Percentages of Color #04eada
CMYK Percentages of Color #04eada
Complementary Color
#04eada | #ea0414 |
#04eada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#04eada Color Preview on White Background
Lorem ipsum dolor sit amet.
#04eada Color CSS Codes
.mybgcolor {background-color:#04eada; } .myforecolor {color:#04eada; } .mybordercolor {border:3px solid #04eada; }
#04eada Text Font Color
<p style="color:#04eada">Text here</p>
This sample text font color is #04eada
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.
#04eada Background Color
<div style="background-color:#04eada">
Div content here</div>
This div background color is #04eada
#04eada Border Color
<div style="border:3px solid #04eada">
Div here</div>
This div border color is #04eada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(4,234,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #04eada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #04eada; -webkit-box-shadow: 1px 1px 3px 2px #04eada; box-shadow: 1px 1px 3px 2px #04eada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,234,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #04eada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #04eada; -webkit-box-shadow: 1px 1px 3px 2px #04eada; box-shadow: 1px 1px 3px 2px #04eada;">
Div content here</div>
This div box has shadow with color #04eada
Comments
No comments written yet.
Please login to write comment.