Color spaces of #95bdaa
RGB | 149 | 189 | 170 |
---|---|---|---|
HSL | 0.42 | 0.23 | 0.66 |
HSV | 152° | 21° | 74° |
CMYK | 0.21 | 0.00 | 0.10 0.26 |
XYZ | 37.8477 | 45.6870 | 44.8539 |
Yxy | 45.6870 | 0.2948 | 0.3558 |
Hunter Lab | 67.5922 | -18.3366 | 7.9699 |
CIE-Lab | 73.3420 | -17.2450 | 5.2240 |
#95bdaa color RGB value is (149,189,170).
#95bdaa hex color red value is 149, green value is 189 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #95bdaa hue: 0.42 , saturation: 0.23 and the lightness value of 95bdaa is 0.66.
The process color (four color CMYK) of #95bdaa color hex is 0.21, 0.00, 0.10, 0.26. Web safe color of #95bdaa is #99cc99. Color #95bdaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 10111101 | 10101010 |
Octal | 225 | 275 | 252 |
Decimal | 149 | 189 | 170 |
Hex | 95 | BD | AA |
Shades of #95bdaa
Tints of #95bdaa
RGB Percentages of Color #95bdaa
CMYK Percentages of Color #95bdaa
Complementary Color
#95bdaa | #bd95a8 |
#95bdaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95bdaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#95bdaa Color CSS Codes
.mybgcolor {background-color:#95bdaa; } .myforecolor {color:#95bdaa; } .mybordercolor {border:3px solid #95bdaa; }
#95bdaa Text Font Color
<p style="color:#95bdaa">Text here</p>
This sample text font color is #95bdaa
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.
#95bdaa Background Color
<div style="background-color:#95bdaa">
Div content here</div>
This div background color is #95bdaa
#95bdaa Border Color
<div style="border:3px solid #95bdaa">
Div here</div>
This div border color is #95bdaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,189,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95bdaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95bdaa; -webkit-box-shadow: 1px 1px 3px 2px #95bdaa; box-shadow: 1px 1px 3px 2px #95bdaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,189,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 #95bdaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95bdaa; -webkit-box-shadow: 1px 1px 3px 2px #95bdaa; box-shadow: 1px 1px 3px 2px #95bdaa;">
Div content here</div>
This div box has shadow with color #95bdaa
Comments
No comments written yet.
Please login to write comment.