Color spaces of #287eaa
RGB | 40 | 126 | 170 |
---|---|---|---|
HSL | 0.56 | 0.62 | 0.41 |
HSV | 200° | 76° | 67° |
CMYK | 0.76 | 0.26 | 0.00 0.33 |
XYZ | 15.5916 | 18.2751 | 40.7359 |
Yxy | 18.2751 | 0.2090 | 0.2450 |
Hunter Lab | 42.7494 | -9.7087 | -26.5729 |
CIE-Lab | 49.8281 | -10.0338 | -30.6160 |
#287eaa color RGB value is (40,126,170).
#287eaa hex color red value is 40, green value is 126 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #287eaa hue: 0.56 , saturation: 0.62 and the lightness value of 287eaa is 0.41.
The process color (four color CMYK) of #287eaa color hex is 0.76, 0.26, 0.00, 0.33. Web safe color of #287eaa is #336699. Color #287eaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 01111110 | 10101010 |
Octal | 50 | 176 | 252 |
Decimal | 40 | 126 | 170 |
Hex | 28 | 7E | AA |
Shades of #287eaa
Tints of #287eaa
RGB Percentages of Color #287eaa
CMYK Percentages of Color #287eaa
Complementary Color
#287eaa | #aa5428 |
#287eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#287eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#287eaa Color CSS Codes
.mybgcolor {background-color:#287eaa; } .myforecolor {color:#287eaa; } .mybordercolor {border:3px solid #287eaa; }
#287eaa Text Font Color
<p style="color:#287eaa">Text here</p>
This sample text font color is #287eaa
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.
#287eaa Background Color
<div style="background-color:#287eaa">
Div content here</div>
This div background color is #287eaa
#287eaa Border Color
<div style="border:3px solid #287eaa">
Div here</div>
This div border color is #287eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,126,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #287eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #287eaa; -webkit-box-shadow: 1px 1px 3px 2px #287eaa; box-shadow: 1px 1px 3px 2px #287eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,126,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 #287eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #287eaa; -webkit-box-shadow: 1px 1px 3px 2px #287eaa; box-shadow: 1px 1px 3px 2px #287eaa;">
Div content here</div>
This div box has shadow with color #287eaa
Comments
No comments written yet.
Please login to write comment.