Color spaces of #46abbc
RGB | 70 | 171 | 188 |
---|---|---|---|
HSL | 0.52 | 0.47 | 0.51 |
HSV | 189° | 63° | 74° |
CMYK | 0.63 | 0.09 | 0.00 0.26 |
XYZ | 26.1658 | 34.0588 | 52.7719 |
Yxy | 34.0588 | 0.2316 | 0.3014 |
Hunter Lab | 58.3599 | -22.0990 | -12.7610 |
CIE-Lab | 65.0092 | -23.9143 | -17.4294 |
#46abbc color RGB value is (70,171,188).
#46abbc hex color red value is 70, green value is 171 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #46abbc hue: 0.52 , saturation: 0.47 and the lightness value of 46abbc is 0.51.
The process color (four color CMYK) of #46abbc color hex is 0.63, 0.09, 0.00, 0.26. Web safe color of #46abbc is #3399cc. Color #46abbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 10101011 | 10111100 |
Octal | 106 | 253 | 274 |
Decimal | 70 | 171 | 188 |
Hex | 46 | AB | BC |
Shades of #46abbc
Tints of #46abbc
RGB Percentages of Color #46abbc
CMYK Percentages of Color #46abbc
Complementary Color
#46abbc | #bc5746 |
#46abbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#46abbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#46abbc Color CSS Codes
.mybgcolor {background-color:#46abbc; } .myforecolor {color:#46abbc; } .mybordercolor {border:3px solid #46abbc; }
#46abbc Text Font Color
<p style="color:#46abbc">Text here</p>
This sample text font color is #46abbc
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.
#46abbc Background Color
<div style="background-color:#46abbc">
Div content here</div>
This div background color is #46abbc
#46abbc Border Color
<div style="border:3px solid #46abbc">
Div here</div>
This div border color is #46abbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,171,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #46abbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #46abbc; -webkit-box-shadow: 1px 1px 3px 2px #46abbc; box-shadow: 1px 1px 3px 2px #46abbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,171,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #46abbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #46abbc; -webkit-box-shadow: 1px 1px 3px 2px #46abbc; box-shadow: 1px 1px 3px 2px #46abbc;">
Div content here</div>
This div box has shadow with color #46abbc
Comments
No comments written yet.
Please login to write comment.