Color spaces of #46d0ab
RGB | 70 | 208 | 171 |
---|---|---|---|
HSL | 0.46 | 0.59 | 0.55 |
HSV | 164° | 66° | 82° |
CMYK | 0.66 | 0.00 | 0.18 0.18 |
XYZ | 32.4323 | 49.3541 | 46.3450 |
Yxy | 49.3541 | 0.2531 | 0.3852 |
Hunter Lab | 70.2525 | -40.5367 | 10.0636 |
CIE-Lab | 75.6711 | -45.7392 | 7.6087 |
#46d0ab color RGB value is (70,208,171).
#46d0ab hex color red value is 70, green value is 208 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #46d0ab hue: 0.46 , saturation: 0.59 and the lightness value of 46d0ab is 0.55.
The process color (four color CMYK) of #46d0ab color hex is 0.66, 0.00, 0.18, 0.18. Web safe color of #46d0ab is #33cc99. Color #46d0ab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 11010000 | 10101011 |
Octal | 106 | 320 | 253 |
Decimal | 70 | 208 | 171 |
Hex | 46 | D0 | AB |
Shades of #46d0ab
Tints of #46d0ab
RGB Percentages of Color #46d0ab
CMYK Percentages of Color #46d0ab
Complementary Color
#46d0ab | #d0466b |
#46d0ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#46d0ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#46d0ab Color CSS Codes
.mybgcolor {background-color:#46d0ab; } .myforecolor {color:#46d0ab; } .mybordercolor {border:3px solid #46d0ab; }
#46d0ab Text Font Color
<p style="color:#46d0ab">Text here</p>
This sample text font color is #46d0ab
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.
#46d0ab Background Color
<div style="background-color:#46d0ab">
Div content here</div>
This div background color is #46d0ab
#46d0ab Border Color
<div style="border:3px solid #46d0ab">
Div here</div>
This div border color is #46d0ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,208,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #46d0ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #46d0ab; -webkit-box-shadow: 1px 1px 3px 2px #46d0ab; box-shadow: 1px 1px 3px 2px #46d0ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,208,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #46d0ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #46d0ab; -webkit-box-shadow: 1px 1px 3px 2px #46d0ab; box-shadow: 1px 1px 3px 2px #46d0ab;">
Div content here</div>
This div box has shadow with color #46d0ab
Comments
No comments written yet.
Please login to write comment.