Color spaces of #5d9aaf
RGB | 93 | 154 | 175 |
---|---|---|---|
HSL | 0.54 | 0.34 | 0.53 |
HSV | 195° | 47° | 69° |
CMYK | 0.47 | 0.12 | 0.00 0.31 |
XYZ | 23.8077 | 28.5335 | 44.8102 |
Yxy | 28.5335 | 0.2451 | 0.2937 |
Hunter Lab | 53.4168 | -13.9224 | -12.3454 |
CIE-Lab | 60.3677 | -13.9879 | -17.0971 |
#5d9aaf color RGB value is (93,154,175).
#5d9aaf hex color red value is 93, green value is 154 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5d9aaf hue: 0.54 , saturation: 0.34 and the lightness value of 5d9aaf is 0.53.
The process color (four color CMYK) of #5d9aaf color hex is 0.47, 0.12, 0.00, 0.31. Web safe color of #5d9aaf is #669999. Color #5d9aaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 10011010 | 10101111 |
Octal | 135 | 232 | 257 |
Decimal | 93 | 154 | 175 |
Hex | 5D | 9A | AF |
Shades of #5d9aaf
Tints of #5d9aaf
RGB Percentages of Color #5d9aaf
CMYK Percentages of Color #5d9aaf
Complementary Color
#5d9aaf | #af725d |
#5d9aaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5d9aaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#5d9aaf Color CSS Codes
.mybgcolor {background-color:#5d9aaf; } .myforecolor {color:#5d9aaf; } .mybordercolor {border:3px solid #5d9aaf; }
#5d9aaf Text Font Color
<p style="color:#5d9aaf">Text here</p>
This sample text font color is #5d9aaf
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.
#5d9aaf Background Color
<div style="background-color:#5d9aaf">
Div content here</div>
This div background color is #5d9aaf
#5d9aaf Border Color
<div style="border:3px solid #5d9aaf">
Div here</div>
This div border color is #5d9aaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,154,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5d9aaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5d9aaf; -webkit-box-shadow: 1px 1px 3px 2px #5d9aaf; box-shadow: 1px 1px 3px 2px #5d9aaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,154,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 #5d9aaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5d9aaf; -webkit-box-shadow: 1px 1px 3px 2px #5d9aaf; box-shadow: 1px 1px 3px 2px #5d9aaf;">
Div content here</div>
This div box has shadow with color #5d9aaf
Comments
No comments written yet.
Please login to write comment.