Color spaces of #a3dbcd
RGB | 163 | 219 | 205 |
---|---|---|---|
HSL | 0.46 | 0.44 | 0.75 |
HSV | 165° | 26° | 86° |
CMYK | 0.26 | 0.00 | 0.06 0.14 |
XYZ | 51.4552 | 62.8573 | 67.1783 |
Yxy | 62.8573 | 0.2835 | 0.3463 |
Hunter Lab | 79.2826 | -22.8963 | 5.2598 |
CIE-Lab | 83.3672 | -20.8014 | 1.0601 |
#a3dbcd color RGB value is (163,219,205).
#a3dbcd hex color red value is 163, green value is 219 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a3dbcd hue: 0.46 , saturation: 0.44 and the lightness value of a3dbcd is 0.75.
The process color (four color CMYK) of #a3dbcd color hex is 0.26, 0.00, 0.06, 0.14. Web safe color of #a3dbcd is #99cccc. Color #a3dbcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 11011011 | 11001101 |
Octal | 243 | 333 | 315 |
Decimal | 163 | 219 | 205 |
Hex | A3 | DB | CD |
Shades of #a3dbcd
Tints of #a3dbcd
RGB Percentages of Color #a3dbcd
CMYK Percentages of Color #a3dbcd
Complementary Color
#a3dbcd | #dba3b1 |
#a3dbcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a3dbcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a3dbcd Color CSS Codes
.mybgcolor {background-color:#a3dbcd; } .myforecolor {color:#a3dbcd; } .mybordercolor {border:3px solid #a3dbcd; }
#a3dbcd Text Font Color
<p style="color:#a3dbcd">Text here</p>
This sample text font color is #a3dbcd
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.
#a3dbcd Background Color
<div style="background-color:#a3dbcd">
Div content here</div>
This div background color is #a3dbcd
#a3dbcd Border Color
<div style="border:3px solid #a3dbcd">
Div here</div>
This div border color is #a3dbcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,219,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a3dbcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a3dbcd; -webkit-box-shadow: 1px 1px 3px 2px #a3dbcd; box-shadow: 1px 1px 3px 2px #a3dbcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,219,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a3dbcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a3dbcd; -webkit-box-shadow: 1px 1px 3px 2px #a3dbcd; box-shadow: 1px 1px 3px 2px #a3dbcd;">
Div content here</div>
This div box has shadow with color #a3dbcd
Comments
No comments written yet.
Please login to write comment.