Color spaces of #6aabad
RGB | 106 | 171 | 173 |
---|---|---|---|
HSL | 0.50 | 0.29 | 0.55 |
HSV | 182° | 39° | 68° |
CMYK | 0.39 | 0.01 | 0.00 0.32 |
XYZ | 28.0496 | 35.2071 | 44.8524 |
Yxy | 35.2071 | 0.2595 | 0.3257 |
Hunter Lab | 59.3356 | -19.4553 | -3.2831 |
CIE-Lab | 65.9096 | -20.1696 | -7.5888 |
#6aabad color RGB value is (106,171,173).
#6aabad hex color red value is 106, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6aabad hue: 0.50 , saturation: 0.29 and the lightness value of 6aabad is 0.55.
The process color (four color CMYK) of #6aabad color hex is 0.39, 0.01, 0.00, 0.32. Web safe color of #6aabad is #669999. Color #6aabad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 10101011 | 10101101 |
Octal | 152 | 253 | 255 |
Decimal | 106 | 171 | 173 |
Hex | 6A | AB | AD |
Shades of #6aabad
Tints of #6aabad
RGB Percentages of Color #6aabad
CMYK Percentages of Color #6aabad
Complementary Color
#6aabad | #ad6c6a |
#6aabad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6aabad Color Preview on White Background
Lorem ipsum dolor sit amet.
#6aabad Color CSS Codes
.mybgcolor {background-color:#6aabad; } .myforecolor {color:#6aabad; } .mybordercolor {border:3px solid #6aabad; }
#6aabad Text Font Color
<p style="color:#6aabad">Text here</p>
This sample text font color is #6aabad
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.
#6aabad Background Color
<div style="background-color:#6aabad">
Div content here</div>
This div background color is #6aabad
#6aabad Border Color
<div style="border:3px solid #6aabad">
Div here</div>
This div border color is #6aabad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,171,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6aabad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6aabad; -webkit-box-shadow: 1px 1px 3px 2px #6aabad; box-shadow: 1px 1px 3px 2px #6aabad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,171,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6aabad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6aabad; -webkit-box-shadow: 1px 1px 3px 2px #6aabad; box-shadow: 1px 1px 3px 2px #6aabad;">
Div content here</div>
This div box has shadow with color #6aabad
Comments
No comments written yet.
Please login to write comment.