Hex #a2b5cd Color
equivalent to
RGB
(162, 181, 205)Details of #a2b5cd
|
|
|
|
Color HEX #a2b5cd matches (162, 181, 205) in RGB.
#a2b5cd hex color red value is 162, green value is 181 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a2b5cd hue: 0.59, saturation: 0.30 and the lightness value of a2b5cd is 0.72.
The process color (four color CMYK) of #a2b5cd color hex is 0.21, 0.12, 0.00, 0.20. Web safe color of #a2b5cd is #99cccc. Color #a2b5cd contains mainly BLUE color.
Base Numbers
|
|
|
|
#a2b5cd tints
#a2b5cd shades
RGB in % of #a2b5cd
CMYK in % of #a2b5cd
Preview Color #a2b5cd on black ground
Very nice color.
Preview Color #a2b5cd on white ground
Very nice color.
CSS Codes #a2b5cd color
.mybgcolor {background-color:#a2b5cd; } .myforecolor {color:#a2b5cd; } .mybordercolor {border:3px solid #a2b5cd; }
Text Font Color #a2b5cd
<p style="color:#a2b5cd">Text here</p>
This sample text font color is #a2b5cd
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.
Background Color #a2b5cd
<div style="background-color:#a2b5cd">
Div content here</div>
This div background color is #a2b5cd
Border Color #a2b5cd
<div style="border:3px solid #a2b5cd">
Div here</div>
The color of this border is #a2b5cd
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a2b5cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a2b5cd; -webkit-box-shadow: 1px 1px 3px 2px #a2b5cd; box-shadow: 1px 1px 3px 2px #a2b5cd; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #a2b5cd">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a2b5cd; -webkit-box-shadow: 1px 1px 3px 2px #a2b5cd; box-shadow: 1px 1px 3px 2px #a2b5cd;">
Div content here</div>
The shadow of div box using color #a2b5cd