Color spaces of #25dacc
RGB | 37 | 218 | 204 |
---|---|---|---|
HSL | 0.49 | 0.71 | 0.50 |
HSV | 175° | 83° | 85° |
CMYK | 0.83 | 0.00 | 0.06 0.15 |
XYZ | 36.7334 | 54.8958 | 65.7866 |
Yxy | 54.8958 | 0.2334 | 0.3487 |
Hunter Lab | 74.0917 | -41.1632 | -0.7799 |
CIE-Lab | 78.9812 | -45.1982 | -5.3181 |
#25dacc color RGB value is (37,218,204).
#25dacc hex color red value is 37, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #25dacc hue: 0.49 , saturation: 0.71 and the lightness value of 25dacc is 0.50.
The process color (four color CMYK) of #25dacc color hex is 0.83, 0.00, 0.06, 0.15. Web safe color of #25dacc is #33cccc. Color #25dacc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 11011010 | 11001100 |
Octal | 45 | 332 | 314 |
Decimal | 37 | 218 | 204 |
Hex | 25 | DA | CC |
Shades of #25dacc
Tints of #25dacc
RGB Percentages of Color #25dacc
CMYK Percentages of Color #25dacc
Complementary Color
#25dacc | #da2533 |
#25dacc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#25dacc Color Preview on White Background
Lorem ipsum dolor sit amet.
#25dacc Color CSS Codes
.mybgcolor {background-color:#25dacc; } .myforecolor {color:#25dacc; } .mybordercolor {border:3px solid #25dacc; }
#25dacc Text Font Color
<p style="color:#25dacc">Text here</p>
This sample text font color is #25dacc
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.
#25dacc Background Color
<div style="background-color:#25dacc">
Div content here</div>
This div background color is #25dacc
#25dacc Border Color
<div style="border:3px solid #25dacc">
Div here</div>
This div border color is #25dacc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,218,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #25dacc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #25dacc; -webkit-box-shadow: 1px 1px 3px 2px #25dacc; box-shadow: 1px 1px 3px 2px #25dacc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,218,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #25dacc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #25dacc; -webkit-box-shadow: 1px 1px 3px 2px #25dacc; box-shadow: 1px 1px 3px 2px #25dacc;">
Div content here</div>
This div box has shadow with color #25dacc
Comments
No comments written yet.
Please login to write comment.