Color spaces of #abcedf
RGB | 171 | 206 | 223 |
---|---|---|---|
HSL | 0.55 | 0.45 | 0.77 |
HSV | 200° | 23° | 87° |
CMYK | 0.23 | 0.08 | 0.00 0.13 |
XYZ | 52.1852 | 58.1283 | 78.2815 |
Yxy | 58.1283 | 0.2767 | 0.3082 |
Hunter Lab | 76.2419 | -11.2457 | -7.5068 |
CIE-Lab | 80.8101 | -7.8611 | -12.2551 |
#abcedf color RGB value is (171,206,223).
#abcedf hex color red value is 171, green value is 206 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #abcedf hue: 0.55 , saturation: 0.45 and the lightness value of abcedf is 0.77.
The process color (four color CMYK) of #abcedf color hex is 0.23, 0.08, 0.00, 0.13. Web safe color of #abcedf is #99cccc. Color #abcedf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11001110 | 11011111 |
Octal | 253 | 316 | 337 |
Decimal | 171 | 206 | 223 |
Hex | AB | CE | DF |
Shades of #abcedf
Tints of #abcedf
RGB Percentages of Color #abcedf
CMYK Percentages of Color #abcedf
Complementary Color
#abcedf | #dfbcab |
#abcedf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abcedf Color Preview on White Background
Lorem ipsum dolor sit amet.
#abcedf Color CSS Codes
.mybgcolor {background-color:#abcedf; } .myforecolor {color:#abcedf; } .mybordercolor {border:3px solid #abcedf; }
#abcedf Text Font Color
<p style="color:#abcedf">Text here</p>
This sample text font color is #abcedf
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.
#abcedf Background Color
<div style="background-color:#abcedf">
Div content here</div>
This div background color is #abcedf
#abcedf Border Color
<div style="border:3px solid #abcedf">
Div here</div>
This div border color is #abcedf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,206,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abcedf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abcedf; -webkit-box-shadow: 1px 1px 3px 2px #abcedf; box-shadow: 1px 1px 3px 2px #abcedf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,206,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abcedf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abcedf; -webkit-box-shadow: 1px 1px 3px 2px #abcedf; box-shadow: 1px 1px 3px 2px #abcedf;">
Div content here</div>
This div box has shadow with color #abcedf
Comments
No comments written yet.
Please login to write comment.