Color spaces of #abeae0
RGB | 171 | 234 | 224 |
---|---|---|---|
HSL | 0.47 | 0.60 | 0.79 |
HSV | 170° | 27° | 92° |
CMYK | 0.27 | 0.00 | 0.04 0.08 |
XYZ | 59.6720 | 72.8854 | 81.4442 |
Yxy | 72.8854 | 0.2788 | 0.3406 |
Hunter Lab | 85.3729 | -24.6389 | 3.1995 |
CIE-Lab | 88.3930 | -21.8350 | -1.5622 |
#abeae0 color RGB value is (171,234,224).
#abeae0 hex color red value is 171, green value is 234 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #abeae0 hue: 0.47 , saturation: 0.60 and the lightness value of abeae0 is 0.79.
The process color (four color CMYK) of #abeae0 color hex is 0.27, 0.00, 0.04, 0.08. Web safe color of #abeae0 is #99ffcc. Color #abeae0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101010 | 11100000 |
Octal | 253 | 352 | 340 |
Decimal | 171 | 234 | 224 |
Hex | AB | EA | E0 |
Shades of #abeae0
Tints of #abeae0
RGB Percentages of Color #abeae0
CMYK Percentages of Color #abeae0
Complementary Color
#abeae0 | #eaabb5 |
#abeae0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abeae0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abeae0 Color CSS Codes
.mybgcolor {background-color:#abeae0; } .myforecolor {color:#abeae0; } .mybordercolor {border:3px solid #abeae0; }
#abeae0 Text Font Color
<p style="color:#abeae0">Text here</p>
This sample text font color is #abeae0
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.
#abeae0 Background Color
<div style="background-color:#abeae0">
Div content here</div>
This div background color is #abeae0
#abeae0 Border Color
<div style="border:3px solid #abeae0">
Div here</div>
This div border color is #abeae0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,234,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abeae0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abeae0; -webkit-box-shadow: 1px 1px 3px 2px #abeae0; box-shadow: 1px 1px 3px 2px #abeae0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,234,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 #abeae0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abeae0; -webkit-box-shadow: 1px 1px 3px 2px #abeae0; box-shadow: 1px 1px 3px 2px #abeae0;">
Div content here</div>
This div box has shadow with color #abeae0
Comments
No comments written yet.
Please login to write comment.