Color spaces of #8abdaf
RGB | 138 | 189 | 175 |
---|---|---|---|
HSL | 0.45 | 0.28 | 0.64 |
HSV | 164° | 27° | 74° |
CMYK | 0.27 | 0.00 | 0.07 0.26 |
XYZ | 36.4167 | 44.8936 | 47.3034 |
Yxy | 44.8936 | 0.2831 | 0.3491 |
Hunter Lab | 67.0027 | -20.2380 | 5.0436 |
CIE-Lab | 72.8218 | -19.6986 | 1.6661 |
#8abdaf color RGB value is (138,189,175).
#8abdaf hex color red value is 138, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8abdaf hue: 0.45 , saturation: 0.28 and the lightness value of 8abdaf is 0.64.
The process color (four color CMYK) of #8abdaf color hex is 0.27, 0.00, 0.07, 0.26. Web safe color of #8abdaf is #99cc99. Color #8abdaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 10111101 | 10101111 |
Octal | 212 | 275 | 257 |
Decimal | 138 | 189 | 175 |
Hex | 8A | BD | AF |
Shades of #8abdaf
Tints of #8abdaf
RGB Percentages of Color #8abdaf
CMYK Percentages of Color #8abdaf
Complementary Color
#8abdaf | #bd8a98 |
#8abdaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8abdaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#8abdaf Color CSS Codes
.mybgcolor {background-color:#8abdaf; } .myforecolor {color:#8abdaf; } .mybordercolor {border:3px solid #8abdaf; }
#8abdaf Text Font Color
<p style="color:#8abdaf">Text here</p>
This sample text font color is #8abdaf
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.
#8abdaf Background Color
<div style="background-color:#8abdaf">
Div content here</div>
This div background color is #8abdaf
#8abdaf Border Color
<div style="border:3px solid #8abdaf">
Div here</div>
This div border color is #8abdaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,189,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8abdaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8abdaf; -webkit-box-shadow: 1px 1px 3px 2px #8abdaf; box-shadow: 1px 1px 3px 2px #8abdaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,189,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 #8abdaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8abdaf; -webkit-box-shadow: 1px 1px 3px 2px #8abdaf; box-shadow: 1px 1px 3px 2px #8abdaf;">
Div content here</div>
This div box has shadow with color #8abdaf
Comments
No comments written yet.
Please login to write comment.