Color spaces of #91cbad
RGB | 145 | 203 | 173 |
---|---|---|---|
HSL | 0.41 | 0.36 | 0.68 |
HSV | 149° | 29° | 80° |
CMYK | 0.29 | 0.00 | 0.15 0.20 |
XYZ | 40.5758 | 51.7487 | 47.3851 |
Yxy | 51.7487 | 0.2904 | 0.3704 |
Hunter Lab | 71.9366 | -25.2061 | 11.3009 |
CIE-Lab | 77.1303 | -24.9401 | 9.0074 |
#91cbad color RGB value is (145,203,173).
#91cbad hex color red value is 145, green value is 203 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #91cbad hue: 0.41 , saturation: 0.36 and the lightness value of 91cbad is 0.68.
The process color (four color CMYK) of #91cbad color hex is 0.29, 0.00, 0.15, 0.20. Web safe color of #91cbad is #99cc99. Color #91cbad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 11001011 | 10101101 |
Octal | 221 | 313 | 255 |
Decimal | 145 | 203 | 173 |
Hex | 91 | CB | AD |
Shades of #91cbad
Tints of #91cbad
RGB Percentages of Color #91cbad
CMYK Percentages of Color #91cbad
Complementary Color
#91cbad | #cb91af |
#91cbad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#91cbad Color Preview on White Background
Lorem ipsum dolor sit amet.
#91cbad Color CSS Codes
.mybgcolor {background-color:#91cbad; } .myforecolor {color:#91cbad; } .mybordercolor {border:3px solid #91cbad; }
#91cbad Text Font Color
<p style="color:#91cbad">Text here</p>
This sample text font color is #91cbad
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.
#91cbad Background Color
<div style="background-color:#91cbad">
Div content here</div>
This div background color is #91cbad
#91cbad Border Color
<div style="border:3px solid #91cbad">
Div here</div>
This div border color is #91cbad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,203,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #91cbad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #91cbad; -webkit-box-shadow: 1px 1px 3px 2px #91cbad; box-shadow: 1px 1px 3px 2px #91cbad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,203,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #91cbad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #91cbad; -webkit-box-shadow: 1px 1px 3px 2px #91cbad; box-shadow: 1px 1px 3px 2px #91cbad;">
Div content here</div>
This div box has shadow with color #91cbad
Comments
No comments written yet.
Please login to write comment.