Color spaces of #abbce4
RGB | 171 | 188 | 228 |
---|---|---|---|
HSL | 0.62 | 0.51 | 0.78 |
HSV | 222° | 25° | 89° |
CMYK | 0.25 | 0.18 | 0.00 0.11 |
XYZ | 48.7814 | 50.2258 | 80.5223 |
Yxy | 50.2258 | 0.2717 | 0.2798 |
Hunter Lab | 70.8702 | -1.1575 | -17.7559 |
CIE-Lab | 76.2076 | 2.8745 | -21.8839 |
#abbce4 color RGB value is (171,188,228).
#abbce4 hex color red value is 171, green value is 188 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #abbce4 hue: 0.62 , saturation: 0.51 and the lightness value of abbce4 is 0.78.
The process color (four color CMYK) of #abbce4 color hex is 0.25, 0.18, 0.00, 0.11. Web safe color of #abbce4 is #99cccc. Color #abbce4 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10111100 | 11100100 |
Octal | 253 | 274 | 344 |
Decimal | 171 | 188 | 228 |
Hex | AB | BC | E4 |
Shades of #abbce4
Tints of #abbce4
RGB Percentages of Color #abbce4
CMYK Percentages of Color #abbce4
Complementary Color
#abbce4 | #e4d3ab |
#abbce4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abbce4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abbce4 Color CSS Codes
.mybgcolor {background-color:#abbce4; } .myforecolor {color:#abbce4; } .mybordercolor {border:3px solid #abbce4; }
#abbce4 Text Font Color
<p style="color:#abbce4">Text here</p>
This sample text font color is #abbce4
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.
#abbce4 Background Color
<div style="background-color:#abbce4">
Div content here</div>
This div background color is #abbce4
#abbce4 Border Color
<div style="border:3px solid #abbce4">
Div here</div>
This div border color is #abbce4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,188,228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abbce4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abbce4; -webkit-box-shadow: 1px 1px 3px 2px #abbce4; box-shadow: 1px 1px 3px 2px #abbce4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,188,228, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abbce4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abbce4; -webkit-box-shadow: 1px 1px 3px 2px #abbce4; box-shadow: 1px 1px 3px 2px #abbce4;">
Div content here</div>
This div box has shadow with color #abbce4
Comments
No comments written yet.
Please login to write comment.