Color spaces of #abafdc
RGB | 171 | 175 | 220 |
---|---|---|---|
HSL | 0.65 | 0.41 | 0.77 |
HSV | 235° | 22° | 86° |
CMYK | 0.22 | 0.20 | 0.00 0.14 |
XYZ | 45.0428 | 44.4852 | 73.9226 |
Yxy | 44.4852 | 0.2756 | 0.2722 |
Hunter Lab | 66.6972 | 3.8267 | -19.0249 |
CIE-Lab | 72.5516 | 8.1334 | -23.1046 |
#abafdc color RGB value is (171,175,220).
#abafdc hex color red value is 171, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #abafdc hue: 0.65 , saturation: 0.41 and the lightness value of abafdc is 0.77.
The process color (four color CMYK) of #abafdc color hex is 0.22, 0.20, 0.00, 0.14. Web safe color of #abafdc is #9999cc. Color #abafdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10101111 | 11011100 |
Octal | 253 | 257 | 334 |
Decimal | 171 | 175 | 220 |
Hex | AB | AF | DC |
Shades of #abafdc
Tints of #abafdc
RGB Percentages of Color #abafdc
CMYK Percentages of Color #abafdc
Complementary Color
#abafdc | #dcd8ab |
#abafdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abafdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#abafdc Color CSS Codes
.mybgcolor {background-color:#abafdc; } .myforecolor {color:#abafdc; } .mybordercolor {border:3px solid #abafdc; }
#abafdc Text Font Color
<p style="color:#abafdc">Text here</p>
This sample text font color is #abafdc
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.
#abafdc Background Color
<div style="background-color:#abafdc">
Div content here</div>
This div background color is #abafdc
#abafdc Border Color
<div style="border:3px solid #abafdc">
Div here</div>
This div border color is #abafdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,175,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abafdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abafdc; -webkit-box-shadow: 1px 1px 3px 2px #abafdc; box-shadow: 1px 1px 3px 2px #abafdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,175,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 #abafdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abafdc; -webkit-box-shadow: 1px 1px 3px 2px #abafdc; box-shadow: 1px 1px 3px 2px #abafdc;">
Div content here</div>
This div box has shadow with color #abafdc
Comments
No comments written yet.
Please login to write comment.