Color spaces of #91aeeb
RGB | 145 | 174 | 235 |
---|---|---|---|
HSL | 0.61 | 0.69 | 0.75 |
HSV | 221° | 38° | 92° |
CMYK | 0.38 | 0.26 | 0.00 0.08 |
XYZ | 41.8085 | 42.2900 | 84.5565 |
Yxy | 42.2900 | 0.2479 | 0.2507 |
Hunter Lab | 65.0308 | 0.9544 | -31.5705 |
CIE-Lab | 71.0704 | 4.9549 | -33.7125 |
#91aeeb color RGB value is (145,174,235).
#91aeeb hex color red value is 145, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #91aeeb hue: 0.61 , saturation: 0.69 and the lightness value of 91aeeb is 0.75.
The process color (four color CMYK) of #91aeeb color hex is 0.38, 0.26, 0.00, 0.08. Web safe color of #91aeeb is #9999ff. Color #91aeeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 10101110 | 11101011 |
Octal | 221 | 256 | 353 |
Decimal | 145 | 174 | 235 |
Hex | 91 | AE | EB |
Shades of #91aeeb
Tints of #91aeeb
RGB Percentages of Color #91aeeb
CMYK Percentages of Color #91aeeb
Complementary Color
#91aeeb | #ebce91 |
#91aeeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#91aeeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#91aeeb Color CSS Codes
.mybgcolor {background-color:#91aeeb; } .myforecolor {color:#91aeeb; } .mybordercolor {border:3px solid #91aeeb; }
#91aeeb Text Font Color
<p style="color:#91aeeb">Text here</p>
This sample text font color is #91aeeb
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.
#91aeeb Background Color
<div style="background-color:#91aeeb">
Div content here</div>
This div background color is #91aeeb
#91aeeb Border Color
<div style="border:3px solid #91aeeb">
Div here</div>
This div border color is #91aeeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,174,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #91aeeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #91aeeb; -webkit-box-shadow: 1px 1px 3px 2px #91aeeb; box-shadow: 1px 1px 3px 2px #91aeeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,174,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #91aeeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #91aeeb; -webkit-box-shadow: 1px 1px 3px 2px #91aeeb; box-shadow: 1px 1px 3px 2px #91aeeb;">
Div content here</div>
This div box has shadow with color #91aeeb
Comments
No comments written yet.
Please login to write comment.