Color spaces of #92cddc
RGB | 146 | 205 | 220 |
---|---|---|---|
HSL | 0.53 | 0.51 | 0.72 |
HSV | 192° | 34° | 86° |
CMYK | 0.34 | 0.07 | 0.00 0.14 |
XYZ | 46.6036 | 54.9409 | 75.8585 |
Yxy | 54.9409 | 0.2627 | 0.3097 |
Hunter Lab | 74.1221 | -17.4835 | -8.7934 |
CIE-Lab | 79.0072 | -15.2409 | -13.4955 |
#92cddc color RGB value is (146,205,220).
#92cddc hex color red value is 146, green value is 205 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #92cddc hue: 0.53 , saturation: 0.51 and the lightness value of 92cddc is 0.72.
The process color (four color CMYK) of #92cddc color hex is 0.34, 0.07, 0.00, 0.14. Web safe color of #92cddc is #99cccc. Color #92cddc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 11001101 | 11011100 |
Octal | 222 | 315 | 334 |
Decimal | 146 | 205 | 220 |
Hex | 92 | CD | DC |
Shades of #92cddc
Tints of #92cddc
RGB Percentages of Color #92cddc
CMYK Percentages of Color #92cddc
Complementary Color
#92cddc | #dca192 |
#92cddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#92cddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#92cddc Color CSS Codes
.mybgcolor {background-color:#92cddc; } .myforecolor {color:#92cddc; } .mybordercolor {border:3px solid #92cddc; }
#92cddc Text Font Color
<p style="color:#92cddc">Text here</p>
This sample text font color is #92cddc
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.
#92cddc Background Color
<div style="background-color:#92cddc">
Div content here</div>
This div background color is #92cddc
#92cddc Border Color
<div style="border:3px solid #92cddc">
Div here</div>
This div border color is #92cddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,205,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #92cddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #92cddc; -webkit-box-shadow: 1px 1px 3px 2px #92cddc; box-shadow: 1px 1px 3px 2px #92cddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,205,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 #92cddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #92cddc; -webkit-box-shadow: 1px 1px 3px 2px #92cddc; box-shadow: 1px 1px 3px 2px #92cddc;">
Div content here</div>
This div box has shadow with color #92cddc
Comments
No comments written yet.
Please login to write comment.