Color spaces of #408cce
RGB | 64 | 140 | 206 |
---|---|---|---|
HSL | 0.58 | 0.59 | 0.53 |
HSV | 208° | 69° | 81° |
CMYK | 0.69 | 0.32 | 0.00 0.19 |
XYZ | 22.6330 | 24.3024 | 61.8905 |
Yxy | 24.3024 | 0.2080 | 0.2233 |
Hunter Lab | 49.2975 | -4.3193 | -39.9274 |
CIE-Lab | 56.3893 | -2.1112 | -40.8637 |
#408cce color RGB value is (64,140,206).
#408cce hex color red value is 64, green value is 140 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #408cce hue: 0.58 , saturation: 0.59 and the lightness value of 408cce is 0.53.
The process color (four color CMYK) of #408cce color hex is 0.69, 0.32, 0.00, 0.19. Web safe color of #408cce is #3399cc. Color #408cce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 10001100 | 11001110 |
Octal | 100 | 214 | 316 |
Decimal | 64 | 140 | 206 |
Hex | 40 | 8C | CE |
Shades of #408cce
Tints of #408cce
RGB Percentages of Color #408cce
CMYK Percentages of Color #408cce
Complementary Color
#408cce | #ce8240 |
#408cce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#408cce Color Preview on White Background
Lorem ipsum dolor sit amet.
#408cce Color CSS Codes
.mybgcolor {background-color:#408cce; } .myforecolor {color:#408cce; } .mybordercolor {border:3px solid #408cce; }
#408cce Text Font Color
<p style="color:#408cce">Text here</p>
This sample text font color is #408cce
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.
#408cce Background Color
<div style="background-color:#408cce">
Div content here</div>
This div background color is #408cce
#408cce Border Color
<div style="border:3px solid #408cce">
Div here</div>
This div border color is #408cce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,140,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #408cce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #408cce; -webkit-box-shadow: 1px 1px 3px 2px #408cce; box-shadow: 1px 1px 3px 2px #408cce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,140,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #408cce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #408cce; -webkit-box-shadow: 1px 1px 3px 2px #408cce; box-shadow: 1px 1px 3px 2px #408cce;">
Div content here</div>
This div box has shadow with color #408cce
Comments
No comments written yet.
Please login to write comment.