Color spaces of #31eabd
RGB | 49 | 234 | 189 |
---|---|---|---|
HSL | 0.46 | 0.81 | 0.55 |
HSV | 165° | 79° | 92° |
CMYK | 0.79 | 0.00 | 0.19 0.08 |
XYZ | 39.8747 | 63.1727 | 58.2361 |
Yxy | 63.1727 | 0.2472 | 0.3917 |
Hunter Lab | 79.4813 | -49.5411 | 12.1950 |
CIE-Lab | 83.5332 | -54.7195 | 9.2632 |
#31eabd color RGB value is (49,234,189).
#31eabd hex color red value is 49, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #31eabd hue: 0.46 , saturation: 0.81 and the lightness value of 31eabd is 0.55.
The process color (four color CMYK) of #31eabd color hex is 0.79, 0.00, 0.19, 0.08. Web safe color of #31eabd is #33ffcc. Color #31eabd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 11101010 | 10111101 |
Octal | 61 | 352 | 275 |
Decimal | 49 | 234 | 189 |
Hex | 31 | EA | BD |
Shades of #31eabd
Tints of #31eabd
RGB Percentages of Color #31eabd
CMYK Percentages of Color #31eabd
Complementary Color
#31eabd | #ea315e |
#31eabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#31eabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#31eabd Color CSS Codes
.mybgcolor {background-color:#31eabd; } .myforecolor {color:#31eabd; } .mybordercolor {border:3px solid #31eabd; }
#31eabd Text Font Color
<p style="color:#31eabd">Text here</p>
This sample text font color is #31eabd
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.
#31eabd Background Color
<div style="background-color:#31eabd">
Div content here</div>
This div background color is #31eabd
#31eabd Border Color
<div style="border:3px solid #31eabd">
Div here</div>
This div border color is #31eabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,234,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #31eabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #31eabd; -webkit-box-shadow: 1px 1px 3px 2px #31eabd; box-shadow: 1px 1px 3px 2px #31eabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,234,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #31eabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #31eabd; -webkit-box-shadow: 1px 1px 3px 2px #31eabd; box-shadow: 1px 1px 3px 2px #31eabd;">
Div content here</div>
This div box has shadow with color #31eabd
Comments
No comments written yet.
Please login to write comment.