Color spaces of #40cccc
RGB | 64 | 204 | 204 |
---|---|---|---|
HSL | 0.50 | 0.58 | 0.53 |
HSV | 180° | 69° | 80° |
CMYK | 0.69 | 0.00 | 0.00 0.20 |
XYZ | 34.6063 | 48.6354 | 64.6904 |
Yxy | 48.6354 | 0.2339 | 0.3288 |
Hunter Lab | 69.7391 | -33.4672 | -6.1804 |
CIE-Lab | 75.2239 | -36.1732 | -10.8517 |
#40cccc color RGB value is (64,204,204).
#40cccc hex color red value is 64, green value is 204 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #40cccc hue: 0.50 , saturation: 0.58 and the lightness value of 40cccc is 0.53.
The process color (four color CMYK) of #40cccc color hex is 0.69, 0.00, 0.00, 0.20. Web safe color of #40cccc is #33cccc. Color #40cccc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 11001100 | 11001100 |
Octal | 100 | 314 | 314 |
Decimal | 64 | 204 | 204 |
Hex | 40 | CC | CC |
Shades of #40cccc
Tints of #40cccc
RGB Percentages of Color #40cccc
CMYK Percentages of Color #40cccc
Complementary Color
#40cccc | #cc4040 |
#40cccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#40cccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#40cccc Color CSS Codes
.mybgcolor {background-color:#40cccc; } .myforecolor {color:#40cccc; } .mybordercolor {border:3px solid #40cccc; }
#40cccc Text Font Color
<p style="color:#40cccc">Text here</p>
This sample text font color is #40cccc
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.
#40cccc Background Color
<div style="background-color:#40cccc">
Div content here</div>
This div background color is #40cccc
#40cccc Border Color
<div style="border:3px solid #40cccc">
Div here</div>
This div border color is #40cccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,204,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #40cccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #40cccc; -webkit-box-shadow: 1px 1px 3px 2px #40cccc; box-shadow: 1px 1px 3px 2px #40cccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,204,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #40cccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #40cccc; -webkit-box-shadow: 1px 1px 3px 2px #40cccc; box-shadow: 1px 1px 3px 2px #40cccc;">
Div content here</div>
This div box has shadow with color #40cccc
Comments
No comments written yet.
Please login to write comment.