Color spaces of #1891ae
RGB | 24 | 145 | 174 |
---|---|---|---|
HSL | 0.53 | 0.76 | 0.39 |
HSV | 192° | 86° | 68° |
CMYK | 0.86 | 0.17 | 0.00 0.32 |
XYZ | 18.1421 | 23.5010 | 43.6244 |
Yxy | 23.5010 | 0.2128 | 0.2756 |
Hunter Lab | 48.4778 | -18.0353 | -19.4196 |
CIE-Lab | 55.5847 | -20.6692 | -24.0197 |
#1891ae color RGB value is (24,145,174).
#1891ae hex color red value is 24, green value is 145 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1891ae hue: 0.53 , saturation: 0.76 and the lightness value of 1891ae is 0.39.
The process color (four color CMYK) of #1891ae color hex is 0.86, 0.17, 0.00, 0.32. Web safe color of #1891ae is #009999. Color #1891ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 10010001 | 10101110 |
Octal | 30 | 221 | 256 |
Decimal | 24 | 145 | 174 |
Hex | 18 | 91 | AE |
Shades of #1891ae
Tints of #1891ae
RGB Percentages of Color #1891ae
CMYK Percentages of Color #1891ae
Complementary Color
#1891ae | #ae3518 |
#1891ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1891ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#1891ae Color CSS Codes
.mybgcolor {background-color:#1891ae; } .myforecolor {color:#1891ae; } .mybordercolor {border:3px solid #1891ae; }
#1891ae Text Font Color
<p style="color:#1891ae">Text here</p>
This sample text font color is #1891ae
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.
#1891ae Background Color
<div style="background-color:#1891ae">
Div content here</div>
This div background color is #1891ae
#1891ae Border Color
<div style="border:3px solid #1891ae">
Div here</div>
This div border color is #1891ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,145,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1891ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1891ae; -webkit-box-shadow: 1px 1px 3px 2px #1891ae; box-shadow: 1px 1px 3px 2px #1891ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,145,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1891ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1891ae; -webkit-box-shadow: 1px 1px 3px 2px #1891ae; box-shadow: 1px 1px 3px 2px #1891ae;">
Div content here</div>
This div box has shadow with color #1891ae
Comments
No comments written yet.
Please login to write comment.