Color spaces of #92ccdc
RGB | 146 | 204 | 220 |
---|---|---|---|
HSL | 0.54 | 0.51 | 0.72 |
HSV | 193° | 34° | 86° |
CMYK | 0.34 | 0.07 | 0.00 0.14 |
XYZ | 46.3652 | 54.4640 | 75.7790 |
Yxy | 54.4640 | 0.2625 | 0.3084 |
Hunter Lab | 73.7997 | -17.0056 | -9.2203 |
CIE-Lab | 78.7315 | -14.7260 | -13.9089 |
#92ccdc color RGB value is (146,204,220).
#92ccdc hex color red value is 146, green value is 204 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #92ccdc hue: 0.54 , saturation: 0.51 and the lightness value of 92ccdc is 0.72.
The process color (four color CMYK) of #92ccdc color hex is 0.34, 0.07, 0.00, 0.14. Web safe color of #92ccdc is #99cccc. Color #92ccdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 11001100 | 11011100 |
Octal | 222 | 314 | 334 |
Decimal | 146 | 204 | 220 |
Hex | 92 | CC | DC |
Shades of #92ccdc
Tints of #92ccdc
RGB Percentages of Color #92ccdc
CMYK Percentages of Color #92ccdc
Complementary Color
#92ccdc | #dca292 |
#92ccdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#92ccdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#92ccdc Color CSS Codes
.mybgcolor {background-color:#92ccdc; } .myforecolor {color:#92ccdc; } .mybordercolor {border:3px solid #92ccdc; }
#92ccdc Text Font Color
<p style="color:#92ccdc">Text here</p>
This sample text font color is #92ccdc
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.
#92ccdc Background Color
<div style="background-color:#92ccdc">
Div content here</div>
This div background color is #92ccdc
#92ccdc Border Color
<div style="border:3px solid #92ccdc">
Div here</div>
This div border color is #92ccdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,204,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #92ccdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #92ccdc; -webkit-box-shadow: 1px 1px 3px 2px #92ccdc; box-shadow: 1px 1px 3px 2px #92ccdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,204,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #92ccdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #92ccdc; -webkit-box-shadow: 1px 1px 3px 2px #92ccdc; box-shadow: 1px 1px 3px 2px #92ccdc;">
Div content here</div>
This div box has shadow with color #92ccdc
Comments
No comments written yet.
Please login to write comment.