Color spaces of #9aebdb
RGB | 154 | 235 | 219 |
---|---|---|---|
HSL | 0.47 | 0.67 | 0.76 |
HSV | 168° | 34° | 92° |
CMYK | 0.34 | 0.00 | 0.07 0.08 |
XYZ | 55.8209 | 71.4012 | 77.8576 |
Yxy | 71.4012 | 0.2722 | 0.3482 |
Hunter Lab | 84.4992 | -29.9551 | 4.5196 |
CIE-Lab | 87.6796 | -28.1755 | -0.0872 |
#9aebdb color RGB value is (154,235,219).
#9aebdb hex color red value is 154, green value is 235 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9aebdb hue: 0.47 , saturation: 0.67 and the lightness value of 9aebdb is 0.76.
The process color (four color CMYK) of #9aebdb color hex is 0.34, 0.00, 0.07, 0.08. Web safe color of #9aebdb is #99ffcc. Color #9aebdb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011010 | 11101011 | 11011011 |
Octal | 232 | 353 | 333 |
Decimal | 154 | 235 | 219 |
Hex | 9A | EB | DB |
Shades of #9aebdb
Tints of #9aebdb
RGB Percentages of Color #9aebdb
CMYK Percentages of Color #9aebdb
Complementary Color
#9aebdb | #eb9aaa |
#9aebdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9aebdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9aebdb Color CSS Codes
.mybgcolor {background-color:#9aebdb; } .myforecolor {color:#9aebdb; } .mybordercolor {border:3px solid #9aebdb; }
#9aebdb Text Font Color
<p style="color:#9aebdb">Text here</p>
This sample text font color is #9aebdb
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.
#9aebdb Background Color
<div style="background-color:#9aebdb">
Div content here</div>
This div background color is #9aebdb
#9aebdb Border Color
<div style="border:3px solid #9aebdb">
Div here</div>
This div border color is #9aebdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(154,235,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9aebdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9aebdb; -webkit-box-shadow: 1px 1px 3px 2px #9aebdb; box-shadow: 1px 1px 3px 2px #9aebdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(154,235,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9aebdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9aebdb; -webkit-box-shadow: 1px 1px 3px 2px #9aebdb; box-shadow: 1px 1px 3px 2px #9aebdb;">
Div content here</div>
This div box has shadow with color #9aebdb
Comments
No comments written yet.
Please login to write comment.