Color spaces of #31ccdc
RGB | 49 | 204 | 220 |
---|---|---|---|
HSL | 0.52 | 0.71 | 0.53 |
HSV | 186° | 78° | 86° |
CMYK | 0.78 | 0.07 | 0.00 0.14 |
XYZ | 35.7778 | 49.0060 | 75.2836 |
Yxy | 49.0060 | 0.2235 | 0.3062 |
Hunter Lab | 70.0043 | -31.2797 | -14.7583 |
CIE-Lab | 75.4551 | -33.1852 | -19.1709 |
#31ccdc color RGB value is (49,204,220).
#31ccdc hex color red value is 49, green value is 204 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #31ccdc hue: 0.52 , saturation: 0.71 and the lightness value of 31ccdc is 0.53.
The process color (four color CMYK) of #31ccdc color hex is 0.78, 0.07, 0.00, 0.14. Web safe color of #31ccdc is #33cccc. Color #31ccdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 11001100 | 11011100 |
Octal | 61 | 314 | 334 |
Decimal | 49 | 204 | 220 |
Hex | 31 | CC | DC |
Shades of #31ccdc
Tints of #31ccdc
RGB Percentages of Color #31ccdc
CMYK Percentages of Color #31ccdc
Complementary Color
#31ccdc | #dc4131 |
#31ccdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#31ccdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#31ccdc Color CSS Codes
.mybgcolor {background-color:#31ccdc; } .myforecolor {color:#31ccdc; } .mybordercolor {border:3px solid #31ccdc; }
#31ccdc Text Font Color
<p style="color:#31ccdc">Text here</p>
This sample text font color is #31ccdc
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.
#31ccdc Background Color
<div style="background-color:#31ccdc">
Div content here</div>
This div background color is #31ccdc
#31ccdc Border Color
<div style="border:3px solid #31ccdc">
Div here</div>
This div border color is #31ccdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,204,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #31ccdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #31ccdc; -webkit-box-shadow: 1px 1px 3px 2px #31ccdc; box-shadow: 1px 1px 3px 2px #31ccdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,204,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #31ccdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #31ccdc; -webkit-box-shadow: 1px 1px 3px 2px #31ccdc; box-shadow: 1px 1px 3px 2px #31ccdc;">
Div content here</div>
This div box has shadow with color #31ccdc
Comments
No comments written yet.
Please login to write comment.