Color spaces of #28cbad
RGB | 40 | 203 | 173 |
---|---|---|---|
HSL | 0.47 | 0.67 | 0.48 |
HSV | 169° | 80° | 80° |
CMYK | 0.80 | 0.00 | 0.15 0.20 |
XYZ | 29.7738 | 46.1801 | 46.8796 |
Yxy | 46.1801 | 0.2424 | 0.3760 |
Hunter Lab | 67.9559 | -40.7160 | 6.6678 |
CIE-Lab | 73.6622 | -46.9005 | 3.5689 |
#28cbad color RGB value is (40,203,173).
#28cbad hex color red value is 40, green value is 203 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #28cbad hue: 0.47 , saturation: 0.67 and the lightness value of 28cbad is 0.48.
The process color (four color CMYK) of #28cbad color hex is 0.80, 0.00, 0.15, 0.20. Web safe color of #28cbad is #33cc99. Color #28cbad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 11001011 | 10101101 |
Octal | 50 | 313 | 255 |
Decimal | 40 | 203 | 173 |
Hex | 28 | CB | AD |
Shades of #28cbad
Tints of #28cbad
RGB Percentages of Color #28cbad
CMYK Percentages of Color #28cbad
Complementary Color
#28cbad | #cb2846 |
#28cbad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#28cbad Color Preview on White Background
Lorem ipsum dolor sit amet.
#28cbad Color CSS Codes
.mybgcolor {background-color:#28cbad; } .myforecolor {color:#28cbad; } .mybordercolor {border:3px solid #28cbad; }
#28cbad Text Font Color
<p style="color:#28cbad">Text here</p>
This sample text font color is #28cbad
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.
#28cbad Background Color
<div style="background-color:#28cbad">
Div content here</div>
This div background color is #28cbad
#28cbad Border Color
<div style="border:3px solid #28cbad">
Div here</div>
This div border color is #28cbad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,203,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #28cbad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #28cbad; -webkit-box-shadow: 1px 1px 3px 2px #28cbad; box-shadow: 1px 1px 3px 2px #28cbad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,203,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #28cbad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #28cbad; -webkit-box-shadow: 1px 1px 3px 2px #28cbad; box-shadow: 1px 1px 3px 2px #28cbad;">
Div content here</div>
This div box has shadow with color #28cbad
Comments
No comments written yet.
Please login to write comment.