Color spaces of #a3ddcb
RGB | 163 | 221 | 203 |
---|---|---|---|
HSL | 0.45 | 0.46 | 0.75 |
HSV | 161° | 26° | 87° |
CMYK | 0.26 | 0.00 | 0.08 0.13 |
XYZ | 51.7402 | 63.8112 | 66.0897 |
Yxy | 63.8112 | 0.2848 | 0.3513 |
Hunter Lab | 79.8819 | -24.1774 | 6.8642 |
CIE-Lab | 83.8674 | -22.2062 | 2.8471 |
#a3ddcb color RGB value is (163,221,203).
#a3ddcb hex color red value is 163, green value is 221 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a3ddcb hue: 0.45 , saturation: 0.46 and the lightness value of a3ddcb is 0.75.
The process color (four color CMYK) of #a3ddcb color hex is 0.26, 0.00, 0.08, 0.13. Web safe color of #a3ddcb is #99cccc. Color #a3ddcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 11011101 | 11001011 |
Octal | 243 | 335 | 313 |
Decimal | 163 | 221 | 203 |
Hex | A3 | DD | CB |
Shades of #a3ddcb
Tints of #a3ddcb
RGB Percentages of Color #a3ddcb
CMYK Percentages of Color #a3ddcb
Complementary Color
#a3ddcb | #dda3b5 |
#a3ddcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a3ddcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a3ddcb Color CSS Codes
.mybgcolor {background-color:#a3ddcb; } .myforecolor {color:#a3ddcb; } .mybordercolor {border:3px solid #a3ddcb; }
#a3ddcb Text Font Color
<p style="color:#a3ddcb">Text here</p>
This sample text font color is #a3ddcb
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.
#a3ddcb Background Color
<div style="background-color:#a3ddcb">
Div content here</div>
This div background color is #a3ddcb
#a3ddcb Border Color
<div style="border:3px solid #a3ddcb">
Div here</div>
This div border color is #a3ddcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,221,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a3ddcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a3ddcb; -webkit-box-shadow: 1px 1px 3px 2px #a3ddcb; box-shadow: 1px 1px 3px 2px #a3ddcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,221,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a3ddcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a3ddcb; -webkit-box-shadow: 1px 1px 3px 2px #a3ddcb; box-shadow: 1px 1px 3px 2px #a3ddcb;">
Div content here</div>
This div box has shadow with color #a3ddcb
Comments
No comments written yet.
Please login to write comment.