Color spaces of #28899c
RGB | 40 | 137 | 156 |
---|---|---|---|
HSL | 0.53 | 0.59 | 0.38 |
HSV | 190° | 74° | 61° |
CMYK | 0.74 | 0.12 | 0.00 0.39 |
XYZ | 15.8215 | 20.7427 | 34.6224 |
Yxy | 20.7427 | 0.2223 | 0.2914 |
Hunter Lab | 45.5442 | -17.6935 | -13.1910 |
CIE-Lab | 52.6667 | -20.9306 | -18.1184 |
#28899c color RGB value is (40,137,156).
#28899c hex color red value is 40, green value is 137 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #28899c hue: 0.53 , saturation: 0.59 and the lightness value of 28899c is 0.38.
The process color (four color CMYK) of #28899c color hex is 0.74, 0.12, 0.00, 0.39. Web safe color of #28899c is #339999. Color #28899c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 10001001 | 10011100 |
Octal | 50 | 211 | 234 |
Decimal | 40 | 137 | 156 |
Hex | 28 | 89 | 9C |
Shades of #28899c
Tints of #28899c
RGB Percentages of Color #28899c
CMYK Percentages of Color #28899c
Complementary Color
#28899c | #9c3b28 |
#28899c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#28899c Color Preview on White Background
Lorem ipsum dolor sit amet.
#28899c Color CSS Codes
.mybgcolor {background-color:#28899c; } .myforecolor {color:#28899c; } .mybordercolor {border:3px solid #28899c; }
#28899c Text Font Color
<p style="color:#28899c">Text here</p>
This sample text font color is #28899c
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.
#28899c Background Color
<div style="background-color:#28899c">
Div content here</div>
This div background color is #28899c
#28899c Border Color
<div style="border:3px solid #28899c">
Div here</div>
This div border color is #28899c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,137,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #28899c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #28899c; -webkit-box-shadow: 1px 1px 3px 2px #28899c; box-shadow: 1px 1px 3px 2px #28899c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,137,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #28899c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #28899c; -webkit-box-shadow: 1px 1px 3px 2px #28899c; box-shadow: 1px 1px 3px 2px #28899c;">
Div content here</div>
This div box has shadow with color #28899c
Comments
No comments written yet.
Please login to write comment.