Color spaces of #91cdda
RGB | 145 | 205 | 218 |
---|---|---|---|
HSL | 0.53 | 0.50 | 0.71 |
HSV | 191° | 33° | 85° |
CMYK | 0.33 | 0.06 | 0.00 0.15 |
XYZ | 46.1633 | 54.7443 | 74.4633 |
Yxy | 54.7443 | 0.2632 | 0.3122 |
Hunter Lab | 73.9894 | -18.1121 | -7.8772 |
CIE-Lab | 78.8938 | -15.9974 | -12.5974 |
#91cdda color RGB value is (145,205,218).
#91cdda hex color red value is 145, green value is 205 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #91cdda hue: 0.53 , saturation: 0.50 and the lightness value of 91cdda is 0.71.
The process color (four color CMYK) of #91cdda color hex is 0.33, 0.06, 0.00, 0.15. Web safe color of #91cdda is #99cccc. Color #91cdda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 11001101 | 11011010 |
Octal | 221 | 315 | 332 |
Decimal | 145 | 205 | 218 |
Hex | 91 | CD | DA |
Shades of #91cdda
Tints of #91cdda
RGB Percentages of Color #91cdda
CMYK Percentages of Color #91cdda
Complementary Color
#91cdda | #da9e91 |
#91cdda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#91cdda Color Preview on White Background
Lorem ipsum dolor sit amet.
#91cdda Color CSS Codes
.mybgcolor {background-color:#91cdda; } .myforecolor {color:#91cdda; } .mybordercolor {border:3px solid #91cdda; }
#91cdda Text Font Color
<p style="color:#91cdda">Text here</p>
This sample text font color is #91cdda
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.
#91cdda Background Color
<div style="background-color:#91cdda">
Div content here</div>
This div background color is #91cdda
#91cdda Border Color
<div style="border:3px solid #91cdda">
Div here</div>
This div border color is #91cdda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,205,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #91cdda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #91cdda; -webkit-box-shadow: 1px 1px 3px 2px #91cdda; box-shadow: 1px 1px 3px 2px #91cdda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,205,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #91cdda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #91cdda; -webkit-box-shadow: 1px 1px 3px 2px #91cdda; box-shadow: 1px 1px 3px 2px #91cdda;">
Div content here</div>
This div box has shadow with color #91cdda
Comments
No comments written yet.
Please login to write comment.