Color spaces of #5accad
RGB | 90 | 204 | 173 |
---|---|---|---|
HSL | 0.45 | 0.53 | 0.58 |
HSV | 164° | 56° | 80° |
CMYK | 0.56 | 0.00 | 0.15 0.20 |
XYZ | 33.3521 | 48.3765 | 47.1149 |
Yxy | 48.3765 | 0.2589 | 0.3755 |
Hunter Lab | 69.5532 | -36.1240 | 8.5246 |
CIE-Lab | 75.0618 | -39.8406 | 5.7296 |
#5accad color RGB value is (90,204,173).
#5accad hex color red value is 90, green value is 204 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5accad hue: 0.45 , saturation: 0.53 and the lightness value of 5accad is 0.58.
The process color (four color CMYK) of #5accad color hex is 0.56, 0.00, 0.15, 0.20. Web safe color of #5accad is #66cc99. Color #5accad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011010 | 11001100 | 10101101 |
Octal | 132 | 314 | 255 |
Decimal | 90 | 204 | 173 |
Hex | 5A | CC | AD |
Shades of #5accad
Tints of #5accad
RGB Percentages of Color #5accad
CMYK Percentages of Color #5accad
Complementary Color
#5accad | #cc5a79 |
#5accad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5accad Color Preview on White Background
Lorem ipsum dolor sit amet.
#5accad Color CSS Codes
.mybgcolor {background-color:#5accad; } .myforecolor {color:#5accad; } .mybordercolor {border:3px solid #5accad; }
#5accad Text Font Color
<p style="color:#5accad">Text here</p>
This sample text font color is #5accad
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.
#5accad Background Color
<div style="background-color:#5accad">
Div content here</div>
This div background color is #5accad
#5accad Border Color
<div style="border:3px solid #5accad">
Div here</div>
This div border color is #5accad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(90,204,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5accad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5accad; -webkit-box-shadow: 1px 1px 3px 2px #5accad; box-shadow: 1px 1px 3px 2px #5accad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(90,204,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5accad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5accad; -webkit-box-shadow: 1px 1px 3px 2px #5accad; box-shadow: 1px 1px 3px 2px #5accad;">
Div content here</div>
This div box has shadow with color #5accad
Comments
No comments written yet.
Please login to write comment.