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