Color spaces of #abbedc
RGB | 171 | 190 | 220 |
---|---|---|---|
HSL | 0.60 | 0.41 | 0.77 |
HSV | 217° | 22° | 86° |
CMYK | 0.22 | 0.14 | 0.00 0.14 |
XYZ | 48.1263 | 50.6521 | 74.9505 |
Yxy | 50.6521 | 0.2770 | 0.2916 |
Hunter Lab | 71.1703 | -3.8439 | -12.6200 |
CIE-Lab | 76.4678 | -0.0469 | -17.1636 |
#abbedc color RGB value is (171,190,220).
#abbedc hex color red value is 171, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #abbedc hue: 0.60 , saturation: 0.41 and the lightness value of abbedc is 0.77.
The process color (four color CMYK) of #abbedc color hex is 0.22, 0.14, 0.00, 0.14. Web safe color of #abbedc is #99cccc. Color #abbedc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10111110 | 11011100 |
Octal | 253 | 276 | 334 |
Decimal | 171 | 190 | 220 |
Hex | AB | BE | DC |
Shades of #abbedc
Tints of #abbedc
RGB Percentages of Color #abbedc
CMYK Percentages of Color #abbedc
Complementary Color
#abbedc | #dcc9ab |
#abbedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abbedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#abbedc Color CSS Codes
.mybgcolor {background-color:#abbedc; } .myforecolor {color:#abbedc; } .mybordercolor {border:3px solid #abbedc; }
#abbedc Text Font Color
<p style="color:#abbedc">Text here</p>
This sample text font color is #abbedc
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.
#abbedc Background Color
<div style="background-color:#abbedc">
Div content here</div>
This div background color is #abbedc
#abbedc Border Color
<div style="border:3px solid #abbedc">
Div here</div>
This div border color is #abbedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,190,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abbedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abbedc; -webkit-box-shadow: 1px 1px 3px 2px #abbedc; box-shadow: 1px 1px 3px 2px #abbedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,190,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abbedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abbedc; -webkit-box-shadow: 1px 1px 3px 2px #abbedc; box-shadow: 1px 1px 3px 2px #abbedc;">
Div content here</div>
This div box has shadow with color #abbedc
#abbedc Color Palettes
Comments
No comments written yet.
Please login to write comment.