Color spaces of #9fbeae
RGB | 159 | 190 | 174 |
---|---|---|---|
HSL | 0.41 | 0.19 | 0.68 |
HSV | 149° | 16° | 75° |
CMYK | 0.16 | 0.00 | 0.08 0.25 |
XYZ | 40.3515 | 47.2538 | 47.0385 |
Yxy | 47.2538 | 0.2997 | 0.3510 |
Hunter Lab | 68.7414 | -15.5172 | 7.5479 |
CIE-Lab | 74.3518 | -13.6588 | 4.5874 |
#9fbeae color RGB value is (159,190,174).
#9fbeae hex color red value is 159, green value is 190 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9fbeae hue: 0.41 , saturation: 0.19 and the lightness value of 9fbeae is 0.68.
The process color (four color CMYK) of #9fbeae color hex is 0.16, 0.00, 0.08, 0.25. Web safe color of #9fbeae is #99cc99. Color #9fbeae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 10111110 | 10101110 |
Octal | 237 | 276 | 256 |
Decimal | 159 | 190 | 174 |
Hex | 9F | BE | AE |
Shades of #9fbeae
Tints of #9fbeae
RGB Percentages of Color #9fbeae
CMYK Percentages of Color #9fbeae
Complementary Color
#9fbeae | #be9faf |
#9fbeae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9fbeae Color Preview on White Background
Lorem ipsum dolor sit amet.
#9fbeae Color CSS Codes
.mybgcolor {background-color:#9fbeae; } .myforecolor {color:#9fbeae; } .mybordercolor {border:3px solid #9fbeae; }
#9fbeae Text Font Color
<p style="color:#9fbeae">Text here</p>
This sample text font color is #9fbeae
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.
#9fbeae Background Color
<div style="background-color:#9fbeae">
Div content here</div>
This div background color is #9fbeae
#9fbeae Border Color
<div style="border:3px solid #9fbeae">
Div here</div>
This div border color is #9fbeae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,190,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9fbeae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9fbeae; -webkit-box-shadow: 1px 1px 3px 2px #9fbeae; box-shadow: 1px 1px 3px 2px #9fbeae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,190,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 #9fbeae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9fbeae; -webkit-box-shadow: 1px 1px 3px 2px #9fbeae; box-shadow: 1px 1px 3px 2px #9fbeae;">
Div content here</div>
This div box has shadow with color #9fbeae
Comments
No comments written yet.
Please login to write comment.