Color spaces of #abedef
RGB | 171 | 237 | 239 |
---|---|---|---|
HSL | 0.50 | 0.68 | 0.80 |
HSV | 182° | 28° | 94° |
CMYK | 0.28 | 0.01 | 0.00 0.06 |
XYZ | 62.6588 | 75.4583 | 92.9238 |
Yxy | 75.4583 | 0.2712 | 0.3266 |
Hunter Lab | 86.8667 | -23.2610 | -2.6175 |
CIE-Lab | 89.6072 | -20.0413 | -7.6266 |
#abedef color RGB value is (171,237,239).
#abedef hex color red value is 171, green value is 237 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #abedef hue: 0.50 , saturation: 0.68 and the lightness value of abedef is 0.80.
The process color (four color CMYK) of #abedef color hex is 0.28, 0.01, 0.00, 0.06. Web safe color of #abedef is #99ffff. Color #abedef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101101 | 11101111 |
Octal | 253 | 355 | 357 |
Decimal | 171 | 237 | 239 |
Hex | AB | ED | EF |
Shades of #abedef
Tints of #abedef
RGB Percentages of Color #abedef
CMYK Percentages of Color #abedef
Complementary Color
#abedef | #efadab |
#abedef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abedef Color Preview on White Background
Lorem ipsum dolor sit amet.
#abedef Color CSS Codes
.mybgcolor {background-color:#abedef; } .myforecolor {color:#abedef; } .mybordercolor {border:3px solid #abedef; }
#abedef Text Font Color
<p style="color:#abedef">Text here</p>
This sample text font color is #abedef
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.
#abedef Background Color
<div style="background-color:#abedef">
Div content here</div>
This div background color is #abedef
#abedef Border Color
<div style="border:3px solid #abedef">
Div here</div>
This div border color is #abedef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,237,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abedef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abedef; -webkit-box-shadow: 1px 1px 3px 2px #abedef; box-shadow: 1px 1px 3px 2px #abedef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,237,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abedef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abedef; -webkit-box-shadow: 1px 1px 3px 2px #abedef; box-shadow: 1px 1px 3px 2px #abedef;">
Div content here</div>
This div box has shadow with color #abedef
Comments
No comments written yet.
Please login to write comment.