Color spaces of #92cfae
RGB | 146 | 207 | 174 |
---|---|---|---|
HSL | 0.41 | 0.39 | 0.69 |
HSV | 148° | 29° | 81° |
CMYK | 0.29 | 0.00 | 0.16 0.19 |
XYZ | 41.8069 | 53.7926 | 48.2240 |
Yxy | 53.7926 | 0.2907 | 0.3740 |
Hunter Lab | 73.3434 | -26.6032 | 12.3567 |
CIE-Lab | 78.3406 | -26.3872 | 10.2050 |
#92cfae color RGB value is (146,207,174).
#92cfae hex color red value is 146, green value is 207 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #92cfae hue: 0.41 , saturation: 0.39 and the lightness value of 92cfae is 0.69.
The process color (four color CMYK) of #92cfae color hex is 0.29, 0.00, 0.16, 0.19. Web safe color of #92cfae is #99cc99. Color #92cfae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 11001111 | 10101110 |
Octal | 222 | 317 | 256 |
Decimal | 146 | 207 | 174 |
Hex | 92 | CF | AE |
Shades of #92cfae
Tints of #92cfae
RGB Percentages of Color #92cfae
CMYK Percentages of Color #92cfae
Complementary Color
#92cfae | #cf92b3 |
#92cfae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#92cfae Color Preview on White Background
Lorem ipsum dolor sit amet.
#92cfae Color CSS Codes
.mybgcolor {background-color:#92cfae; } .myforecolor {color:#92cfae; } .mybordercolor {border:3px solid #92cfae; }
#92cfae Text Font Color
<p style="color:#92cfae">Text here</p>
This sample text font color is #92cfae
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.
#92cfae Background Color
<div style="background-color:#92cfae">
Div content here</div>
This div background color is #92cfae
#92cfae Border Color
<div style="border:3px solid #92cfae">
Div here</div>
This div border color is #92cfae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,207,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #92cfae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #92cfae; -webkit-box-shadow: 1px 1px 3px 2px #92cfae; box-shadow: 1px 1px 3px 2px #92cfae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,207,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #92cfae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #92cfae; -webkit-box-shadow: 1px 1px 3px 2px #92cfae; box-shadow: 1px 1px 3px 2px #92cfae;">
Div content here</div>
This div box has shadow with color #92cfae
Comments
No comments written yet.
Please login to write comment.