Color spaces of #92edcd
RGB | 146 | 237 | 205 |
---|---|---|---|
HSL | 0.44 | 0.72 | 0.75 |
HSV | 159° | 38° | 93° |
CMYK | 0.38 | 0.00 | 0.14 0.07 |
XYZ | 53.1577 | 71.0871 | 68.6771 |
Yxy | 71.0871 | 0.2755 | 0.3685 |
Hunter Lab | 84.3132 | -35.0075 | 10.7247 |
CIE-Lab | 87.5273 | -34.2871 | 6.9757 |
#92edcd color RGB value is (146,237,205).
#92edcd hex color red value is 146, green value is 237 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #92edcd hue: 0.44 , saturation: 0.72 and the lightness value of 92edcd is 0.75.
The process color (four color CMYK) of #92edcd color hex is 0.38, 0.00, 0.14, 0.07. Web safe color of #92edcd is #99ffcc. Color #92edcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 11101101 | 11001101 |
Octal | 222 | 355 | 315 |
Decimal | 146 | 237 | 205 |
Hex | 92 | ED | CD |
Shades of #92edcd
Tints of #92edcd
RGB Percentages of Color #92edcd
CMYK Percentages of Color #92edcd
Complementary Color
#92edcd | #ed92b2 |
#92edcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#92edcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#92edcd Color CSS Codes
.mybgcolor {background-color:#92edcd; } .myforecolor {color:#92edcd; } .mybordercolor {border:3px solid #92edcd; }
#92edcd Text Font Color
<p style="color:#92edcd">Text here</p>
This sample text font color is #92edcd
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.
#92edcd Background Color
<div style="background-color:#92edcd">
Div content here</div>
This div background color is #92edcd
#92edcd Border Color
<div style="border:3px solid #92edcd">
Div here</div>
This div border color is #92edcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,237,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #92edcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #92edcd; -webkit-box-shadow: 1px 1px 3px 2px #92edcd; box-shadow: 1px 1px 3px 2px #92edcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,237,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #92edcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #92edcd; -webkit-box-shadow: 1px 1px 3px 2px #92edcd; box-shadow: 1px 1px 3px 2px #92edcd;">
Div content here</div>
This div box has shadow with color #92edcd
Comments
No comments written yet.
Please login to write comment.