Color spaces of #408abc
RGB | 64 | 138 | 188 |
---|---|---|---|
HSL | 0.57 | 0.49 | 0.49 |
HSV | 204° | 66° | 74° |
CMYK | 0.66 | 0.27 | 0.00 0.26 |
XYZ | 20.2799 | 22.8978 | 50.9278 |
Yxy | 22.8978 | 0.2155 | 0.2433 |
Hunter Lab | 47.8516 | -8.0907 | -29.6053 |
CIE-Lab | 54.9669 | -7.1158 | -32.8921 |
#408abc color RGB value is (64,138,188).
#408abc hex color red value is 64, green value is 138 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #408abc hue: 0.57 , saturation: 0.49 and the lightness value of 408abc is 0.49.
The process color (four color CMYK) of #408abc color hex is 0.66, 0.27, 0.00, 0.26. Web safe color of #408abc is #3399cc. Color #408abc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 10001010 | 10111100 |
Octal | 100 | 212 | 274 |
Decimal | 64 | 138 | 188 |
Hex | 40 | 8A | BC |
Shades of #408abc
Tints of #408abc
RGB Percentages of Color #408abc
CMYK Percentages of Color #408abc
Complementary Color
#408abc | #bc7240 |
#408abc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#408abc Color Preview on White Background
Lorem ipsum dolor sit amet.
#408abc Color CSS Codes
.mybgcolor {background-color:#408abc; } .myforecolor {color:#408abc; } .mybordercolor {border:3px solid #408abc; }
#408abc Text Font Color
<p style="color:#408abc">Text here</p>
This sample text font color is #408abc
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.
#408abc Background Color
<div style="background-color:#408abc">
Div content here</div>
This div background color is #408abc
#408abc Border Color
<div style="border:3px solid #408abc">
Div here</div>
This div border color is #408abc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,138,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #408abc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #408abc; -webkit-box-shadow: 1px 1px 3px 2px #408abc; box-shadow: 1px 1px 3px 2px #408abc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,138,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #408abc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #408abc; -webkit-box-shadow: 1px 1px 3px 2px #408abc; box-shadow: 1px 1px 3px 2px #408abc;">
Div content here</div>
This div box has shadow with color #408abc
Comments
No comments written yet.
Please login to write comment.