Color spaces of #19feda
RGB | 25 | 254 | 218 |
---|---|---|---|
HSL | 0.47 | 0.99 | 0.55 |
HSV | 171° | 90° | 100° |
CMYK | 0.90 | 0.00 | 0.14 0.00 |
XYZ | 48.4976 | 76.1523 | 78.4724 |
Yxy | 76.1523 | 0.2388 | 0.3749 |
Hunter Lab | 87.2653 | -53.5130 | 7.7698 |
CIE-Lab | 89.9300 | -57.0515 | 3.3234 |
#19feda color RGB value is (25,254,218).
#19feda hex color red value is 25, green value is 254 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #19feda hue: 0.47 , saturation: 0.99 and the lightness value of 19feda is 0.55.
The process color (four color CMYK) of #19feda color hex is 0.90, 0.00, 0.14, 0.00. Web safe color of #19feda is #00ffcc. Color #19feda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 11111110 | 11011010 |
Octal | 31 | 376 | 332 |
Decimal | 25 | 254 | 218 |
Hex | 19 | FE | DA |
Shades of #19feda
Tints of #19feda
RGB Percentages of Color #19feda
CMYK Percentages of Color #19feda
Complementary Color
#19feda | #fe193d |
#19feda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#19feda Color Preview on White Background
Lorem ipsum dolor sit amet.
#19feda Color CSS Codes
.mybgcolor {background-color:#19feda; } .myforecolor {color:#19feda; } .mybordercolor {border:3px solid #19feda; }
#19feda Text Font Color
<p style="color:#19feda">Text here</p>
This sample text font color is #19feda
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.
#19feda Background Color
<div style="background-color:#19feda">
Div content here</div>
This div background color is #19feda
#19feda Border Color
<div style="border:3px solid #19feda">
Div here</div>
This div border color is #19feda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,254,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #19feda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #19feda; -webkit-box-shadow: 1px 1px 3px 2px #19feda; box-shadow: 1px 1px 3px 2px #19feda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(25,254,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 #19feda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #19feda; -webkit-box-shadow: 1px 1px 3px 2px #19feda; box-shadow: 1px 1px 3px 2px #19feda;">
Div content here</div>
This div box has shadow with color #19feda
Comments
No comments written yet.
Please login to write comment.