Color spaces of #28c9bb
RGB | 40 | 201 | 187 |
---|---|---|---|
HSL | 0.49 | 0.67 | 0.47 |
HSV | 175° | 80° | 79° |
CMYK | 0.80 | 0.00 | 0.07 0.21 |
XYZ | 30.7314 | 45.8123 | 54.2366 |
Yxy | 45.8123 | 0.2350 | 0.3503 |
Hunter Lab | 67.6848 | -37.4028 | -0.1304 |
CIE-Lab | 73.4236 | -42.2696 | -4.3621 |
#28c9bb color RGB value is (40,201,187).
#28c9bb hex color red value is 40, green value is 201 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #28c9bb hue: 0.49 , saturation: 0.67 and the lightness value of 28c9bb is 0.47.
The process color (four color CMYK) of #28c9bb color hex is 0.80, 0.00, 0.07, 0.21. Web safe color of #28c9bb is #33cccc. Color #28c9bb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 11001001 | 10111011 |
Octal | 50 | 311 | 273 |
Decimal | 40 | 201 | 187 |
Hex | 28 | C9 | BB |
Shades of #28c9bb
Tints of #28c9bb
RGB Percentages of Color #28c9bb
CMYK Percentages of Color #28c9bb
Complementary Color
#28c9bb | #c92836 |
#28c9bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#28c9bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#28c9bb Color CSS Codes
.mybgcolor {background-color:#28c9bb; } .myforecolor {color:#28c9bb; } .mybordercolor {border:3px solid #28c9bb; }
#28c9bb Text Font Color
<p style="color:#28c9bb">Text here</p>
This sample text font color is #28c9bb
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.
#28c9bb Background Color
<div style="background-color:#28c9bb">
Div content here</div>
This div background color is #28c9bb
#28c9bb Border Color
<div style="border:3px solid #28c9bb">
Div here</div>
This div border color is #28c9bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,201,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #28c9bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #28c9bb; -webkit-box-shadow: 1px 1px 3px 2px #28c9bb; box-shadow: 1px 1px 3px 2px #28c9bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,201,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #28c9bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #28c9bb; -webkit-box-shadow: 1px 1px 3px 2px #28c9bb; box-shadow: 1px 1px 3px 2px #28c9bb;">
Div content here</div>
This div box has shadow with color #28c9bb
Comments
No comments written yet.
Please login to write comment.