Color spaces of #19beaf
RGB | 25 | 190 | 175 |
---|---|---|---|
HSL | 0.48 | 0.77 | 0.42 |
HSV | 175° | 87° | 75° |
CMYK | 0.87 | 0.00 | 0.08 0.25 |
XYZ | 26.5522 | 40.1287 | 46.9036 |
Yxy | 40.1287 | 0.2338 | 0.3533 |
Hunter Lab | 63.3472 | -36.0388 | 0.4435 |
CIE-Lab | 69.5611 | -41.9412 | -3.5278 |
#19beaf color RGB value is (25,190,175).
#19beaf hex color red value is 25, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #19beaf hue: 0.48 , saturation: 0.77 and the lightness value of 19beaf is 0.42.
The process color (four color CMYK) of #19beaf color hex is 0.87, 0.00, 0.08, 0.25. Web safe color of #19beaf is #00cc99. Color #19beaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 10111110 | 10101111 |
Octal | 31 | 276 | 257 |
Decimal | 25 | 190 | 175 |
Hex | 19 | BE | AF |
Shades of #19beaf
Tints of #19beaf
RGB Percentages of Color #19beaf
CMYK Percentages of Color #19beaf
Complementary Color
#19beaf | #be1928 |
#19beaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#19beaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#19beaf Color CSS Codes
.mybgcolor {background-color:#19beaf; } .myforecolor {color:#19beaf; } .mybordercolor {border:3px solid #19beaf; }
#19beaf Text Font Color
<p style="color:#19beaf">Text here</p>
This sample text font color is #19beaf
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.
#19beaf Background Color
<div style="background-color:#19beaf">
Div content here</div>
This div background color is #19beaf
#19beaf Border Color
<div style="border:3px solid #19beaf">
Div here</div>
This div border color is #19beaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,190,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #19beaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #19beaf; -webkit-box-shadow: 1px 1px 3px 2px #19beaf; box-shadow: 1px 1px 3px 2px #19beaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(25,190,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #19beaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #19beaf; -webkit-box-shadow: 1px 1px 3px 2px #19beaf; box-shadow: 1px 1px 3px 2px #19beaf;">
Div content here</div>
This div box has shadow with color #19beaf
Comments
No comments written yet.
Please login to write comment.