Color spaces of #46dbcb
RGB | 70 | 219 | 203 |
---|---|---|---|
HSL | 0.48 | 0.67 | 0.57 |
HSV | 174° | 68° | 86° |
CMYK | 0.68 | 0.00 | 0.07 0.14 |
XYZ | 38.6368 | 56.2769 | 65.3261 |
Yxy | 56.2769 | 0.2411 | 0.3512 |
Hunter Lab | 75.0179 | -39.3478 | 0.8824 |
CIE-Lab | 79.7712 | -42.4181 | -3.5607 |
#46dbcb color RGB value is (70,219,203).
#46dbcb hex color red value is 70, green value is 219 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #46dbcb hue: 0.48 , saturation: 0.67 and the lightness value of 46dbcb is 0.57.
The process color (four color CMYK) of #46dbcb color hex is 0.68, 0.00, 0.07, 0.14. Web safe color of #46dbcb is #33cccc. Color #46dbcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 11011011 | 11001011 |
Octal | 106 | 333 | 313 |
Decimal | 70 | 219 | 203 |
Hex | 46 | DB | CB |
Shades of #46dbcb
Tints of #46dbcb
RGB Percentages of Color #46dbcb
CMYK Percentages of Color #46dbcb
Complementary Color
#46dbcb | #db4656 |
#46dbcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#46dbcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#46dbcb Color CSS Codes
.mybgcolor {background-color:#46dbcb; } .myforecolor {color:#46dbcb; } .mybordercolor {border:3px solid #46dbcb; }
#46dbcb Text Font Color
<p style="color:#46dbcb">Text here</p>
This sample text font color is #46dbcb
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.
#46dbcb Background Color
<div style="background-color:#46dbcb">
Div content here</div>
This div background color is #46dbcb
#46dbcb Border Color
<div style="border:3px solid #46dbcb">
Div here</div>
This div border color is #46dbcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,219,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #46dbcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #46dbcb; -webkit-box-shadow: 1px 1px 3px 2px #46dbcb; box-shadow: 1px 1px 3px 2px #46dbcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,219,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #46dbcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #46dbcb; -webkit-box-shadow: 1px 1px 3px 2px #46dbcb; box-shadow: 1px 1px 3px 2px #46dbcb;">
Div content here</div>
This div box has shadow with color #46dbcb
Comments
No comments written yet.
Please login to write comment.