Color spaces of #28fcaa
RGB | 40 | 252 | 170 |
---|---|---|---|
HSL | 0.44 | 0.97 | 0.57 |
HSV | 157° | 84° | 99° |
CMYK | 0.84 | 0.00 | 0.33 0.01 |
XYZ | 42.9412 | 72.9742 | 49.8524 |
Yxy | 72.9742 | 0.2590 | 0.4402 |
Hunter Lab | 85.4249 | -59.7657 | 25.1969 |
CIE-Lab | 88.4354 | -66.4908 | 25.9128 |
#28fcaa color RGB value is (40,252,170).
#28fcaa hex color red value is 40, green value is 252 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #28fcaa hue: 0.44 , saturation: 0.97 and the lightness value of 28fcaa is 0.57.
The process color (four color CMYK) of #28fcaa color hex is 0.84, 0.00, 0.33, 0.01. Web safe color of #28fcaa is #33ff99. Color #28fcaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 11111100 | 10101010 |
Octal | 50 | 374 | 252 |
Decimal | 40 | 252 | 170 |
Hex | 28 | FC | AA |
Shades of #28fcaa
Tints of #28fcaa
RGB Percentages of Color #28fcaa
CMYK Percentages of Color #28fcaa
Complementary Color
#28fcaa | #fc287a |
#28fcaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#28fcaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#28fcaa Color CSS Codes
.mybgcolor {background-color:#28fcaa; } .myforecolor {color:#28fcaa; } .mybordercolor {border:3px solid #28fcaa; }
#28fcaa Text Font Color
<p style="color:#28fcaa">Text here</p>
This sample text font color is #28fcaa
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.
#28fcaa Background Color
<div style="background-color:#28fcaa">
Div content here</div>
This div background color is #28fcaa
#28fcaa Border Color
<div style="border:3px solid #28fcaa">
Div here</div>
This div border color is #28fcaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,252,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #28fcaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #28fcaa; -webkit-box-shadow: 1px 1px 3px 2px #28fcaa; box-shadow: 1px 1px 3px 2px #28fcaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,252,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 #28fcaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #28fcaa; -webkit-box-shadow: 1px 1px 3px 2px #28fcaa; box-shadow: 1px 1px 3px 2px #28fcaa;">
Div content here</div>
This div box has shadow with color #28fcaa
Comments
No comments written yet.
Please login to write comment.