Color spaces of #a5cead
RGB | 165 | 206 | 173 |
---|---|---|---|
HSL | 0.37 | 0.29 | 0.73 |
HSV | 132° | 20° | 81° |
CMYK | 0.20 | 0.00 | 0.16 0.19 |
XYZ | 45.1312 | 55.1591 | 47.8033 |
Yxy | 55.1591 | 0.3047 | 0.3725 |
Hunter Lab | 74.2692 | -21.5018 | 13.8265 |
CIE-Lab | 79.1328 | -19.9790 | 12.0155 |
#a5cead color RGB value is (165,206,173).
#a5cead hex color red value is 165, green value is 206 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a5cead hue: 0.37 , saturation: 0.29 and the lightness value of a5cead is 0.73.
The process color (four color CMYK) of #a5cead color hex is 0.20, 0.00, 0.16, 0.19. Web safe color of #a5cead is #99cc99. Color #a5cead contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 11001110 | 10101101 |
Octal | 245 | 316 | 255 |
Decimal | 165 | 206 | 173 |
Hex | A5 | CE | AD |
Shades of #a5cead
Tints of #a5cead
RGB Percentages of Color #a5cead
CMYK Percentages of Color #a5cead
Complementary Color
#a5cead | #cea5c6 |
#a5cead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a5cead Color Preview on White Background
Lorem ipsum dolor sit amet.
#a5cead Color CSS Codes
.mybgcolor {background-color:#a5cead; } .myforecolor {color:#a5cead; } .mybordercolor {border:3px solid #a5cead; }
#a5cead Text Font Color
<p style="color:#a5cead">Text here</p>
This sample text font color is #a5cead
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.
#a5cead Background Color
<div style="background-color:#a5cead">
Div content here</div>
This div background color is #a5cead
#a5cead Border Color
<div style="border:3px solid #a5cead">
Div here</div>
This div border color is #a5cead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,206,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a5cead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a5cead; -webkit-box-shadow: 1px 1px 3px 2px #a5cead; box-shadow: 1px 1px 3px 2px #a5cead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,206,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 #a5cead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a5cead; -webkit-box-shadow: 1px 1px 3px 2px #a5cead; box-shadow: 1px 1px 3px 2px #a5cead;">
Div content here</div>
This div box has shadow with color #a5cead
Comments
No comments written yet.
Please login to write comment.