Color spaces of #91cccc
RGB | 145 | 204 | 204 |
---|---|---|---|
HSL | 0.50 | 0.37 | 0.68 |
HSV | 180° | 29° | 80° |
CMYK | 0.29 | 0.00 | 0.00 0.20 |
XYZ | 44.1690 | 53.5651 | 65.1379 |
Yxy | 53.5651 | 0.2712 | 0.3289 |
Hunter Lab | 73.1882 | -20.3547 | -1.5367 |
CIE-Lab | 78.2075 | -18.7825 | -6.0945 |
#91cccc color RGB value is (145,204,204).
#91cccc hex color red value is 145, green value is 204 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #91cccc hue: 0.50 , saturation: 0.37 and the lightness value of 91cccc is 0.68.
The process color (four color CMYK) of #91cccc color hex is 0.29, 0.00, 0.00, 0.20. Web safe color of #91cccc is #99cccc. Color #91cccc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 11001100 | 11001100 |
Octal | 221 | 314 | 314 |
Decimal | 145 | 204 | 204 |
Hex | 91 | CC | CC |
Shades of #91cccc
Tints of #91cccc
RGB Percentages of Color #91cccc
CMYK Percentages of Color #91cccc
Complementary Color
#91cccc | #cc9191 |
#91cccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#91cccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#91cccc Color CSS Codes
.mybgcolor {background-color:#91cccc; } .myforecolor {color:#91cccc; } .mybordercolor {border:3px solid #91cccc; }
#91cccc Text Font Color
<p style="color:#91cccc">Text here</p>
This sample text font color is #91cccc
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.
#91cccc Background Color
<div style="background-color:#91cccc">
Div content here</div>
This div background color is #91cccc
#91cccc Border Color
<div style="border:3px solid #91cccc">
Div here</div>
This div border color is #91cccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,204,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #91cccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #91cccc; -webkit-box-shadow: 1px 1px 3px 2px #91cccc; box-shadow: 1px 1px 3px 2px #91cccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,204,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #91cccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #91cccc; -webkit-box-shadow: 1px 1px 3px 2px #91cccc; box-shadow: 1px 1px 3px 2px #91cccc;">
Div content here</div>
This div box has shadow with color #91cccc
Comments
No comments written yet.
Please login to write comment.