Color spaces of #288faa
RGB | 40 | 143 | 170 |
---|---|---|---|
HSL | 0.53 | 0.62 | 0.41 |
HSV | 192° | 76° | 67° |
CMYK | 0.76 | 0.16 | 0.00 0.33 |
XYZ | 17.9532 | 22.9983 | 41.5231 |
Yxy | 22.9983 | 0.2177 | 0.2789 |
Hunter Lab | 47.9565 | -17.1000 | -17.7666 |
CIE-Lab | 55.0706 | -19.4560 | -22.4996 |
#288faa color RGB value is (40,143,170).
#288faa hex color red value is 40, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #288faa hue: 0.53 , saturation: 0.62 and the lightness value of 288faa is 0.41.
The process color (four color CMYK) of #288faa color hex is 0.76, 0.16, 0.00, 0.33. Web safe color of #288faa is #339999. Color #288faa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 10001111 | 10101010 |
Octal | 50 | 217 | 252 |
Decimal | 40 | 143 | 170 |
Hex | 28 | 8F | AA |
Shades of #288faa
Tints of #288faa
RGB Percentages of Color #288faa
CMYK Percentages of Color #288faa
Complementary Color
#288faa | #aa4328 |
#288faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#288faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#288faa Color CSS Codes
.mybgcolor {background-color:#288faa; } .myforecolor {color:#288faa; } .mybordercolor {border:3px solid #288faa; }
#288faa Text Font Color
<p style="color:#288faa">Text here</p>
This sample text font color is #288faa
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.
#288faa Background Color
<div style="background-color:#288faa">
Div content here</div>
This div background color is #288faa
#288faa Border Color
<div style="border:3px solid #288faa">
Div here</div>
This div border color is #288faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,143,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #288faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #288faa; -webkit-box-shadow: 1px 1px 3px 2px #288faa; box-shadow: 1px 1px 3px 2px #288faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,143,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #288faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #288faa; -webkit-box-shadow: 1px 1px 3px 2px #288faa; box-shadow: 1px 1px 3px 2px #288faa;">
Div content here</div>
This div box has shadow with color #288faa
Comments
No comments written yet.
Please login to write comment.