Color spaces of #195eab
RGB | 25 | 94 | 171 |
---|---|---|---|
HSL | 0.59 | 0.74 | 0.38 |
HSV | 212° | 85° | 67° |
CMYK | 0.85 | 0.45 | 0.00 0.33 |
XYZ | 11.7543 | 11.1524 | 40.0612 |
Yxy | 11.1524 | 0.1867 | 0.1771 |
Hunter Lab | 33.3952 | 4.3860 | -47.7482 |
CIE-Lab | 39.8360 | 8.4367 | -47.0438 |
#195eab color RGB value is (25,94,171).
#195eab hex color red value is 25, green value is 94 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #195eab hue: 0.59 , saturation: 0.74 and the lightness value of 195eab is 0.38.
The process color (four color CMYK) of #195eab color hex is 0.85, 0.45, 0.00, 0.33. Web safe color of #195eab is #006699. Color #195eab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 01011110 | 10101011 |
Octal | 31 | 136 | 253 |
Decimal | 25 | 94 | 171 |
Hex | 19 | 5E | AB |
Shades of #195eab
Tints of #195eab
RGB Percentages of Color #195eab
CMYK Percentages of Color #195eab
Complementary Color
#195eab | #ab6619 |
#195eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#195eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#195eab Color CSS Codes
.mybgcolor {background-color:#195eab; } .myforecolor {color:#195eab; } .mybordercolor {border:3px solid #195eab; }
#195eab Text Font Color
<p style="color:#195eab">Text here</p>
This sample text font color is #195eab
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.
#195eab Background Color
<div style="background-color:#195eab">
Div content here</div>
This div background color is #195eab
#195eab Border Color
<div style="border:3px solid #195eab">
Div here</div>
This div border color is #195eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,94,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #195eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #195eab; -webkit-box-shadow: 1px 1px 3px 2px #195eab; box-shadow: 1px 1px 3px 2px #195eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(25,94,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #195eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #195eab; -webkit-box-shadow: 1px 1px 3px 2px #195eab; box-shadow: 1px 1px 3px 2px #195eab;">
Div content here</div>
This div box has shadow with color #195eab
Comments
No comments written yet.
Please login to write comment.