Color spaces of #28deae
RGB | 40 | 222 | 174 |
---|---|---|---|
HSL | 0.46 | 0.73 | 0.51 |
HSV | 164° | 82° | 87° |
CMYK | 0.82 | 0.00 | 0.22 0.13 |
XYZ | 34.6363 | 55.7497 | 48.9796 |
Yxy | 55.7497 | 0.2485 | 0.4000 |
Hunter Lab | 74.6657 | -47.8616 | 13.3726 |
CIE-Lab | 79.4712 | -54.3770 | 11.3621 |
#28deae color RGB value is (40,222,174).
#28deae hex color red value is 40, green value is 222 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #28deae hue: 0.46 , saturation: 0.73 and the lightness value of 28deae is 0.51.
The process color (four color CMYK) of #28deae color hex is 0.82, 0.00, 0.22, 0.13. Web safe color of #28deae is #33cc99. Color #28deae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 11011110 | 10101110 |
Octal | 50 | 336 | 256 |
Decimal | 40 | 222 | 174 |
Hex | 28 | DE | AE |
Shades of #28deae
Tints of #28deae
RGB Percentages of Color #28deae
CMYK Percentages of Color #28deae
Complementary Color
#28deae | #de2858 |
#28deae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#28deae Color Preview on White Background
Lorem ipsum dolor sit amet.
#28deae Color CSS Codes
.mybgcolor {background-color:#28deae; } .myforecolor {color:#28deae; } .mybordercolor {border:3px solid #28deae; }
#28deae Text Font Color
<p style="color:#28deae">Text here</p>
This sample text font color is #28deae
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.
#28deae Background Color
<div style="background-color:#28deae">
Div content here</div>
This div background color is #28deae
#28deae Border Color
<div style="border:3px solid #28deae">
Div here</div>
This div border color is #28deae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,222,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #28deae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #28deae; -webkit-box-shadow: 1px 1px 3px 2px #28deae; box-shadow: 1px 1px 3px 2px #28deae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,222,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #28deae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #28deae; -webkit-box-shadow: 1px 1px 3px 2px #28deae; box-shadow: 1px 1px 3px 2px #28deae;">
Div content here</div>
This div box has shadow with color #28deae
Comments
No comments written yet.
Please login to write comment.