Color spaces of #114caf
RGB | 17 | 76 | 175 |
---|---|---|---|
HSL | 0.60 | 0.82 | 0.38 |
HSV | 218° | 90° | 69° |
CMYK | 0.90 | 0.57 | 0.00 0.31 |
XYZ | 10.5535 | 8.3832 | 41.6193 |
Yxy | 8.3832 | 0.1743 | 0.1384 |
Hunter Lab | 28.9538 | 14.3933 | -64.9582 |
CIE-Lab | 34.7685 | 21.4898 | -57.6151 |
#114caf color RGB value is (17,76,175).
#114caf hex color red value is 17, green value is 76 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #114caf hue: 0.60 , saturation: 0.82 and the lightness value of 114caf is 0.38.
The process color (four color CMYK) of #114caf color hex is 0.90, 0.57, 0.00, 0.31. Web safe color of #114caf is #003399. Color #114caf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 01001100 | 10101111 |
Octal | 21 | 114 | 257 |
Decimal | 17 | 76 | 175 |
Hex | 11 | 4C | AF |
Shades of #114caf
Tints of #114caf
RGB Percentages of Color #114caf
CMYK Percentages of Color #114caf
Complementary Color
#114caf | #af7411 |
#114caf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#114caf Color Preview on White Background
Lorem ipsum dolor sit amet.
#114caf Color CSS Codes
.mybgcolor {background-color:#114caf; } .myforecolor {color:#114caf; } .mybordercolor {border:3px solid #114caf; }
#114caf Text Font Color
<p style="color:#114caf">Text here</p>
This sample text font color is #114caf
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.
#114caf Background Color
<div style="background-color:#114caf">
Div content here</div>
This div background color is #114caf
#114caf Border Color
<div style="border:3px solid #114caf">
Div here</div>
This div border color is #114caf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,76,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #114caf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #114caf; -webkit-box-shadow: 1px 1px 3px 2px #114caf; box-shadow: 1px 1px 3px 2px #114caf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,76,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #114caf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #114caf; -webkit-box-shadow: 1px 1px 3px 2px #114caf; box-shadow: 1px 1px 3px 2px #114caf;">
Div content here</div>
This div box has shadow with color #114caf
Comments
No comments written yet.
Please login to write comment.