Color spaces of #40a4cb
RGB | 64 | 164 | 203 |
---|---|---|---|
HSL | 0.55 | 0.57 | 0.52 |
HSV | 197° | 68° | 80° |
CMYK | 0.68 | 0.19 | 0.00 0.20 |
XYZ | 26.1693 | 31.9527 | 61.2881 |
Yxy | 31.9527 | 0.2192 | 0.2676 |
Hunter Lab | 56.5267 | -16.2844 | -24.7154 |
CIE-Lab | 63.3038 | -16.5487 | -28.4029 |
#40a4cb color RGB value is (64,164,203).
#40a4cb hex color red value is 64, green value is 164 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #40a4cb hue: 0.55 , saturation: 0.57 and the lightness value of 40a4cb is 0.52.
The process color (four color CMYK) of #40a4cb color hex is 0.68, 0.19, 0.00, 0.20. Web safe color of #40a4cb is #3399cc. Color #40a4cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 10100100 | 11001011 |
Octal | 100 | 244 | 313 |
Decimal | 64 | 164 | 203 |
Hex | 40 | A4 | CB |
Shades of #40a4cb
Tints of #40a4cb
RGB Percentages of Color #40a4cb
CMYK Percentages of Color #40a4cb
Complementary Color
#40a4cb | #cb6740 |
#40a4cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#40a4cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#40a4cb Color CSS Codes
.mybgcolor {background-color:#40a4cb; } .myforecolor {color:#40a4cb; } .mybordercolor {border:3px solid #40a4cb; }
#40a4cb Text Font Color
<p style="color:#40a4cb">Text here</p>
This sample text font color is #40a4cb
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.
#40a4cb Background Color
<div style="background-color:#40a4cb">
Div content here</div>
This div background color is #40a4cb
#40a4cb Border Color
<div style="border:3px solid #40a4cb">
Div here</div>
This div border color is #40a4cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,164,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #40a4cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #40a4cb; -webkit-box-shadow: 1px 1px 3px 2px #40a4cb; box-shadow: 1px 1px 3px 2px #40a4cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,164,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #40a4cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #40a4cb; -webkit-box-shadow: 1px 1px 3px 2px #40a4cb; box-shadow: 1px 1px 3px 2px #40a4cb;">
Div content here</div>
This div box has shadow with color #40a4cb
Comments
No comments written yet.
Please login to write comment.