Color spaces of #8afada
RGB | 138 | 250 | 218 |
---|---|---|---|
HSL | 0.45 | 0.92 | 0.76 |
HSV | 163° | 45° | 98° |
CMYK | 0.45 | 0.00 | 0.13 0.02 |
XYZ | 57.3217 | 78.8364 | 78.5255 |
Yxy | 78.8364 | 0.2670 | 0.3672 |
Hunter Lab | 88.7899 | -40.1447 | 9.7170 |
CIE-Lab | 91.1602 | -39.4589 | 5.4040 |
#8afada color RGB value is (138,250,218).
#8afada hex color red value is 138, green value is 250 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8afada hue: 0.45 , saturation: 0.92 and the lightness value of 8afada is 0.76.
The process color (four color CMYK) of #8afada color hex is 0.45, 0.00, 0.13, 0.02. Web safe color of #8afada is #99ffcc. Color #8afada contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 11111010 | 11011010 |
Octal | 212 | 372 | 332 |
Decimal | 138 | 250 | 218 |
Hex | 8A | FA | DA |
Shades of #8afada
Tints of #8afada
RGB Percentages of Color #8afada
CMYK Percentages of Color #8afada
Complementary Color
#8afada | #fa8aaa |
#8afada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8afada Color Preview on White Background
Lorem ipsum dolor sit amet.
#8afada Color CSS Codes
.mybgcolor {background-color:#8afada; } .myforecolor {color:#8afada; } .mybordercolor {border:3px solid #8afada; }
#8afada Text Font Color
<p style="color:#8afada">Text here</p>
This sample text font color is #8afada
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.
#8afada Background Color
<div style="background-color:#8afada">
Div content here</div>
This div background color is #8afada
#8afada Border Color
<div style="border:3px solid #8afada">
Div here</div>
This div border color is #8afada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,250,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8afada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8afada; -webkit-box-shadow: 1px 1px 3px 2px #8afada; box-shadow: 1px 1px 3px 2px #8afada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,250,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8afada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8afada; -webkit-box-shadow: 1px 1px 3px 2px #8afada; box-shadow: 1px 1px 3px 2px #8afada;">
Div content here</div>
This div box has shadow with color #8afada
Comments
No comments written yet.
Please login to write comment.