Color spaces of #91efba
RGB | 145 | 239 | 186 |
---|---|---|---|
HSL | 0.41 | 0.75 | 0.75 |
HSV | 146° | 39° | 94° |
CMYK | 0.39 | 0.00 | 0.22 0.06 |
XYZ | 51.4065 | 71.2979 | 57.5068 |
Yxy | 71.2979 | 0.2853 | 0.3956 |
Hunter Lab | 84.4381 | -39.0946 | 18.7270 |
CIE-Lab | 87.6295 | -39.3020 | 17.0065 |
#91efba color RGB value is (145,239,186).
#91efba hex color red value is 145, green value is 239 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #91efba hue: 0.41 , saturation: 0.75 and the lightness value of 91efba is 0.75.
The process color (four color CMYK) of #91efba color hex is 0.39, 0.00, 0.22, 0.06. Web safe color of #91efba is #99ffcc. Color #91efba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 11101111 | 10111010 |
Octal | 221 | 357 | 272 |
Decimal | 145 | 239 | 186 |
Hex | 91 | EF | BA |
Shades of #91efba
Tints of #91efba
RGB Percentages of Color #91efba
CMYK Percentages of Color #91efba
Complementary Color
#91efba | #ef91c6 |
#91efba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#91efba Color Preview on White Background
Lorem ipsum dolor sit amet.
#91efba Color CSS Codes
.mybgcolor {background-color:#91efba; } .myforecolor {color:#91efba; } .mybordercolor {border:3px solid #91efba; }
#91efba Text Font Color
<p style="color:#91efba">Text here</p>
This sample text font color is #91efba
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.
#91efba Background Color
<div style="background-color:#91efba">
Div content here</div>
This div background color is #91efba
#91efba Border Color
<div style="border:3px solid #91efba">
Div here</div>
This div border color is #91efba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,239,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #91efba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #91efba; -webkit-box-shadow: 1px 1px 3px 2px #91efba; box-shadow: 1px 1px 3px 2px #91efba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,239,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #91efba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #91efba; -webkit-box-shadow: 1px 1px 3px 2px #91efba; box-shadow: 1px 1px 3px 2px #91efba;">
Div content here</div>
This div box has shadow with color #91efba
Comments
No comments written yet.
Please login to write comment.