Color spaces of #91dbcc
RGB | 145 | 219 | 204 |
---|---|---|---|
HSL | 0.47 | 0.51 | 0.71 |
HSV | 168° | 34° | 86° |
CMYK | 0.34 | 0.00 | 0.07 0.14 |
XYZ | 47.9077 | 61.0424 | 66.3841 |
Yxy | 61.0424 | 0.2732 | 0.3481 |
Hunter Lab | 78.1296 | -27.2738 | 4.3140 |
CIE-Lab | 82.4015 | -26.2277 | 0.0687 |
#91dbcc color RGB value is (145,219,204).
#91dbcc hex color red value is 145, green value is 219 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #91dbcc hue: 0.47 , saturation: 0.51 and the lightness value of 91dbcc is 0.71.
The process color (four color CMYK) of #91dbcc color hex is 0.34, 0.00, 0.07, 0.14. Web safe color of #91dbcc is #99cccc. Color #91dbcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 11011011 | 11001100 |
Octal | 221 | 333 | 314 |
Decimal | 145 | 219 | 204 |
Hex | 91 | DB | CC |
Shades of #91dbcc
Tints of #91dbcc
RGB Percentages of Color #91dbcc
CMYK Percentages of Color #91dbcc
Complementary Color
#91dbcc | #db91a0 |
#91dbcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#91dbcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#91dbcc Color CSS Codes
.mybgcolor {background-color:#91dbcc; } .myforecolor {color:#91dbcc; } .mybordercolor {border:3px solid #91dbcc; }
#91dbcc Text Font Color
<p style="color:#91dbcc">Text here</p>
This sample text font color is #91dbcc
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.
#91dbcc Background Color
<div style="background-color:#91dbcc">
Div content here</div>
This div background color is #91dbcc
#91dbcc Border Color
<div style="border:3px solid #91dbcc">
Div here</div>
This div border color is #91dbcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,219,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #91dbcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #91dbcc; -webkit-box-shadow: 1px 1px 3px 2px #91dbcc; box-shadow: 1px 1px 3px 2px #91dbcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,219,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 #91dbcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #91dbcc; -webkit-box-shadow: 1px 1px 3px 2px #91dbcc; box-shadow: 1px 1px 3px 2px #91dbcc;">
Div content here</div>
This div box has shadow with color #91dbcc
Comments
No comments written yet.
Please login to write comment.