Color spaces of #92dbda
RGB | 146 | 219 | 218 |
---|---|---|---|
HSL | 0.50 | 0.50 | 0.72 |
HSV | 179° | 33° | 86° |
CMYK | 0.33 | 0.00 | 0.00 0.14 |
XYZ | 49.8405 | 61.8360 | 75.6383 |
Yxy | 61.8360 | 0.2661 | 0.3301 |
Hunter Lab | 78.6359 | -24.4770 | -1.9848 |
CIE-Lab | 82.8261 | -22.7770 | -6.7395 |
#92dbda color RGB value is (146,219,218).
#92dbda hex color red value is 146, green value is 219 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #92dbda hue: 0.50 , saturation: 0.50 and the lightness value of 92dbda is 0.72.
The process color (four color CMYK) of #92dbda color hex is 0.33, 0.00, 0.00, 0.14. Web safe color of #92dbda is #99cccc. Color #92dbda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 11011011 | 11011010 |
Octal | 222 | 333 | 332 |
Decimal | 146 | 219 | 218 |
Hex | 92 | DB | DA |
Shades of #92dbda
Tints of #92dbda
RGB Percentages of Color #92dbda
CMYK Percentages of Color #92dbda
Complementary Color
#92dbda | #db9293 |
#92dbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#92dbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#92dbda Color CSS Codes
.mybgcolor {background-color:#92dbda; } .myforecolor {color:#92dbda; } .mybordercolor {border:3px solid #92dbda; }
#92dbda Text Font Color
<p style="color:#92dbda">Text here</p>
This sample text font color is #92dbda
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.
#92dbda Background Color
<div style="background-color:#92dbda">
Div content here</div>
This div background color is #92dbda
#92dbda Border Color
<div style="border:3px solid #92dbda">
Div here</div>
This div border color is #92dbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,219,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #92dbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #92dbda; -webkit-box-shadow: 1px 1px 3px 2px #92dbda; box-shadow: 1px 1px 3px 2px #92dbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,219,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 #92dbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #92dbda; -webkit-box-shadow: 1px 1px 3px 2px #92dbda; box-shadow: 1px 1px 3px 2px #92dbda;">
Div content here</div>
This div box has shadow with color #92dbda
Comments
No comments written yet.
Please login to write comment.