Color spaces of #95ffaa
RGB | 149 | 255 | 170 |
---|---|---|---|
HSL | 0.37 | 1.00 | 0.79 |
HSV | 132° | 42° | 100° |
CMYK | 0.42 | 0.00 | 0.33 0.00 |
XYZ | 55.4101 | 80.8118 | 50.7080 |
Yxy | 80.8118 | 0.2964 | 0.4323 |
Hunter Lab | 89.8954 | -47.2923 | 29.4826 |
CIE-Lab | 92.0479 | -48.0342 | 31.2643 |
#95ffaa color RGB value is (149,255,170).
#95ffaa hex color red value is 149, green value is 255 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #95ffaa hue: 0.37 , saturation: 1.00 and the lightness value of 95ffaa is 0.79.
The process color (four color CMYK) of #95ffaa color hex is 0.42, 0.00, 0.33, 0.00. Web safe color of #95ffaa is #99ff99. Color #95ffaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 11111111 | 10101010 |
Octal | 225 | 377 | 252 |
Decimal | 149 | 255 | 170 |
Hex | 95 | FF | AA |
Shades of #95ffaa
Tints of #95ffaa
RGB Percentages of Color #95ffaa
CMYK Percentages of Color #95ffaa
Complementary Color
#95ffaa | #ff95ea |
#95ffaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95ffaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#95ffaa Color CSS Codes
.mybgcolor {background-color:#95ffaa; } .myforecolor {color:#95ffaa; } .mybordercolor {border:3px solid #95ffaa; }
#95ffaa Text Font Color
<p style="color:#95ffaa">Text here</p>
This sample text font color is #95ffaa
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.
#95ffaa Background Color
<div style="background-color:#95ffaa">
Div content here</div>
This div background color is #95ffaa
#95ffaa Border Color
<div style="border:3px solid #95ffaa">
Div here</div>
This div border color is #95ffaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,255,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95ffaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95ffaa; -webkit-box-shadow: 1px 1px 3px 2px #95ffaa; box-shadow: 1px 1px 3px 2px #95ffaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,255,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #95ffaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95ffaa; -webkit-box-shadow: 1px 1px 3px 2px #95ffaa; box-shadow: 1px 1px 3px 2px #95ffaa;">
Div content here</div>
This div box has shadow with color #95ffaa
#95ffaa Color Palettes
Comments
No comments written yet.
Please login to write comment.