Color spaces of #abaebe
RGB | 171 | 174 | 190 |
---|---|---|---|
HSL | 0.64 | 0.13 | 0.71 |
HSV | 231° | 10° | 75° |
CMYK | 0.10 | 0.08 | 0.00 0.25 |
XYZ | 41.2249 | 42.6477 | 54.7742 |
Yxy | 42.6477 | 0.2973 | 0.3076 |
Hunter Lab | 65.3052 | -1.6033 | -4.0154 |
CIE-Lab | 71.3152 | 2.1221 | -8.5194 |
#abaebe color RGB value is (171,174,190).
#abaebe hex color red value is 171, green value is 174 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #abaebe hue: 0.64 , saturation: 0.13 and the lightness value of abaebe is 0.71.
The process color (four color CMYK) of #abaebe color hex is 0.10, 0.08, 0.00, 0.25. Web safe color of #abaebe is #9999cc. Color #abaebe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10101110 | 10111110 |
Octal | 253 | 256 | 276 |
Decimal | 171 | 174 | 190 |
Hex | AB | AE | BE |
Shades of #abaebe
Tints of #abaebe
RGB Percentages of Color #abaebe
CMYK Percentages of Color #abaebe
Complementary Color
#abaebe | #bebbab |
#abaebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abaebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#abaebe Color CSS Codes
.mybgcolor {background-color:#abaebe; } .myforecolor {color:#abaebe; } .mybordercolor {border:3px solid #abaebe; }
#abaebe Text Font Color
<p style="color:#abaebe">Text here</p>
This sample text font color is #abaebe
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.
#abaebe Background Color
<div style="background-color:#abaebe">
Div content here</div>
This div background color is #abaebe
#abaebe Border Color
<div style="border:3px solid #abaebe">
Div here</div>
This div border color is #abaebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,174,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abaebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abaebe; -webkit-box-shadow: 1px 1px 3px 2px #abaebe; box-shadow: 1px 1px 3px 2px #abaebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,174,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abaebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abaebe; -webkit-box-shadow: 1px 1px 3px 2px #abaebe; box-shadow: 1px 1px 3px 2px #abaebe;">
Div content here</div>
This div box has shadow with color #abaebe
Comments
No comments written yet.
Please login to write comment.