Color spaces of #04daec
RGB | 4 | 218 | 236 |
---|---|---|---|
HSL | 0.51 | 0.97 | 0.47 |
HSV | 185° | 98° | 93° |
CMYK | 0.98 | 0.08 | 0.00 0.07 |
XYZ | 40.2618 | 56.2247 | 88.0873 |
Yxy | 56.2247 | 0.2181 | 0.3046 |
Hunter Lab | 74.9831 | -35.3758 | -17.1634 |
CIE-Lab | 79.7415 | -37.1689 | -21.2863 |
#04daec color RGB value is (4,218,236).
#04daec hex color red value is 4, green value is 218 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #04daec hue: 0.51 , saturation: 0.97 and the lightness value of 04daec is 0.47.
The process color (four color CMYK) of #04daec color hex is 0.98, 0.08, 0.00, 0.07. Web safe color of #04daec is #00ccff. Color #04daec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000100 | 11011010 | 11101100 |
Octal | 4 | 332 | 354 |
Decimal | 4 | 218 | 236 |
Hex | 4 | DA | EC |
Shades of #04daec
Tints of #04daec
RGB Percentages of Color #04daec
CMYK Percentages of Color #04daec
Complementary Color
#04daec | #ec1604 |
#04daec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#04daec Color Preview on White Background
Lorem ipsum dolor sit amet.
#04daec Color CSS Codes
.mybgcolor {background-color:#04daec; } .myforecolor {color:#04daec; } .mybordercolor {border:3px solid #04daec; }
#04daec Text Font Color
<p style="color:#04daec">Text here</p>
This sample text font color is #04daec
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.
#04daec Background Color
<div style="background-color:#04daec">
Div content here</div>
This div background color is #04daec
#04daec Border Color
<div style="border:3px solid #04daec">
Div here</div>
This div border color is #04daec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(4,218,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #04daec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #04daec; -webkit-box-shadow: 1px 1px 3px 2px #04daec; box-shadow: 1px 1px 3px 2px #04daec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,218,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #04daec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #04daec; -webkit-box-shadow: 1px 1px 3px 2px #04daec; box-shadow: 1px 1px 3px 2px #04daec;">
Div content here</div>
This div box has shadow with color #04daec
#04daec Color Palettes
Comments
No comments written yet.
Please login to write comment.