Color spaces of #538baf
RGB | 83 | 139 | 175 |
---|---|---|---|
HSL | 0.57 | 0.37 | 0.51 |
HSV | 203° | 53° | 69° |
CMYK | 0.53 | 0.21 | 0.00 0.31 |
XYZ | 20.5378 | 23.3994 | 43.9915 |
Yxy | 23.3994 | 0.2336 | 0.2661 |
Hunter Lab | 48.3729 | -8.8665 | -20.0587 |
CIE-Lab | 55.4814 | -8.0721 | -24.6102 |
#538baf color RGB value is (83,139,175).
#538baf hex color red value is 83, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #538baf hue: 0.57 , saturation: 0.37 and the lightness value of 538baf is 0.51.
The process color (four color CMYK) of #538baf color hex is 0.53, 0.21, 0.00, 0.31. Web safe color of #538baf is #669999. Color #538baf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 10001011 | 10101111 |
Octal | 123 | 213 | 257 |
Decimal | 83 | 139 | 175 |
Hex | 53 | 8B | AF |
Shades of #538baf
Tints of #538baf
RGB Percentages of Color #538baf
CMYK Percentages of Color #538baf
Complementary Color
#538baf | #af7753 |
#538baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#538baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#538baf Color CSS Codes
.mybgcolor {background-color:#538baf; } .myforecolor {color:#538baf; } .mybordercolor {border:3px solid #538baf; }
#538baf Text Font Color
<p style="color:#538baf">Text here</p>
This sample text font color is #538baf
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.
#538baf Background Color
<div style="background-color:#538baf">
Div content here</div>
This div background color is #538baf
#538baf Border Color
<div style="border:3px solid #538baf">
Div here</div>
This div border color is #538baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,139,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #538baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #538baf; -webkit-box-shadow: 1px 1px 3px 2px #538baf; box-shadow: 1px 1px 3px 2px #538baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,139,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 #538baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #538baf; -webkit-box-shadow: 1px 1px 3px 2px #538baf; box-shadow: 1px 1px 3px 2px #538baf;">
Div content here</div>
This div box has shadow with color #538baf
Comments
No comments written yet.
Please login to write comment.