Color spaces of #91cdce
RGB | 145 | 205 | 206 |
---|---|---|---|
HSL | 0.50 | 0.38 | 0.69 |
HSV | 181° | 30° | 81° |
CMYK | 0.30 | 0.00 | 0.00 0.19 |
XYZ | 44.6490 | 54.1386 | 66.4891 |
Yxy | 54.1386 | 0.2701 | 0.3276 |
Hunter Lab | 73.5789 | -20.4462 | -2.0717 |
CIE-Lab | 78.5425 | -18.8287 | -6.6742 |
#91cdce color RGB value is (145,205,206).
#91cdce hex color red value is 145, green value is 205 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #91cdce hue: 0.50 , saturation: 0.38 and the lightness value of 91cdce is 0.69.
The process color (four color CMYK) of #91cdce color hex is 0.30, 0.00, 0.00, 0.19. Web safe color of #91cdce is #99cccc. Color #91cdce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 11001101 | 11001110 |
Octal | 221 | 315 | 316 |
Decimal | 145 | 205 | 206 |
Hex | 91 | CD | CE |
Shades of #91cdce
Tints of #91cdce
RGB Percentages of Color #91cdce
CMYK Percentages of Color #91cdce
Complementary Color
#91cdce | #ce9291 |
#91cdce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#91cdce Color Preview on White Background
Lorem ipsum dolor sit amet.
#91cdce Color CSS Codes
.mybgcolor {background-color:#91cdce; } .myforecolor {color:#91cdce; } .mybordercolor {border:3px solid #91cdce; }
#91cdce Text Font Color
<p style="color:#91cdce">Text here</p>
This sample text font color is #91cdce
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.
#91cdce Background Color
<div style="background-color:#91cdce">
Div content here</div>
This div background color is #91cdce
#91cdce Border Color
<div style="border:3px solid #91cdce">
Div here</div>
This div border color is #91cdce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,205,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #91cdce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #91cdce; -webkit-box-shadow: 1px 1px 3px 2px #91cdce; box-shadow: 1px 1px 3px 2px #91cdce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,205,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #91cdce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #91cdce; -webkit-box-shadow: 1px 1px 3px 2px #91cdce; box-shadow: 1px 1px 3px 2px #91cdce;">
Div content here</div>
This div box has shadow with color #91cdce
Comments
No comments written yet.
Please login to write comment.