Color spaces of #91aebe
RGB | 145 | 174 | 190 |
---|---|---|---|
HSL | 0.56 | 0.26 | 0.66 |
HSV | 201° | 24° | 75° |
CMYK | 0.24 | 0.08 | 0.00 0.25 |
XYZ | 36.1074 | 40.0096 | 54.5348 |
Yxy | 40.0096 | 0.2764 | 0.3062 |
Hunter Lab | 63.2531 | -8.7981 | -6.8407 |
CIE-Lab | 69.4764 | -6.3098 | -11.4577 |
#91aebe color RGB value is (145,174,190).
#91aebe hex color red value is 145, green value is 174 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #91aebe hue: 0.56 , saturation: 0.26 and the lightness value of 91aebe is 0.66.
The process color (four color CMYK) of #91aebe color hex is 0.24, 0.08, 0.00, 0.25. Web safe color of #91aebe is #9999cc. Color #91aebe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 10101110 | 10111110 |
Octal | 221 | 256 | 276 |
Decimal | 145 | 174 | 190 |
Hex | 91 | AE | BE |
Shades of #91aebe
Tints of #91aebe
RGB Percentages of Color #91aebe
CMYK Percentages of Color #91aebe
Complementary Color
#91aebe | #bea191 |
#91aebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#91aebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#91aebe Color CSS Codes
.mybgcolor {background-color:#91aebe; } .myforecolor {color:#91aebe; } .mybordercolor {border:3px solid #91aebe; }
#91aebe Text Font Color
<p style="color:#91aebe">Text here</p>
This sample text font color is #91aebe
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.
#91aebe Background Color
<div style="background-color:#91aebe">
Div content here</div>
This div background color is #91aebe
#91aebe Border Color
<div style="border:3px solid #91aebe">
Div here</div>
This div border color is #91aebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,174,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #91aebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #91aebe; -webkit-box-shadow: 1px 1px 3px 2px #91aebe; box-shadow: 1px 1px 3px 2px #91aebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,174,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #91aebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #91aebe; -webkit-box-shadow: 1px 1px 3px 2px #91aebe; box-shadow: 1px 1px 3px 2px #91aebe;">
Div content here</div>
This div box has shadow with color #91aebe
Comments
No comments written yet.
Please login to write comment.