Color spaces of #abbee0
RGB | 171 | 190 | 224 |
---|---|---|---|
HSL | 0.61 | 0.46 | 0.77 |
HSV | 218° | 24° | 88° |
CMYK | 0.24 | 0.15 | 0.00 0.12 |
XYZ | 48.6626 | 50.8667 | 77.7745 |
Yxy | 50.8667 | 0.2745 | 0.2869 |
Hunter Lab | 71.3209 | -3.0201 | -14.7303 |
CIE-Lab | 76.5982 | 0.8658 | -19.1294 |
#abbee0 color RGB value is (171,190,224).
#abbee0 hex color red value is 171, green value is 190 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #abbee0 hue: 0.61 , saturation: 0.46 and the lightness value of abbee0 is 0.77.
The process color (four color CMYK) of #abbee0 color hex is 0.24, 0.15, 0.00, 0.12. Web safe color of #abbee0 is #99cccc. Color #abbee0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10111110 | 11100000 |
Octal | 253 | 276 | 340 |
Decimal | 171 | 190 | 224 |
Hex | AB | BE | E0 |
Shades of #abbee0
Tints of #abbee0
RGB Percentages of Color #abbee0
CMYK Percentages of Color #abbee0
Complementary Color
#abbee0 | #e0cdab |
#abbee0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abbee0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abbee0 Color CSS Codes
.mybgcolor {background-color:#abbee0; } .myforecolor {color:#abbee0; } .mybordercolor {border:3px solid #abbee0; }
#abbee0 Text Font Color
<p style="color:#abbee0">Text here</p>
This sample text font color is #abbee0
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.
#abbee0 Background Color
<div style="background-color:#abbee0">
Div content here</div>
This div background color is #abbee0
#abbee0 Border Color
<div style="border:3px solid #abbee0">
Div here</div>
This div border color is #abbee0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,190,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abbee0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abbee0; -webkit-box-shadow: 1px 1px 3px 2px #abbee0; box-shadow: 1px 1px 3px 2px #abbee0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,190,224, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abbee0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abbee0; -webkit-box-shadow: 1px 1px 3px 2px #abbee0; box-shadow: 1px 1px 3px 2px #abbee0;">
Div content here</div>
This div box has shadow with color #abbee0
Comments
No comments written yet.
Please login to write comment.