Color spaces of #25dbc1
RGB | 37 | 219 | 193 |
---|---|---|---|
HSL | 0.48 | 0.72 | 0.50 |
HSV | 171° | 83° | 86° |
CMYK | 0.83 | 0.00 | 0.12 0.14 |
XYZ | 35.7201 | 54.9066 | 59.1675 |
Yxy | 54.9066 | 0.2385 | 0.3665 |
Hunter Lab | 74.0990 | -43.6257 | 4.5267 |
CIE-Lab | 78.9874 | -48.6052 | 0.5648 |
#25dbc1 color RGB value is (37,219,193).
#25dbc1 hex color red value is 37, green value is 219 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #25dbc1 hue: 0.48 , saturation: 0.72 and the lightness value of 25dbc1 is 0.50.
The process color (four color CMYK) of #25dbc1 color hex is 0.83, 0.00, 0.12, 0.14. Web safe color of #25dbc1 is #33cccc. Color #25dbc1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 11011011 | 11000001 |
Octal | 45 | 333 | 301 |
Decimal | 37 | 219 | 193 |
Hex | 25 | DB | C1 |
Shades of #25dbc1
Tints of #25dbc1
RGB Percentages of Color #25dbc1
CMYK Percentages of Color #25dbc1
Complementary Color
#25dbc1 | #db253f |
#25dbc1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#25dbc1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#25dbc1 Color CSS Codes
.mybgcolor {background-color:#25dbc1; } .myforecolor {color:#25dbc1; } .mybordercolor {border:3px solid #25dbc1; }
#25dbc1 Text Font Color
<p style="color:#25dbc1">Text here</p>
This sample text font color is #25dbc1
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.
#25dbc1 Background Color
<div style="background-color:#25dbc1">
Div content here</div>
This div background color is #25dbc1
#25dbc1 Border Color
<div style="border:3px solid #25dbc1">
Div here</div>
This div border color is #25dbc1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,219,193, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #25dbc1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #25dbc1; -webkit-box-shadow: 1px 1px 3px 2px #25dbc1; box-shadow: 1px 1px 3px 2px #25dbc1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,219,193, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #25dbc1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #25dbc1; -webkit-box-shadow: 1px 1px 3px 2px #25dbc1; box-shadow: 1px 1px 3px 2px #25dbc1;">
Div content here</div>
This div box has shadow with color #25dbc1
Comments
No comments written yet.
Please login to write comment.