Color spaces of #ab9ebd
RGB | 171 | 158 | 189 |
---|---|---|---|
HSL | 0.74 | 0.19 | 0.68 |
HSV | 265° | 16° | 74° |
CMYK | 0.10 | 0.16 | 0.00 0.26 |
XYZ | 38.2068 | 36.7858 | 53.2308 |
Yxy | 36.7858 | 0.2980 | 0.2869 |
Hunter Lab | 60.6513 | 6.3049 | -9.5801 |
CIE-Lab | 67.1160 | 10.7507 | -14.2511 |
#ab9ebd color RGB value is (171,158,189).
#ab9ebd hex color red value is 171, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ab9ebd hue: 0.74 , saturation: 0.19 and the lightness value of ab9ebd is 0.68.
The process color (four color CMYK) of #ab9ebd color hex is 0.10, 0.16, 0.00, 0.26. Web safe color of #ab9ebd is #9999cc. Color #ab9ebd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10011110 | 10111101 |
Octal | 253 | 236 | 275 |
Decimal | 171 | 158 | 189 |
Hex | AB | 9E | BD |
Shades of #ab9ebd
Tints of #ab9ebd
RGB Percentages of Color #ab9ebd
CMYK Percentages of Color #ab9ebd
Complementary Color
#ab9ebd | #b0bd9e |
#ab9ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab9ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab9ebd Color CSS Codes
.mybgcolor {background-color:#ab9ebd; } .myforecolor {color:#ab9ebd; } .mybordercolor {border:3px solid #ab9ebd; }
#ab9ebd Text Font Color
<p style="color:#ab9ebd">Text here</p>
This sample text font color is #ab9ebd
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.
#ab9ebd Background Color
<div style="background-color:#ab9ebd">
Div content here</div>
This div background color is #ab9ebd
#ab9ebd Border Color
<div style="border:3px solid #ab9ebd">
Div here</div>
This div border color is #ab9ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,158,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab9ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab9ebd; -webkit-box-shadow: 1px 1px 3px 2px #ab9ebd; box-shadow: 1px 1px 3px 2px #ab9ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,158,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab9ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab9ebd; -webkit-box-shadow: 1px 1px 3px 2px #ab9ebd; box-shadow: 1px 1px 3px 2px #ab9ebd;">
Div content here</div>
This div box has shadow with color #ab9ebd
#ab9ebd Color Palettes
Comments
No comments written yet.
Please login to write comment.