Color spaces of #a0eebf
RGB | 160 | 238 | 191 |
---|---|---|---|
HSL | 0.40 | 0.70 | 0.78 |
HSV | 144° | 33° | 93° |
CMYK | 0.33 | 0.00 | 0.20 0.07 |
XYZ | 54.4757 | 72.3842 | 60.3906 |
Yxy | 72.3842 | 0.2909 | 0.3866 |
Hunter Lab | 85.0789 | -34.5952 | 17.4701 |
CIE-Lab | 88.1532 | -33.6079 | 15.2509 |
#a0eebf color RGB value is (160,238,191).
#a0eebf hex color red value is 160, green value is 238 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a0eebf hue: 0.40 , saturation: 0.70 and the lightness value of a0eebf is 0.78.
The process color (four color CMYK) of #a0eebf color hex is 0.33, 0.00, 0.20, 0.07. Web safe color of #a0eebf is #99ffcc. Color #a0eebf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 11101110 | 10111111 |
Octal | 240 | 356 | 277 |
Decimal | 160 | 238 | 191 |
Hex | A0 | EE | BF |
Shades of #a0eebf
Tints of #a0eebf
RGB Percentages of Color #a0eebf
CMYK Percentages of Color #a0eebf
Complementary Color
#a0eebf | #eea0cf |
#a0eebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a0eebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a0eebf Color CSS Codes
.mybgcolor {background-color:#a0eebf; } .myforecolor {color:#a0eebf; } .mybordercolor {border:3px solid #a0eebf; }
#a0eebf Text Font Color
<p style="color:#a0eebf">Text here</p>
This sample text font color is #a0eebf
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.
#a0eebf Background Color
<div style="background-color:#a0eebf">
Div content here</div>
This div background color is #a0eebf
#a0eebf Border Color
<div style="border:3px solid #a0eebf">
Div here</div>
This div border color is #a0eebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,238,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a0eebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a0eebf; -webkit-box-shadow: 1px 1px 3px 2px #a0eebf; box-shadow: 1px 1px 3px 2px #a0eebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,238,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a0eebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a0eebf; -webkit-box-shadow: 1px 1px 3px 2px #a0eebf; box-shadow: 1px 1px 3px 2px #a0eebf;">
Div content here</div>
This div box has shadow with color #a0eebf
Comments
No comments written yet.
Please login to write comment.