Color spaces of #40acd3
RGB | 64 | 172 | 211 |
---|---|---|---|
HSL | 0.54 | 0.63 | 0.54 |
HSV | 196° | 70° | 83° |
CMYK | 0.70 | 0.18 | 0.00 0.17 |
XYZ | 28.6247 | 35.2982 | 66.9326 |
Yxy | 35.2982 | 0.2188 | 0.2697 |
Hunter Lab | 59.4123 | -17.9706 | -25.2062 |
CIE-Lab | 65.9802 | -18.2141 | -28.7098 |
#40acd3 color RGB value is (64,172,211).
#40acd3 hex color red value is 64, green value is 172 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #40acd3 hue: 0.54 , saturation: 0.63 and the lightness value of 40acd3 is 0.54.
The process color (four color CMYK) of #40acd3 color hex is 0.70, 0.18, 0.00, 0.17. Web safe color of #40acd3 is #3399cc. Color #40acd3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 10101100 | 11010011 |
Octal | 100 | 254 | 323 |
Decimal | 64 | 172 | 211 |
Hex | 40 | AC | D3 |
Shades of #40acd3
Tints of #40acd3
RGB Percentages of Color #40acd3
CMYK Percentages of Color #40acd3
Complementary Color
#40acd3 | #d36740 |
#40acd3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#40acd3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#40acd3 Color CSS Codes
.mybgcolor {background-color:#40acd3; } .myforecolor {color:#40acd3; } .mybordercolor {border:3px solid #40acd3; }
#40acd3 Text Font Color
<p style="color:#40acd3">Text here</p>
This sample text font color is #40acd3
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.
#40acd3 Background Color
<div style="background-color:#40acd3">
Div content here</div>
This div background color is #40acd3
#40acd3 Border Color
<div style="border:3px solid #40acd3">
Div here</div>
This div border color is #40acd3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,172,211, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #40acd3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #40acd3; -webkit-box-shadow: 1px 1px 3px 2px #40acd3; box-shadow: 1px 1px 3px 2px #40acd3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,172,211, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #40acd3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #40acd3; -webkit-box-shadow: 1px 1px 3px 2px #40acd3; box-shadow: 1px 1px 3px 2px #40acd3;">
Div content here</div>
This div box has shadow with color #40acd3
Comments
No comments written yet.
Please login to write comment.