Color spaces of #9ecba2
RGB | 158 | 203 | 162 |
---|---|---|---|
HSL | 0.35 | 0.30 | 0.71 |
HSV | 125° | 22° | 80° |
CMYK | 0.22 | 0.00 | 0.20 0.20 |
XYZ | 41.9781 | 52.5896 | 42.1207 |
Yxy | 52.5896 | 0.3071 | 0.3847 |
Hunter Lab | 72.5187 | -23.5814 | 16.3259 |
CIE-Lab | 77.6321 | -22.8147 | 15.7070 |
#9ecba2 color RGB value is (158,203,162).
#9ecba2 hex color red value is 158, green value is 203 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #9ecba2 hue: 0.35 , saturation: 0.30 and the lightness value of 9ecba2 is 0.71.
The process color (four color CMYK) of #9ecba2 color hex is 0.22, 0.00, 0.20, 0.20. Web safe color of #9ecba2 is #99cc99. Color #9ecba2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 11001011 | 10100010 |
Octal | 236 | 313 | 242 |
Decimal | 158 | 203 | 162 |
Hex | 9E | CB | A2 |
Shades of #9ecba2
Tints of #9ecba2
RGB Percentages of Color #9ecba2
CMYK Percentages of Color #9ecba2
Complementary Color
#9ecba2 | #cb9ec7 |
#9ecba2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9ecba2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#9ecba2 Color CSS Codes
.mybgcolor {background-color:#9ecba2; } .myforecolor {color:#9ecba2; } .mybordercolor {border:3px solid #9ecba2; }
#9ecba2 Text Font Color
<p style="color:#9ecba2">Text here</p>
This sample text font color is #9ecba2
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.
#9ecba2 Background Color
<div style="background-color:#9ecba2">
Div content here</div>
This div background color is #9ecba2
#9ecba2 Border Color
<div style="border:3px solid #9ecba2">
Div here</div>
This div border color is #9ecba2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,203,162, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9ecba2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9ecba2; -webkit-box-shadow: 1px 1px 3px 2px #9ecba2; box-shadow: 1px 1px 3px 2px #9ecba2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,203,162, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9ecba2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ecba2; -webkit-box-shadow: 1px 1px 3px 2px #9ecba2; box-shadow: 1px 1px 3px 2px #9ecba2;">
Div content here</div>
This div box has shadow with color #9ecba2
Comments
No comments written yet.
Please login to write comment.