Color spaces of #95cbab
RGB | 149 | 203 | 171 |
---|---|---|---|
HSL | 0.40 | 0.34 | 0.69 |
HSV | 144° | 27° | 80° |
CMYK | 0.27 | 0.00 | 0.16 0.20 |
XYZ | 41.1010 | 52.0417 | 46.4069 |
Yxy | 52.0417 | 0.2945 | 0.3729 |
Hunter Lab | 72.1399 | -24.5463 | 12.3573 |
CIE-Lab | 77.3058 | -24.0789 | 10.3601 |
#95cbab color RGB value is (149,203,171).
#95cbab hex color red value is 149, green value is 203 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #95cbab hue: 0.40 , saturation: 0.34 and the lightness value of 95cbab is 0.69.
The process color (four color CMYK) of #95cbab color hex is 0.27, 0.00, 0.16, 0.20. Web safe color of #95cbab is #99cc99. Color #95cbab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 11001011 | 10101011 |
Octal | 225 | 313 | 253 |
Decimal | 149 | 203 | 171 |
Hex | 95 | CB | AB |
Shades of #95cbab
Tints of #95cbab
RGB Percentages of Color #95cbab
CMYK Percentages of Color #95cbab
Complementary Color
#95cbab | #cb95b5 |
#95cbab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95cbab Color Preview on White Background
Lorem ipsum dolor sit amet.
#95cbab Color CSS Codes
.mybgcolor {background-color:#95cbab; } .myforecolor {color:#95cbab; } .mybordercolor {border:3px solid #95cbab; }
#95cbab Text Font Color
<p style="color:#95cbab">Text here</p>
This sample text font color is #95cbab
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.
#95cbab Background Color
<div style="background-color:#95cbab">
Div content here</div>
This div background color is #95cbab
#95cbab Border Color
<div style="border:3px solid #95cbab">
Div here</div>
This div border color is #95cbab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,203,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95cbab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95cbab; -webkit-box-shadow: 1px 1px 3px 2px #95cbab; box-shadow: 1px 1px 3px 2px #95cbab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,203,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #95cbab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95cbab; -webkit-box-shadow: 1px 1px 3px 2px #95cbab; box-shadow: 1px 1px 3px 2px #95cbab;">
Div content here</div>
This div box has shadow with color #95cbab
Comments
No comments written yet.
Please login to write comment.