Color spaces of #40afdb
RGB | 64 | 175 | 219 |
---|---|---|---|
HSL | 0.55 | 0.68 | 0.55 |
HSV | 197° | 71° | 86° |
CMYK | 0.71 | 0.20 | 0.00 0.14 |
XYZ | 30.2305 | 36.8644 | 72.5401 |
Yxy | 36.8644 | 0.2165 | 0.2640 |
Hunter Lab | 60.7161 | -17.3780 | -28.3351 |
CIE-Lab | 67.1752 | -17.2116 | -31.2716 |
#40afdb color RGB value is (64,175,219).
#40afdb hex color red value is 64, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #40afdb hue: 0.55 , saturation: 0.68 and the lightness value of 40afdb is 0.55.
The process color (four color CMYK) of #40afdb color hex is 0.71, 0.20, 0.00, 0.14. Web safe color of #40afdb is #3399cc. Color #40afdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 10101111 | 11011011 |
Octal | 100 | 257 | 333 |
Decimal | 64 | 175 | 219 |
Hex | 40 | AF | DB |
Shades of #40afdb
Tints of #40afdb
RGB Percentages of Color #40afdb
CMYK Percentages of Color #40afdb
Complementary Color
#40afdb | #db6c40 |
#40afdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#40afdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#40afdb Color CSS Codes
.mybgcolor {background-color:#40afdb; } .myforecolor {color:#40afdb; } .mybordercolor {border:3px solid #40afdb; }
#40afdb Text Font Color
<p style="color:#40afdb">Text here</p>
This sample text font color is #40afdb
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.
#40afdb Background Color
<div style="background-color:#40afdb">
Div content here</div>
This div background color is #40afdb
#40afdb Border Color
<div style="border:3px solid #40afdb">
Div here</div>
This div border color is #40afdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,175,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #40afdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #40afdb; -webkit-box-shadow: 1px 1px 3px 2px #40afdb; box-shadow: 1px 1px 3px 2px #40afdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,175,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #40afdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #40afdb; -webkit-box-shadow: 1px 1px 3px 2px #40afdb; box-shadow: 1px 1px 3px 2px #40afdb;">
Div content here</div>
This div box has shadow with color #40afdb
Comments
No comments written yet.
Please login to write comment.