Color spaces of #a8ebaf
RGB | 168 | 235 | 175 |
---|---|---|---|
HSL | 0.35 | 0.63 | 0.79 |
HSV | 126° | 29° | 92° |
CMYK | 0.29 | 0.00 | 0.26 0.08 |
XYZ | 53.5946 | 70.8366 | 51.4055 |
Yxy | 70.8366 | 0.3048 | 0.4029 |
Hunter Lab | 84.1645 | -33.6219 | 22.7023 |
CIE-Lab | 87.4056 | -32.6368 | 22.5527 |
#a8ebaf color RGB value is (168,235,175).
#a8ebaf hex color red value is 168, green value is 235 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a8ebaf hue: 0.35 , saturation: 0.63 and the lightness value of a8ebaf is 0.79.
The process color (four color CMYK) of #a8ebaf color hex is 0.29, 0.00, 0.26, 0.08. Web safe color of #a8ebaf is #99ff99. Color #a8ebaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 11101011 | 10101111 |
Octal | 250 | 353 | 257 |
Decimal | 168 | 235 | 175 |
Hex | A8 | EB | AF |
Shades of #a8ebaf
Tints of #a8ebaf
RGB Percentages of Color #a8ebaf
CMYK Percentages of Color #a8ebaf
Complementary Color
#a8ebaf | #eba8e4 |
#a8ebaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8ebaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8ebaf Color CSS Codes
.mybgcolor {background-color:#a8ebaf; } .myforecolor {color:#a8ebaf; } .mybordercolor {border:3px solid #a8ebaf; }
#a8ebaf Text Font Color
<p style="color:#a8ebaf">Text here</p>
This sample text font color is #a8ebaf
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.
#a8ebaf Background Color
<div style="background-color:#a8ebaf">
Div content here</div>
This div background color is #a8ebaf
#a8ebaf Border Color
<div style="border:3px solid #a8ebaf">
Div here</div>
This div border color is #a8ebaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,235,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8ebaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8ebaf; -webkit-box-shadow: 1px 1px 3px 2px #a8ebaf; box-shadow: 1px 1px 3px 2px #a8ebaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,235,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a8ebaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8ebaf; -webkit-box-shadow: 1px 1px 3px 2px #a8ebaf; box-shadow: 1px 1px 3px 2px #a8ebaf;">
Div content here</div>
This div box has shadow with color #a8ebaf
Comments
No comments written yet.
Please login to write comment.