Color spaces of #408eba
RGB | 64 | 142 | 186 |
---|---|---|---|
HSL | 0.56 | 0.49 | 0.49 |
HSV | 202° | 66° | 73° |
CMYK | 0.66 | 0.24 | 0.00 0.27 |
XYZ | 20.6503 | 23.9812 | 49.9948 |
Yxy | 23.9812 | 0.2182 | 0.2534 |
Hunter Lab | 48.9706 | -10.4273 | -26.2506 |
CIE-Lab | 56.0690 | -10.0580 | -30.0381 |
#408eba color RGB value is (64,142,186).
#408eba hex color red value is 64, green value is 142 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #408eba hue: 0.56 , saturation: 0.49 and the lightness value of 408eba is 0.49.
The process color (four color CMYK) of #408eba color hex is 0.66, 0.24, 0.00, 0.27. Web safe color of #408eba is #3399cc. Color #408eba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 10001110 | 10111010 |
Octal | 100 | 216 | 272 |
Decimal | 64 | 142 | 186 |
Hex | 40 | 8E | BA |
Shades of #408eba
Tints of #408eba
RGB Percentages of Color #408eba
CMYK Percentages of Color #408eba
Complementary Color
#408eba | #ba6c40 |
#408eba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#408eba Color Preview on White Background
Lorem ipsum dolor sit amet.
#408eba Color CSS Codes
.mybgcolor {background-color:#408eba; } .myforecolor {color:#408eba; } .mybordercolor {border:3px solid #408eba; }
#408eba Text Font Color
<p style="color:#408eba">Text here</p>
This sample text font color is #408eba
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.
#408eba Background Color
<div style="background-color:#408eba">
Div content here</div>
This div background color is #408eba
#408eba Border Color
<div style="border:3px solid #408eba">
Div here</div>
This div border color is #408eba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,142,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #408eba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #408eba; -webkit-box-shadow: 1px 1px 3px 2px #408eba; box-shadow: 1px 1px 3px 2px #408eba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,142,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #408eba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #408eba; -webkit-box-shadow: 1px 1px 3px 2px #408eba; box-shadow: 1px 1px 3px 2px #408eba;">
Div content here</div>
This div box has shadow with color #408eba
Comments
No comments written yet.
Please login to write comment.