Color spaces of #8afebc
RGB | 138 | 254 | 188 |
---|---|---|---|
HSL | 0.41 | 0.98 | 0.77 |
HSV | 146° | 46° | 100° |
CMYK | 0.46 | 0.00 | 0.26 0.00 |
XYZ | 55.0001 | 79.9177 | 60.1038 |
Yxy | 79.9177 | 0.2820 | 0.4098 |
Hunter Lab | 89.3967 | -46.6245 | 22.7154 |
CIE-Lab | 91.6479 | -47.3430 | 21.5369 |
#8afebc color RGB value is (138,254,188).
#8afebc hex color red value is 138, green value is 254 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8afebc hue: 0.41 , saturation: 0.98 and the lightness value of 8afebc is 0.77.
The process color (four color CMYK) of #8afebc color hex is 0.46, 0.00, 0.26, 0.00. Web safe color of #8afebc is #99ffcc. Color #8afebc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 11111110 | 10111100 |
Octal | 212 | 376 | 274 |
Decimal | 138 | 254 | 188 |
Hex | 8A | FE | BC |
Shades of #8afebc
Tints of #8afebc
RGB Percentages of Color #8afebc
CMYK Percentages of Color #8afebc
Complementary Color
#8afebc | #fe8acc |
#8afebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8afebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#8afebc Color CSS Codes
.mybgcolor {background-color:#8afebc; } .myforecolor {color:#8afebc; } .mybordercolor {border:3px solid #8afebc; }
#8afebc Text Font Color
<p style="color:#8afebc">Text here</p>
This sample text font color is #8afebc
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.
#8afebc Background Color
<div style="background-color:#8afebc">
Div content here</div>
This div background color is #8afebc
#8afebc Border Color
<div style="border:3px solid #8afebc">
Div here</div>
This div border color is #8afebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,254,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8afebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8afebc; -webkit-box-shadow: 1px 1px 3px 2px #8afebc; box-shadow: 1px 1px 3px 2px #8afebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,254,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8afebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8afebc; -webkit-box-shadow: 1px 1px 3px 2px #8afebc; box-shadow: 1px 1px 3px 2px #8afebc;">
Div content here</div>
This div box has shadow with color #8afebc
Comments
No comments written yet.
Please login to write comment.