Color spaces of #a3eecb
RGB | 163 | 238 | 203 |
---|---|---|---|
HSL | 0.42 | 0.69 | 0.79 |
HSV | 152° | 32° | 93° |
CMYK | 0.32 | 0.00 | 0.15 0.07 |
XYZ | 56.4583 | 73.2474 | 67.6624 |
Yxy | 73.2474 | 0.2861 | 0.3711 |
Hunter Lab | 85.5847 | -32.0208 | 13.0352 |
CIE-Lab | 88.5656 | -30.4068 | 9.6147 |
#a3eecb color RGB value is (163,238,203).
#a3eecb hex color red value is 163, green value is 238 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a3eecb hue: 0.42 , saturation: 0.69 and the lightness value of a3eecb is 0.79.
The process color (four color CMYK) of #a3eecb color hex is 0.32, 0.00, 0.15, 0.07. Web safe color of #a3eecb is #99ffcc. Color #a3eecb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 11101110 | 11001011 |
Octal | 243 | 356 | 313 |
Decimal | 163 | 238 | 203 |
Hex | A3 | EE | CB |
Shades of #a3eecb
Tints of #a3eecb
RGB Percentages of Color #a3eecb
CMYK Percentages of Color #a3eecb
Complementary Color
#a3eecb | #eea3c6 |
#a3eecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a3eecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a3eecb Color CSS Codes
.mybgcolor {background-color:#a3eecb; } .myforecolor {color:#a3eecb; } .mybordercolor {border:3px solid #a3eecb; }
#a3eecb Text Font Color
<p style="color:#a3eecb">Text here</p>
This sample text font color is #a3eecb
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.
#a3eecb Background Color
<div style="background-color:#a3eecb">
Div content here</div>
This div background color is #a3eecb
#a3eecb Border Color
<div style="border:3px solid #a3eecb">
Div here</div>
This div border color is #a3eecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,238,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a3eecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a3eecb; -webkit-box-shadow: 1px 1px 3px 2px #a3eecb; box-shadow: 1px 1px 3px 2px #a3eecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,238,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 #a3eecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a3eecb; -webkit-box-shadow: 1px 1px 3px 2px #a3eecb; box-shadow: 1px 1px 3px 2px #a3eecb;">
Div content here</div>
This div box has shadow with color #a3eecb
Comments
No comments written yet.
Please login to write comment.