Color spaces of #abb5ea
RGB | 171 | 181 | 234 |
---|---|---|---|
HSL | 0.64 | 0.60 | 0.79 |
HSV | 230° | 27° | 92° |
CMYK | 0.27 | 0.23 | 0.00 0.08 |
XYZ | 48.1697 | 47.6462 | 84.4997 |
Yxy | 47.6462 | 0.2671 | 0.2642 |
Hunter Lab | 69.0262 | 3.7697 | -24.2626 |
CIE-Lab | 74.6012 | 8.1184 | -27.5837 |
#abb5ea color RGB value is (171,181,234).
#abb5ea hex color red value is 171, green value is 181 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #abb5ea hue: 0.64 , saturation: 0.60 and the lightness value of abb5ea is 0.79.
The process color (four color CMYK) of #abb5ea color hex is 0.27, 0.23, 0.00, 0.08. Web safe color of #abb5ea is #99ccff. Color #abb5ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10110101 | 11101010 |
Octal | 253 | 265 | 352 |
Decimal | 171 | 181 | 234 |
Hex | AB | B5 | EA |
Shades of #abb5ea
Tints of #abb5ea
RGB Percentages of Color #abb5ea
CMYK Percentages of Color #abb5ea
Complementary Color
#abb5ea | #eae0ab |
#abb5ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abb5ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#abb5ea Color CSS Codes
.mybgcolor {background-color:#abb5ea; } .myforecolor {color:#abb5ea; } .mybordercolor {border:3px solid #abb5ea; }
#abb5ea Text Font Color
<p style="color:#abb5ea">Text here</p>
This sample text font color is #abb5ea
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.
#abb5ea Background Color
<div style="background-color:#abb5ea">
Div content here</div>
This div background color is #abb5ea
#abb5ea Border Color
<div style="border:3px solid #abb5ea">
Div here</div>
This div border color is #abb5ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,181,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abb5ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abb5ea; -webkit-box-shadow: 1px 1px 3px 2px #abb5ea; box-shadow: 1px 1px 3px 2px #abb5ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,181,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 #abb5ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abb5ea; -webkit-box-shadow: 1px 1px 3px 2px #abb5ea; box-shadow: 1px 1px 3px 2px #abb5ea;">
Div content here</div>
This div box has shadow with color #abb5ea
Comments
No comments written yet.
Please login to write comment.