Color spaces of #46ea91
RGB | 70 | 234 | 145 |
---|---|---|---|
HSL | 0.41 | 0.80 | 0.60 |
HSV | 147° | 70° | 92° |
CMYK | 0.70 | 0.00 | 0.38 0.08 |
XYZ | 37.0594 | 62.1921 | 36.8391 |
Yxy | 62.1921 | 0.2723 | 0.4570 |
Hunter Lab | 78.8620 | -54.1264 | 27.5070 |
CIE-Lab | 83.0155 | -61.5130 | 31.3537 |
#46ea91 color RGB value is (70,234,145).
#46ea91 hex color red value is 70, green value is 234 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #46ea91 hue: 0.41 , saturation: 0.80 and the lightness value of 46ea91 is 0.60.
The process color (four color CMYK) of #46ea91 color hex is 0.70, 0.00, 0.38, 0.08. Web safe color of #46ea91 is #33ff99. Color #46ea91 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 11101010 | 10010001 |
Octal | 106 | 352 | 221 |
Decimal | 70 | 234 | 145 |
Hex | 46 | EA | 91 |
Shades of #46ea91
Tints of #46ea91
RGB Percentages of Color #46ea91
CMYK Percentages of Color #46ea91
Complementary Color
#46ea91 | #ea469f |
#46ea91 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#46ea91 Color Preview on White Background
Lorem ipsum dolor sit amet.
#46ea91 Color CSS Codes
.mybgcolor {background-color:#46ea91; } .myforecolor {color:#46ea91; } .mybordercolor {border:3px solid #46ea91; }
#46ea91 Text Font Color
<p style="color:#46ea91">Text here</p>
This sample text font color is #46ea91
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.
#46ea91 Background Color
<div style="background-color:#46ea91">
Div content here</div>
This div background color is #46ea91
#46ea91 Border Color
<div style="border:3px solid #46ea91">
Div here</div>
This div border color is #46ea91
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,234,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #46ea91; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #46ea91; -webkit-box-shadow: 1px 1px 3px 2px #46ea91; box-shadow: 1px 1px 3px 2px #46ea91; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,234,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #46ea91">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #46ea91; -webkit-box-shadow: 1px 1px 3px 2px #46ea91; box-shadow: 1px 1px 3px 2px #46ea91;">
Div content here</div>
This div box has shadow with color #46ea91
Comments
No comments written yet.
Please login to write comment.