Color spaces of #9cefae
RGB | 156 | 239 | 174 |
---|---|---|---|
HSL | 0.37 | 0.72 | 0.77 |
HSV | 133° | 35° | 94° |
CMYK | 0.35 | 0.00 | 0.27 0.06 |
XYZ | 52.2168 | 71.8569 | 51.1621 |
Yxy | 71.8569 | 0.2980 | 0.4101 |
Hunter Lab | 84.7684 | -38.3900 | 23.5534 |
CIE-Lab | 87.8997 | -38.3371 | 23.6508 |
#9cefae color RGB value is (156,239,174).
#9cefae hex color red value is 156, green value is 239 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9cefae hue: 0.37 , saturation: 0.72 and the lightness value of 9cefae is 0.77.
The process color (four color CMYK) of #9cefae color hex is 0.35, 0.00, 0.27, 0.06. Web safe color of #9cefae is #99ff99. Color #9cefae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 11101111 | 10101110 |
Octal | 234 | 357 | 256 |
Decimal | 156 | 239 | 174 |
Hex | 9C | EF | AE |
Shades of #9cefae
Tints of #9cefae
RGB Percentages of Color #9cefae
CMYK Percentages of Color #9cefae
Complementary Color
#9cefae | #ef9cdd |
#9cefae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9cefae Color Preview on White Background
Lorem ipsum dolor sit amet.
#9cefae Color CSS Codes
.mybgcolor {background-color:#9cefae; } .myforecolor {color:#9cefae; } .mybordercolor {border:3px solid #9cefae; }
#9cefae Text Font Color
<p style="color:#9cefae">Text here</p>
This sample text font color is #9cefae
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.
#9cefae Background Color
<div style="background-color:#9cefae">
Div content here</div>
This div background color is #9cefae
#9cefae Border Color
<div style="border:3px solid #9cefae">
Div here</div>
This div border color is #9cefae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,239,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9cefae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9cefae; -webkit-box-shadow: 1px 1px 3px 2px #9cefae; box-shadow: 1px 1px 3px 2px #9cefae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,239,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 #9cefae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9cefae; -webkit-box-shadow: 1px 1px 3px 2px #9cefae; box-shadow: 1px 1px 3px 2px #9cefae;">
Div content here</div>
This div box has shadow with color #9cefae
Comments
No comments written yet.
Please login to write comment.