Color spaces of #ababea
RGB | 171 | 171 | 234 |
---|---|---|---|
HSL | 0.67 | 0.60 | 0.79 |
HSV | 240° | 27° | 92° |
CMYK | 0.27 | 0.27 | 0.00 0.08 |
XYZ | 46.2088 | 43.7243 | 83.8461 |
Yxy | 43.7243 | 0.2659 | 0.2516 |
Hunter Lab | 66.1244 | 9.0212 | -28.8931 |
CIE-Lab | 72.0438 | 13.6572 | -31.5179 |
#ababea color RGB value is (171,171,234).
#ababea hex color red value is 171, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ababea hue: 0.67 , saturation: 0.60 and the lightness value of ababea is 0.79.
The process color (four color CMYK) of #ababea color hex is 0.27, 0.27, 0.00, 0.08. Web safe color of #ababea is #9999ff. Color #ababea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10101011 | 11101010 |
Octal | 253 | 253 | 352 |
Decimal | 171 | 171 | 234 |
Hex | AB | AB | EA |
Shades of #ababea
Tints of #ababea
RGB Percentages of Color #ababea
CMYK Percentages of Color #ababea
Complementary Color
#ababea | #eaeaab |
#ababea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ababea Color Preview on White Background
Lorem ipsum dolor sit amet.
#ababea Color CSS Codes
.mybgcolor {background-color:#ababea; } .myforecolor {color:#ababea; } .mybordercolor {border:3px solid #ababea; }
#ababea Text Font Color
<p style="color:#ababea">Text here</p>
This sample text font color is #ababea
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.
#ababea Background Color
<div style="background-color:#ababea">
Div content here</div>
This div background color is #ababea
#ababea Border Color
<div style="border:3px solid #ababea">
Div here</div>
This div border color is #ababea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,171,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ababea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ababea; -webkit-box-shadow: 1px 1px 3px 2px #ababea; box-shadow: 1px 1px 3px 2px #ababea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,171,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ababea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ababea; -webkit-box-shadow: 1px 1px 3px 2px #ababea; box-shadow: 1px 1px 3px 2px #ababea;">
Div content here</div>
This div box has shadow with color #ababea
#ababea Color Palettes
Comments
No comments written yet.
Please login to write comment.