Color spaces of #25dafa
RGB | 37 | 218 | 250 |
---|---|---|---|
HSL | 0.53 | 0.96 | 0.56 |
HSV | 189° | 85° | 98° |
CMYK | 0.85 | 0.13 | 0.00 0.02 |
XYZ | 43.0897 | 57.4382 | 99.2581 |
Yxy | 57.4382 | 0.2157 | 0.2875 |
Hunter Lab | 75.7880 | -31.1418 | -24.5994 |
CIE-Lab | 80.4254 | -31.5233 | -27.6734 |
#25dafa color RGB value is (37,218,250).
#25dafa hex color red value is 37, green value is 218 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #25dafa hue: 0.53 , saturation: 0.96 and the lightness value of 25dafa is 0.56.
The process color (four color CMYK) of #25dafa color hex is 0.85, 0.13, 0.00, 0.02. Web safe color of #25dafa is #33ccff. Color #25dafa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 11011010 | 11111010 |
Octal | 45 | 332 | 372 |
Decimal | 37 | 218 | 250 |
Hex | 25 | DA | FA |
Shades of #25dafa
Tints of #25dafa
RGB Percentages of Color #25dafa
CMYK Percentages of Color #25dafa
Complementary Color
#25dafa | #fa4525 |
#25dafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#25dafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#25dafa Color CSS Codes
.mybgcolor {background-color:#25dafa; } .myforecolor {color:#25dafa; } .mybordercolor {border:3px solid #25dafa; }
#25dafa Text Font Color
<p style="color:#25dafa">Text here</p>
This sample text font color is #25dafa
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.
#25dafa Background Color
<div style="background-color:#25dafa">
Div content here</div>
This div background color is #25dafa
#25dafa Border Color
<div style="border:3px solid #25dafa">
Div here</div>
This div border color is #25dafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,218,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #25dafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #25dafa; -webkit-box-shadow: 1px 1px 3px 2px #25dafa; box-shadow: 1px 1px 3px 2px #25dafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,218,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #25dafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #25dafa; -webkit-box-shadow: 1px 1px 3px 2px #25dafa; box-shadow: 1px 1px 3px 2px #25dafa;">
Div content here</div>
This div box has shadow with color #25dafa
Comments
No comments written yet.
Please login to write comment.