Color spaces of #abedea
RGB | 171 | 237 | 234 |
---|---|---|---|
HSL | 0.49 | 0.65 | 0.80 |
HSV | 177° | 28° | 93° |
CMYK | 0.28 | 0.00 | 0.01 0.07 |
XYZ | 61.9301 | 75.1668 | 89.0865 |
Yxy | 75.1668 | 0.2738 | 0.3323 |
Hunter Lab | 86.6988 | -24.2180 | -0.2337 |
CIE-Lab | 89.4711 | -21.1479 | -5.2132 |
#abedea color RGB value is (171,237,234).
#abedea hex color red value is 171, green value is 237 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #abedea hue: 0.49 , saturation: 0.65 and the lightness value of abedea is 0.80.
The process color (four color CMYK) of #abedea color hex is 0.28, 0.00, 0.01, 0.07. Web safe color of #abedea is #99ffff. Color #abedea contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101101 | 11101010 |
Octal | 253 | 355 | 352 |
Decimal | 171 | 237 | 234 |
Hex | AB | ED | EA |
Shades of #abedea
Tints of #abedea
RGB Percentages of Color #abedea
CMYK Percentages of Color #abedea
Complementary Color
#abedea | #edabae |
#abedea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abedea Color Preview on White Background
Lorem ipsum dolor sit amet.
#abedea Color CSS Codes
.mybgcolor {background-color:#abedea; } .myforecolor {color:#abedea; } .mybordercolor {border:3px solid #abedea; }
#abedea Text Font Color
<p style="color:#abedea">Text here</p>
This sample text font color is #abedea
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.
#abedea Background Color
<div style="background-color:#abedea">
Div content here</div>
This div background color is #abedea
#abedea Border Color
<div style="border:3px solid #abedea">
Div here</div>
This div border color is #abedea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,237,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abedea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abedea; -webkit-box-shadow: 1px 1px 3px 2px #abedea; box-shadow: 1px 1px 3px 2px #abedea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,237,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 #abedea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abedea; -webkit-box-shadow: 1px 1px 3px 2px #abedea; box-shadow: 1px 1px 3px 2px #abedea;">
Div content here</div>
This div box has shadow with color #abedea
Comments
No comments written yet.
Please login to write comment.