Color spaces of #25b3ab
RGB | 37 | 179 | 171 |
---|---|---|---|
HSL | 0.49 | 0.66 | 0.42 |
HSV | 177° | 79° | 70° |
CMYK | 0.79 | 0.00 | 0.04 0.30 |
XYZ | 24.2337 | 35.5738 | 44.1173 |
Yxy | 35.5738 | 0.2332 | 0.3423 |
Hunter Lab | 59.6438 | -31.8508 | -2.1050 |
CIE-Lab | 66.1930 | -37.2281 | -6.2827 |
#25b3ab color RGB value is (37,179,171).
#25b3ab hex color red value is 37, green value is 179 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #25b3ab hue: 0.49 , saturation: 0.66 and the lightness value of 25b3ab is 0.42.
The process color (four color CMYK) of #25b3ab color hex is 0.79, 0.00, 0.04, 0.30. Web safe color of #25b3ab is #33cc99. Color #25b3ab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 10110011 | 10101011 |
Octal | 45 | 263 | 253 |
Decimal | 37 | 179 | 171 |
Hex | 25 | B3 | AB |
Shades of #25b3ab
Tints of #25b3ab
RGB Percentages of Color #25b3ab
CMYK Percentages of Color #25b3ab
Complementary Color
#25b3ab | #b3252d |
#25b3ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#25b3ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#25b3ab Color CSS Codes
.mybgcolor {background-color:#25b3ab; } .myforecolor {color:#25b3ab; } .mybordercolor {border:3px solid #25b3ab; }
#25b3ab Text Font Color
<p style="color:#25b3ab">Text here</p>
This sample text font color is #25b3ab
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.
#25b3ab Background Color
<div style="background-color:#25b3ab">
Div content here</div>
This div background color is #25b3ab
#25b3ab Border Color
<div style="border:3px solid #25b3ab">
Div here</div>
This div border color is #25b3ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,179,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #25b3ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #25b3ab; -webkit-box-shadow: 1px 1px 3px 2px #25b3ab; box-shadow: 1px 1px 3px 2px #25b3ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,179,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #25b3ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #25b3ab; -webkit-box-shadow: 1px 1px 3px 2px #25b3ab; box-shadow: 1px 1px 3px 2px #25b3ab;">
Div content here</div>
This div box has shadow with color #25b3ab
Comments
No comments written yet.
Please login to write comment.