Color spaces of #8acfad
RGB | 138 | 207 | 173 |
---|---|---|---|
HSL | 0.42 | 0.42 | 0.68 |
HSV | 150° | 33° | 81° |
CMYK | 0.33 | 0.00 | 0.16 0.19 |
XYZ | 40.3369 | 53.0461 | 47.6481 |
Yxy | 53.0461 | 0.2860 | 0.3761 |
Hunter Lab | 72.8328 | -28.5988 | 12.1947 |
CIE-Lab | 77.9022 | -29.0075 | 10.0584 |
#8acfad color RGB value is (138,207,173).
#8acfad hex color red value is 138, green value is 207 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8acfad hue: 0.42 , saturation: 0.42 and the lightness value of 8acfad is 0.68.
The process color (four color CMYK) of #8acfad color hex is 0.33, 0.00, 0.16, 0.19. Web safe color of #8acfad is #99cc99. Color #8acfad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 11001111 | 10101101 |
Octal | 212 | 317 | 255 |
Decimal | 138 | 207 | 173 |
Hex | 8A | CF | AD |
Shades of #8acfad
Tints of #8acfad
RGB Percentages of Color #8acfad
CMYK Percentages of Color #8acfad
Complementary Color
#8acfad | #cf8aac |
#8acfad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8acfad Color Preview on White Background
Lorem ipsum dolor sit amet.
#8acfad Color CSS Codes
.mybgcolor {background-color:#8acfad; } .myforecolor {color:#8acfad; } .mybordercolor {border:3px solid #8acfad; }
#8acfad Text Font Color
<p style="color:#8acfad">Text here</p>
This sample text font color is #8acfad
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.
#8acfad Background Color
<div style="background-color:#8acfad">
Div content here</div>
This div background color is #8acfad
#8acfad Border Color
<div style="border:3px solid #8acfad">
Div here</div>
This div border color is #8acfad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,207,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8acfad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8acfad; -webkit-box-shadow: 1px 1px 3px 2px #8acfad; box-shadow: 1px 1px 3px 2px #8acfad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,207,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8acfad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8acfad; -webkit-box-shadow: 1px 1px 3px 2px #8acfad; box-shadow: 1px 1px 3px 2px #8acfad;">
Div content here</div>
This div box has shadow with color #8acfad
Comments
No comments written yet.
Please login to write comment.