Color spaces of #a3edde
RGB | 163 | 237 | 222 |
---|---|---|---|
HSL | 0.47 | 0.67 | 0.78 |
HSV | 168° | 31° | 93° |
CMYK | 0.31 | 0.00 | 0.06 0.07 |
XYZ | 58.5733 | 73.6288 | 80.2319 |
Yxy | 73.6288 | 0.2757 | 0.3466 |
Hunter Lab | 85.8072 | -28.3159 | 4.6274 |
CIE-Lab | 88.7468 | -26.0036 | -0.0470 |
#a3edde color RGB value is (163,237,222).
#a3edde hex color red value is 163, green value is 237 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a3edde hue: 0.47 , saturation: 0.67 and the lightness value of a3edde is 0.78.
The process color (four color CMYK) of #a3edde color hex is 0.31, 0.00, 0.06, 0.07. Web safe color of #a3edde is #99ffcc. Color #a3edde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 11101101 | 11011110 |
Octal | 243 | 355 | 336 |
Decimal | 163 | 237 | 222 |
Hex | A3 | ED | DE |
Shades of #a3edde
Tints of #a3edde
RGB Percentages of Color #a3edde
CMYK Percentages of Color #a3edde
Complementary Color
#a3edde | #eda3b2 |
#a3edde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a3edde Color Preview on White Background
Lorem ipsum dolor sit amet.
#a3edde Color CSS Codes
.mybgcolor {background-color:#a3edde; } .myforecolor {color:#a3edde; } .mybordercolor {border:3px solid #a3edde; }
#a3edde Text Font Color
<p style="color:#a3edde">Text here</p>
This sample text font color is #a3edde
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.
#a3edde Background Color
<div style="background-color:#a3edde">
Div content here</div>
This div background color is #a3edde
#a3edde Border Color
<div style="border:3px solid #a3edde">
Div here</div>
This div border color is #a3edde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,237,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a3edde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a3edde; -webkit-box-shadow: 1px 1px 3px 2px #a3edde; box-shadow: 1px 1px 3px 2px #a3edde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,237,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a3edde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a3edde; -webkit-box-shadow: 1px 1px 3px 2px #a3edde; box-shadow: 1px 1px 3px 2px #a3edde;">
Div content here</div>
This div box has shadow with color #a3edde
Comments
No comments written yet.
Please login to write comment.