Color spaces of #9aeeba
RGB | 154 | 238 | 186 |
---|---|---|---|
HSL | 0.40 | 0.71 | 0.77 |
HSV | 143° | 35° | 93° |
CMYK | 0.35 | 0.00 | 0.22 0.07 |
XYZ | 52.7639 | 71.5643 | 57.4867 |
Yxy | 71.5643 | 0.2902 | 0.3936 |
Hunter Lab | 84.5957 | -36.7087 | 18.9267 |
CIE-Lab | 87.7584 | -36.3031 | 17.2476 |
#9aeeba color RGB value is (154,238,186).
#9aeeba hex color red value is 154, green value is 238 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9aeeba hue: 0.40 , saturation: 0.71 and the lightness value of 9aeeba is 0.77.
The process color (four color CMYK) of #9aeeba color hex is 0.35, 0.00, 0.22, 0.07. Web safe color of #9aeeba is #99ffcc. Color #9aeeba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011010 | 11101110 | 10111010 |
Octal | 232 | 356 | 272 |
Decimal | 154 | 238 | 186 |
Hex | 9A | EE | BA |
Shades of #9aeeba
Tints of #9aeeba
RGB Percentages of Color #9aeeba
CMYK Percentages of Color #9aeeba
Complementary Color
#9aeeba | #ee9ace |
#9aeeba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9aeeba Color Preview on White Background
Lorem ipsum dolor sit amet.
#9aeeba Color CSS Codes
.mybgcolor {background-color:#9aeeba; } .myforecolor {color:#9aeeba; } .mybordercolor {border:3px solid #9aeeba; }
#9aeeba Text Font Color
<p style="color:#9aeeba">Text here</p>
This sample text font color is #9aeeba
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.
#9aeeba Background Color
<div style="background-color:#9aeeba">
Div content here</div>
This div background color is #9aeeba
#9aeeba Border Color
<div style="border:3px solid #9aeeba">
Div here</div>
This div border color is #9aeeba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(154,238,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9aeeba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9aeeba; -webkit-box-shadow: 1px 1px 3px 2px #9aeeba; box-shadow: 1px 1px 3px 2px #9aeeba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(154,238,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9aeeba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9aeeba; -webkit-box-shadow: 1px 1px 3px 2px #9aeeba; box-shadow: 1px 1px 3px 2px #9aeeba;">
Div content here</div>
This div box has shadow with color #9aeeba
Comments
No comments written yet.
Please login to write comment.