Color spaces of #91ddab
RGB | 145 | 221 | 171 |
---|---|---|---|
HSL | 0.39 | 0.53 | 0.72 |
HSV | 141° | 34° | 87° |
CMYK | 0.34 | 0.00 | 0.23 0.13 |
XYZ | 44.8842 | 60.6729 | 47.8735 |
Yxy | 60.6729 | 0.2925 | 0.3954 |
Hunter Lab | 77.8928 | -33.4553 | 18.0849 |
CIE-Lab | 82.2026 | -33.9237 | 17.2338 |
#91ddab color RGB value is (145,221,171).
#91ddab hex color red value is 145, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #91ddab hue: 0.39 , saturation: 0.53 and the lightness value of 91ddab is 0.72.
The process color (four color CMYK) of #91ddab color hex is 0.34, 0.00, 0.23, 0.13. Web safe color of #91ddab is #99cc99. Color #91ddab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 11011101 | 10101011 |
Octal | 221 | 335 | 253 |
Decimal | 145 | 221 | 171 |
Hex | 91 | DD | AB |
Shades of #91ddab
Tints of #91ddab
RGB Percentages of Color #91ddab
CMYK Percentages of Color #91ddab
Complementary Color
#91ddab | #dd91c3 |
#91ddab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#91ddab Color Preview on White Background
Lorem ipsum dolor sit amet.
#91ddab Color CSS Codes
.mybgcolor {background-color:#91ddab; } .myforecolor {color:#91ddab; } .mybordercolor {border:3px solid #91ddab; }
#91ddab Text Font Color
<p style="color:#91ddab">Text here</p>
This sample text font color is #91ddab
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.
#91ddab Background Color
<div style="background-color:#91ddab">
Div content here</div>
This div background color is #91ddab
#91ddab Border Color
<div style="border:3px solid #91ddab">
Div here</div>
This div border color is #91ddab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,221,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #91ddab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #91ddab; -webkit-box-shadow: 1px 1px 3px 2px #91ddab; box-shadow: 1px 1px 3px 2px #91ddab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,221,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 #91ddab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #91ddab; -webkit-box-shadow: 1px 1px 3px 2px #91ddab; box-shadow: 1px 1px 3px 2px #91ddab;">
Div content here</div>
This div box has shadow with color #91ddab
Comments
No comments written yet.
Please login to write comment.