Color spaces of #abaeeb
RGB | 171 | 174 | 235 |
---|---|---|---|
HSL | 0.66 | 0.62 | 0.80 |
HSV | 237° | 27° | 92° |
CMYK | 0.27 | 0.26 | 0.00 0.08 |
XYZ | 46.9260 | 44.9282 | 84.7960 |
Yxy | 44.9282 | 0.2656 | 0.2543 |
Hunter Lab | 67.0285 | 7.6662 | -28.0863 |
CIE-Lab | 72.8446 | 12.2293 | -30.8270 |
#abaeeb color RGB value is (171,174,235).
#abaeeb hex color red value is 171, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #abaeeb hue: 0.66 , saturation: 0.62 and the lightness value of abaeeb is 0.80.
The process color (four color CMYK) of #abaeeb color hex is 0.27, 0.26, 0.00, 0.08. Web safe color of #abaeeb is #9999ff. Color #abaeeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10101110 | 11101011 |
Octal | 253 | 256 | 353 |
Decimal | 171 | 174 | 235 |
Hex | AB | AE | EB |
Shades of #abaeeb
Tints of #abaeeb
RGB Percentages of Color #abaeeb
CMYK Percentages of Color #abaeeb
Complementary Color
#abaeeb | #ebe8ab |
#abaeeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abaeeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#abaeeb Color CSS Codes
.mybgcolor {background-color:#abaeeb; } .myforecolor {color:#abaeeb; } .mybordercolor {border:3px solid #abaeeb; }
#abaeeb Text Font Color
<p style="color:#abaeeb">Text here</p>
This sample text font color is #abaeeb
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.
#abaeeb Background Color
<div style="background-color:#abaeeb">
Div content here</div>
This div background color is #abaeeb
#abaeeb Border Color
<div style="border:3px solid #abaeeb">
Div here</div>
This div border color is #abaeeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,174,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abaeeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abaeeb; -webkit-box-shadow: 1px 1px 3px 2px #abaeeb; box-shadow: 1px 1px 3px 2px #abaeeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,174,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abaeeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abaeeb; -webkit-box-shadow: 1px 1px 3px 2px #abaeeb; box-shadow: 1px 1px 3px 2px #abaeeb;">
Div content here</div>
This div box has shadow with color #abaeeb
Comments
No comments written yet.
Please login to write comment.