Color spaces of #172daa
RGB | 23 | 45 | 170 |
---|---|---|---|
HSL | 0.64 | 0.76 | 0.38 |
HSV | 231° | 86° | 67° |
CMYK | 0.86 | 0.74 | 0.00 0.33 |
XYZ | 8.5474 | 4.9612 | 38.5373 |
Yxy | 4.9612 | 0.1642 | 0.0953 |
Hunter Lab | 22.2738 | 29.5191 | -86.9899 |
CIE-Lab | 26.6239 | 40.2867 | -67.9824 |
#172daa color RGB value is (23,45,170).
#172daa hex color red value is 23, green value is 45 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #172daa hue: 0.64 , saturation: 0.76 and the lightness value of 172daa is 0.38.
The process color (four color CMYK) of #172daa color hex is 0.86, 0.74, 0.00, 0.33. Web safe color of #172daa is #003399. Color #172daa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010111 | 00101101 | 10101010 |
Octal | 27 | 55 | 252 |
Decimal | 23 | 45 | 170 |
Hex | 17 | 2D | AA |
Shades of #172daa
Tints of #172daa
RGB Percentages of Color #172daa
CMYK Percentages of Color #172daa
Complementary Color
#172daa | #aa9417 |
#172daa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#172daa Color Preview on White Background
Lorem ipsum dolor sit amet.
#172daa Color CSS Codes
.mybgcolor {background-color:#172daa; } .myforecolor {color:#172daa; } .mybordercolor {border:3px solid #172daa; }
#172daa Text Font Color
<p style="color:#172daa">Text here</p>
This sample text font color is #172daa
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.
#172daa Background Color
<div style="background-color:#172daa">
Div content here</div>
This div background color is #172daa
#172daa Border Color
<div style="border:3px solid #172daa">
Div here</div>
This div border color is #172daa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(23,45,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #172daa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #172daa; -webkit-box-shadow: 1px 1px 3px 2px #172daa; box-shadow: 1px 1px 3px 2px #172daa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(23,45,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #172daa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #172daa; -webkit-box-shadow: 1px 1px 3px 2px #172daa; box-shadow: 1px 1px 3px 2px #172daa;">
Div content here</div>
This div box has shadow with color #172daa
Comments
No comments written yet.
Please login to write comment.