Color spaces of #9feaae
RGB | 159 | 234 | 174 |
---|---|---|---|
HSL | 0.37 | 0.64 | 0.77 |
HSV | 132° | 32° | 92° |
CMYK | 0.32 | 0.00 | 0.26 0.08 |
XYZ | 51.3609 | 69.2726 | 50.7083 |
Yxy | 69.2726 | 0.2998 | 0.4043 |
Hunter Lab | 83.2302 | -35.5014 | 22.1385 |
CIE-Lab | 86.6389 | -35.1523 | 21.9381 |
#9feaae color RGB value is (159,234,174).
#9feaae hex color red value is 159, green value is 234 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9feaae hue: 0.37 , saturation: 0.64 and the lightness value of 9feaae is 0.77.
The process color (four color CMYK) of #9feaae color hex is 0.32, 0.00, 0.26, 0.08. Web safe color of #9feaae is #99ff99. Color #9feaae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 11101010 | 10101110 |
Octal | 237 | 352 | 256 |
Decimal | 159 | 234 | 174 |
Hex | 9F | EA | AE |
Shades of #9feaae
Tints of #9feaae
RGB Percentages of Color #9feaae
CMYK Percentages of Color #9feaae
Complementary Color
#9feaae | #ea9fdb |
#9feaae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9feaae Color Preview on White Background
Lorem ipsum dolor sit amet.
#9feaae Color CSS Codes
.mybgcolor {background-color:#9feaae; } .myforecolor {color:#9feaae; } .mybordercolor {border:3px solid #9feaae; }
#9feaae Text Font Color
<p style="color:#9feaae">Text here</p>
This sample text font color is #9feaae
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.
#9feaae Background Color
<div style="background-color:#9feaae">
Div content here</div>
This div background color is #9feaae
#9feaae Border Color
<div style="border:3px solid #9feaae">
Div here</div>
This div border color is #9feaae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,234,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9feaae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9feaae; -webkit-box-shadow: 1px 1px 3px 2px #9feaae; box-shadow: 1px 1px 3px 2px #9feaae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,234,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 #9feaae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9feaae; -webkit-box-shadow: 1px 1px 3px 2px #9feaae; box-shadow: 1px 1px 3px 2px #9feaae;">
Div content here</div>
This div box has shadow with color #9feaae
Comments
No comments written yet.
Please login to write comment.