Color spaces of #28798f
RGB | 40 | 121 | 143 |
---|---|---|---|
HSL | 0.54 | 0.56 | 0.36 |
HSV | 193° | 72° | 56° |
CMYK | 0.72 | 0.15 | 0.00 0.44 |
XYZ | 12.6704 | 16.1090 | 28.4282 |
Yxy | 16.1090 | 0.2215 | 0.2816 |
Hunter Lab | 40.1360 | -13.8880 | -13.8997 |
CIE-Lab | 47.1172 | -16.6373 | -19.0054 |
#28798f color RGB value is (40,121,143).
#28798f hex color red value is 40, green value is 121 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #28798f hue: 0.54 , saturation: 0.56 and the lightness value of 28798f is 0.36.
The process color (four color CMYK) of #28798f color hex is 0.72, 0.15, 0.00, 0.44. Web safe color of #28798f is #336699. Color #28798f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 01111001 | 10001111 |
Octal | 50 | 171 | 217 |
Decimal | 40 | 121 | 143 |
Hex | 28 | 79 | 8F |
Shades of #28798f
Tints of #28798f
RGB Percentages of Color #28798f
CMYK Percentages of Color #28798f
Complementary Color
#28798f | #8f3e28 |
#28798f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#28798f Color Preview on White Background
Lorem ipsum dolor sit amet.
#28798f Color CSS Codes
.mybgcolor {background-color:#28798f; } .myforecolor {color:#28798f; } .mybordercolor {border:3px solid #28798f; }
#28798f Text Font Color
<p style="color:#28798f">Text here</p>
This sample text font color is #28798f
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.
#28798f Background Color
<div style="background-color:#28798f">
Div content here</div>
This div background color is #28798f
#28798f Border Color
<div style="border:3px solid #28798f">
Div here</div>
This div border color is #28798f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,121,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #28798f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #28798f; -webkit-box-shadow: 1px 1px 3px 2px #28798f; box-shadow: 1px 1px 3px 2px #28798f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,121,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #28798f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #28798f; -webkit-box-shadow: 1px 1px 3px 2px #28798f; box-shadow: 1px 1px 3px 2px #28798f;">
Div content here</div>
This div box has shadow with color #28798f
Comments
No comments written yet.
Please login to write comment.