Color spaces of #92dfbd
RGB | 146 | 223 | 189 |
---|---|---|---|
HSL | 0.43 | 0.55 | 0.72 |
HSV | 154° | 35° | 87° |
CMYK | 0.35 | 0.00 | 0.15 0.13 |
XYZ | 47.4270 | 62.5605 | 57.7198 |
Yxy | 62.5605 | 0.2828 | 0.3730 |
Hunter Lab | 79.0952 | -31.3846 | 12.0997 |
CIE-Lab | 83.2106 | -31.0504 | 9.1883 |
#92dfbd color RGB value is (146,223,189).
#92dfbd hex color red value is 146, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #92dfbd hue: 0.43 , saturation: 0.55 and the lightness value of 92dfbd is 0.72.
The process color (four color CMYK) of #92dfbd color hex is 0.35, 0.00, 0.15, 0.13. Web safe color of #92dfbd is #99cccc. Color #92dfbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 11011111 | 10111101 |
Octal | 222 | 337 | 275 |
Decimal | 146 | 223 | 189 |
Hex | 92 | DF | BD |
Shades of #92dfbd
Tints of #92dfbd
RGB Percentages of Color #92dfbd
CMYK Percentages of Color #92dfbd
Complementary Color
#92dfbd | #df92b4 |
#92dfbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#92dfbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#92dfbd Color CSS Codes
.mybgcolor {background-color:#92dfbd; } .myforecolor {color:#92dfbd; } .mybordercolor {border:3px solid #92dfbd; }
#92dfbd Text Font Color
<p style="color:#92dfbd">Text here</p>
This sample text font color is #92dfbd
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.
#92dfbd Background Color
<div style="background-color:#92dfbd">
Div content here</div>
This div background color is #92dfbd
#92dfbd Border Color
<div style="border:3px solid #92dfbd">
Div here</div>
This div border color is #92dfbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,223,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #92dfbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #92dfbd; -webkit-box-shadow: 1px 1px 3px 2px #92dfbd; box-shadow: 1px 1px 3px 2px #92dfbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,223,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #92dfbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #92dfbd; -webkit-box-shadow: 1px 1px 3px 2px #92dfbd; box-shadow: 1px 1px 3px 2px #92dfbd;">
Div content here</div>
This div box has shadow with color #92dfbd
Comments
No comments written yet.
Please login to write comment.