Color spaces of #95ffaf
RGB | 149 | 255 | 175 |
---|---|---|---|
HSL | 0.37 | 1.00 | 0.79 |
HSV | 135° | 42° | 100° |
CMYK | 0.42 | 0.00 | 0.31 0.00 |
XYZ | 55.8923 | 81.0047 | 53.2471 |
Yxy | 81.0047 | 0.2939 | 0.4260 |
Hunter Lab | 90.0026 | -46.6547 | 27.9248 |
CIE-Lab | 92.1338 | -47.1963 | 28.8669 |
#95ffaf color RGB value is (149,255,175).
#95ffaf hex color red value is 149, green value is 255 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #95ffaf hue: 0.37 , saturation: 1.00 and the lightness value of 95ffaf is 0.79.
The process color (four color CMYK) of #95ffaf color hex is 0.42, 0.00, 0.31, 0.00. Web safe color of #95ffaf is #99ff99. Color #95ffaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 11111111 | 10101111 |
Octal | 225 | 377 | 257 |
Decimal | 149 | 255 | 175 |
Hex | 95 | FF | AF |
Shades of #95ffaf
Tints of #95ffaf
RGB Percentages of Color #95ffaf
CMYK Percentages of Color #95ffaf
Complementary Color
#95ffaf | #ff95e5 |
#95ffaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95ffaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#95ffaf Color CSS Codes
.mybgcolor {background-color:#95ffaf; } .myforecolor {color:#95ffaf; } .mybordercolor {border:3px solid #95ffaf; }
#95ffaf Text Font Color
<p style="color:#95ffaf">Text here</p>
This sample text font color is #95ffaf
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.
#95ffaf Background Color
<div style="background-color:#95ffaf">
Div content here</div>
This div background color is #95ffaf
#95ffaf Border Color
<div style="border:3px solid #95ffaf">
Div here</div>
This div border color is #95ffaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,255,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95ffaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95ffaf; -webkit-box-shadow: 1px 1px 3px 2px #95ffaf; box-shadow: 1px 1px 3px 2px #95ffaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,255,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 #95ffaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95ffaf; -webkit-box-shadow: 1px 1px 3px 2px #95ffaf; box-shadow: 1px 1px 3px 2px #95ffaf;">
Div content here</div>
This div box has shadow with color #95ffaf
Comments
No comments written yet.
Please login to write comment.