Color spaces of #abedd8
RGB | 171 | 237 | 216 |
---|---|---|---|
HSL | 0.45 | 0.65 | 0.80 |
HSV | 161° | 28° | 93° |
CMYK | 0.28 | 0.00 | 0.09 0.07 |
XYZ | 59.4734 | 74.1842 | 76.1501 |
Yxy | 74.1842 | 0.2835 | 0.3536 |
Hunter Lab | 86.1303 | -27.4727 | 7.8713 |
CIE-Lab | 89.0095 | -24.9675 | 3.5228 |
#abedd8 color RGB value is (171,237,216).
#abedd8 hex color red value is 171, green value is 237 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #abedd8 hue: 0.45 , saturation: 0.65 and the lightness value of abedd8 is 0.80.
The process color (four color CMYK) of #abedd8 color hex is 0.28, 0.00, 0.09, 0.07. Web safe color of #abedd8 is #99ffcc. Color #abedd8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101101 | 11011000 |
Octal | 253 | 355 | 330 |
Decimal | 171 | 237 | 216 |
Hex | AB | ED | D8 |
Shades of #abedd8
Tints of #abedd8
RGB Percentages of Color #abedd8
CMYK Percentages of Color #abedd8
Complementary Color
#abedd8 | #edabc0 |
#abedd8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abedd8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abedd8 Color CSS Codes
.mybgcolor {background-color:#abedd8; } .myforecolor {color:#abedd8; } .mybordercolor {border:3px solid #abedd8; }
#abedd8 Text Font Color
<p style="color:#abedd8">Text here</p>
This sample text font color is #abedd8
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.
#abedd8 Background Color
<div style="background-color:#abedd8">
Div content here</div>
This div background color is #abedd8
#abedd8 Border Color
<div style="border:3px solid #abedd8">
Div here</div>
This div border color is #abedd8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,237,216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abedd8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abedd8; -webkit-box-shadow: 1px 1px 3px 2px #abedd8; box-shadow: 1px 1px 3px 2px #abedd8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,237,216, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abedd8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abedd8; -webkit-box-shadow: 1px 1px 3px 2px #abedd8; box-shadow: 1px 1px 3px 2px #abedd8;">
Div content here</div>
This div box has shadow with color #abedd8
Comments
No comments written yet.
Please login to write comment.