Color spaces of #1c93ac
RGB | 28 | 147 | 172 |
---|---|---|---|
HSL | 0.53 | 0.72 | 0.39 |
HSV | 190° | 84° | 67° |
CMYK | 0.84 | 0.15 | 0.00 0.33 |
XYZ | 18.3590 | 24.0929 | 42.7125 |
Yxy | 24.0929 | 0.2156 | 0.2829 |
Hunter Lab | 49.0845 | -19.1339 | -17.2340 |
CIE-Lab | 56.1807 | -22.0955 | -21.9575 |
#1c93ac color RGB value is (28,147,172).
#1c93ac hex color red value is 28, green value is 147 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #1c93ac hue: 0.53 , saturation: 0.72 and the lightness value of 1c93ac is 0.39.
The process color (four color CMYK) of #1c93ac color hex is 0.84, 0.15, 0.00, 0.33. Web safe color of #1c93ac is #339999. Color #1c93ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011100 | 10010011 | 10101100 |
Octal | 34 | 223 | 254 |
Decimal | 28 | 147 | 172 |
Hex | 1C | 93 | AC |
Shades of #1c93ac
Tints of #1c93ac
RGB Percentages of Color #1c93ac
CMYK Percentages of Color #1c93ac
Complementary Color
#1c93ac | #ac351c |
#1c93ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1c93ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#1c93ac Color CSS Codes
.mybgcolor {background-color:#1c93ac; } .myforecolor {color:#1c93ac; } .mybordercolor {border:3px solid #1c93ac; }
#1c93ac Text Font Color
<p style="color:#1c93ac">Text here</p>
This sample text font color is #1c93ac
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.
#1c93ac Background Color
<div style="background-color:#1c93ac">
Div content here</div>
This div background color is #1c93ac
#1c93ac Border Color
<div style="border:3px solid #1c93ac">
Div here</div>
This div border color is #1c93ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(28,147,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1c93ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1c93ac; -webkit-box-shadow: 1px 1px 3px 2px #1c93ac; box-shadow: 1px 1px 3px 2px #1c93ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(28,147,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1c93ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1c93ac; -webkit-box-shadow: 1px 1px 3px 2px #1c93ac; box-shadow: 1px 1px 3px 2px #1c93ac;">
Div content here</div>
This div box has shadow with color #1c93ac
Comments
No comments written yet.
Please login to write comment.