Color spaces of #31decc
RGB | 49 | 222 | 204 |
---|---|---|---|
HSL | 0.48 | 0.72 | 0.53 |
HSV | 174° | 78° | 87° |
CMYK | 0.78 | 0.00 | 0.08 0.13 |
XYZ | 38.2870 | 57.2552 | 66.1602 |
Yxy | 57.2552 | 0.2368 | 0.3541 |
Hunter Lab | 75.6672 | -42.0979 | 1.1263 |
CIE-Lab | 80.3229 | -45.9176 | -3.3242 |
#31decc color RGB value is (49,222,204).
#31decc hex color red value is 49, green value is 222 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #31decc hue: 0.48 , saturation: 0.72 and the lightness value of 31decc is 0.53.
The process color (four color CMYK) of #31decc color hex is 0.78, 0.00, 0.08, 0.13. Web safe color of #31decc is #33cccc. Color #31decc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 11011110 | 11001100 |
Octal | 61 | 336 | 314 |
Decimal | 49 | 222 | 204 |
Hex | 31 | DE | CC |
Shades of #31decc
Tints of #31decc
RGB Percentages of Color #31decc
CMYK Percentages of Color #31decc
Complementary Color
#31decc | #de3143 |
#31decc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#31decc Color Preview on White Background
Lorem ipsum dolor sit amet.
#31decc Color CSS Codes
.mybgcolor {background-color:#31decc; } .myforecolor {color:#31decc; } .mybordercolor {border:3px solid #31decc; }
#31decc Text Font Color
<p style="color:#31decc">Text here</p>
This sample text font color is #31decc
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.
#31decc Background Color
<div style="background-color:#31decc">
Div content here</div>
This div background color is #31decc
#31decc Border Color
<div style="border:3px solid #31decc">
Div here</div>
This div border color is #31decc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,222,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #31decc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #31decc; -webkit-box-shadow: 1px 1px 3px 2px #31decc; box-shadow: 1px 1px 3px 2px #31decc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,222,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 #31decc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #31decc; -webkit-box-shadow: 1px 1px 3px 2px #31decc; box-shadow: 1px 1px 3px 2px #31decc;">
Div content here</div>
This div box has shadow with color #31decc
Comments
No comments written yet.
Please login to write comment.