Color spaces of #25ceaa
RGB | 37 | 206 | 170 |
---|---|---|---|
HSL | 0.46 | 0.70 | 0.48 |
HSV | 167° | 82° | 81° |
CMYK | 0.82 | 0.00 | 0.17 0.19 |
XYZ | 30.0900 | 47.4382 | 45.6008 |
Yxy | 47.4382 | 0.2444 | 0.3853 |
Hunter Lab | 68.8754 | -42.5496 | 8.9582 |
CIE-Lab | 74.4692 | -49.1809 | 6.3460 |
#25ceaa color RGB value is (37,206,170).
#25ceaa hex color red value is 37, green value is 206 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #25ceaa hue: 0.46 , saturation: 0.70 and the lightness value of 25ceaa is 0.48.
The process color (four color CMYK) of #25ceaa color hex is 0.82, 0.00, 0.17, 0.19. Web safe color of #25ceaa is #33cc99. Color #25ceaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 11001110 | 10101010 |
Octal | 45 | 316 | 252 |
Decimal | 37 | 206 | 170 |
Hex | 25 | CE | AA |
Shades of #25ceaa
Tints of #25ceaa
RGB Percentages of Color #25ceaa
CMYK Percentages of Color #25ceaa
Complementary Color
#25ceaa | #ce2549 |
#25ceaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#25ceaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#25ceaa Color CSS Codes
.mybgcolor {background-color:#25ceaa; } .myforecolor {color:#25ceaa; } .mybordercolor {border:3px solid #25ceaa; }
#25ceaa Text Font Color
<p style="color:#25ceaa">Text here</p>
This sample text font color is #25ceaa
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.
#25ceaa Background Color
<div style="background-color:#25ceaa">
Div content here</div>
This div background color is #25ceaa
#25ceaa Border Color
<div style="border:3px solid #25ceaa">
Div here</div>
This div border color is #25ceaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,206,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #25ceaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #25ceaa; -webkit-box-shadow: 1px 1px 3px 2px #25ceaa; box-shadow: 1px 1px 3px 2px #25ceaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,206,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #25ceaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #25ceaa; -webkit-box-shadow: 1px 1px 3px 2px #25ceaa; box-shadow: 1px 1px 3px 2px #25ceaa;">
Div content here</div>
This div box has shadow with color #25ceaa
Comments
No comments written yet.
Please login to write comment.