Color spaces of #31edca
RGB | 49 | 237 | 202 |
---|---|---|---|
HSL | 0.47 | 0.84 | 0.56 |
HSV | 169° | 79° | 93° |
CMYK | 0.79 | 0.00 | 0.15 0.07 |
XYZ | 42.2115 | 65.4856 | 66.2923 |
Yxy | 65.4856 | 0.2426 | 0.3764 |
Hunter Lab | 80.9232 | -48.5056 | 8.0758 |
CIE-Lab | 84.7333 | -52.7192 | 4.1673 |
#31edca color RGB value is (49,237,202).
#31edca hex color red value is 49, green value is 237 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #31edca hue: 0.47 , saturation: 0.84 and the lightness value of 31edca is 0.56.
The process color (four color CMYK) of #31edca color hex is 0.79, 0.00, 0.15, 0.07. Web safe color of #31edca is #33ffcc. Color #31edca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 11101101 | 11001010 |
Octal | 61 | 355 | 312 |
Decimal | 49 | 237 | 202 |
Hex | 31 | ED | CA |
Shades of #31edca
Tints of #31edca
RGB Percentages of Color #31edca
CMYK Percentages of Color #31edca
Complementary Color
#31edca | #ed3154 |
#31edca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#31edca Color Preview on White Background
Lorem ipsum dolor sit amet.
#31edca Color CSS Codes
.mybgcolor {background-color:#31edca; } .myforecolor {color:#31edca; } .mybordercolor {border:3px solid #31edca; }
#31edca Text Font Color
<p style="color:#31edca">Text here</p>
This sample text font color is #31edca
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.
#31edca Background Color
<div style="background-color:#31edca">
Div content here</div>
This div background color is #31edca
#31edca Border Color
<div style="border:3px solid #31edca">
Div here</div>
This div border color is #31edca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,237,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #31edca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #31edca; -webkit-box-shadow: 1px 1px 3px 2px #31edca; box-shadow: 1px 1px 3px 2px #31edca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,237,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #31edca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #31edca; -webkit-box-shadow: 1px 1px 3px 2px #31edca; box-shadow: 1px 1px 3px 2px #31edca;">
Div content here</div>
This div box has shadow with color #31edca
Comments
No comments written yet.
Please login to write comment.