Color spaces of #95afaa
RGB | 149 | 175 | 170 |
---|---|---|---|
HSL | 0.47 | 0.14 | 0.64 |
HSV | 168° | 15° | 69° |
CMYK | 0.15 | 0.00 | 0.03 0.31 |
XYZ | 34.9801 | 39.9518 | 43.8980 |
Yxy | 39.9518 | 0.2944 | 0.3362 |
Hunter Lab | 63.2074 | -11.8280 | 3.0679 |
CIE-Lab | 69.4352 | -9.9408 | -0.4471 |
#95afaa color RGB value is (149,175,170).
#95afaa hex color red value is 149, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #95afaa hue: 0.47 , saturation: 0.14 and the lightness value of 95afaa is 0.64.
The process color (four color CMYK) of #95afaa color hex is 0.15, 0.00, 0.03, 0.31. Web safe color of #95afaa is #999999. Color #95afaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 10101111 | 10101010 |
Octal | 225 | 257 | 252 |
Decimal | 149 | 175 | 170 |
Hex | 95 | AF | AA |
Shades of #95afaa
Tints of #95afaa
RGB Percentages of Color #95afaa
CMYK Percentages of Color #95afaa
Complementary Color
#95afaa | #af959a |
#95afaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95afaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#95afaa Color CSS Codes
.mybgcolor {background-color:#95afaa; } .myforecolor {color:#95afaa; } .mybordercolor {border:3px solid #95afaa; }
#95afaa Text Font Color
<p style="color:#95afaa">Text here</p>
This sample text font color is #95afaa
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.
#95afaa Background Color
<div style="background-color:#95afaa">
Div content here</div>
This div background color is #95afaa
#95afaa Border Color
<div style="border:3px solid #95afaa">
Div here</div>
This div border color is #95afaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,175,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95afaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95afaa; -webkit-box-shadow: 1px 1px 3px 2px #95afaa; box-shadow: 1px 1px 3px 2px #95afaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,175,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 #95afaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95afaa; -webkit-box-shadow: 1px 1px 3px 2px #95afaa; box-shadow: 1px 1px 3px 2px #95afaa;">
Div content here</div>
This div box has shadow with color #95afaa
Comments
No comments written yet.
Please login to write comment.