Color spaces of #abafd1
RGB | 171 | 175 | 209 |
---|---|---|---|
HSL | 0.65 | 0.29 | 0.75 |
HSV | 234° | 18° | 82° |
CMYK | 0.18 | 0.16 | 0.00 0.18 |
XYZ | 43.6332 | 43.9213 | 66.4995 |
Yxy | 43.9213 | 0.2832 | 0.2851 |
Hunter Lab | 66.2731 | 1.5436 | -13.1013 |
CIE-Lab | 72.1759 | 5.6434 | -17.6600 |
#abafd1 color RGB value is (171,175,209).
#abafd1 hex color red value is 171, green value is 175 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #abafd1 hue: 0.65 , saturation: 0.29 and the lightness value of abafd1 is 0.75.
The process color (four color CMYK) of #abafd1 color hex is 0.18, 0.16, 0.00, 0.18. Web safe color of #abafd1 is #9999cc. Color #abafd1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10101111 | 11010001 |
Octal | 253 | 257 | 321 |
Decimal | 171 | 175 | 209 |
Hex | AB | AF | D1 |
Shades of #abafd1
Tints of #abafd1
RGB Percentages of Color #abafd1
CMYK Percentages of Color #abafd1
Complementary Color
#abafd1 | #d1cdab |
#abafd1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abafd1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abafd1 Color CSS Codes
.mybgcolor {background-color:#abafd1; } .myforecolor {color:#abafd1; } .mybordercolor {border:3px solid #abafd1; }
#abafd1 Text Font Color
<p style="color:#abafd1">Text here</p>
This sample text font color is #abafd1
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.
#abafd1 Background Color
<div style="background-color:#abafd1">
Div content here</div>
This div background color is #abafd1
#abafd1 Border Color
<div style="border:3px solid #abafd1">
Div here</div>
This div border color is #abafd1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,175,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abafd1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abafd1; -webkit-box-shadow: 1px 1px 3px 2px #abafd1; box-shadow: 1px 1px 3px 2px #abafd1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,175,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abafd1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abafd1; -webkit-box-shadow: 1px 1px 3px 2px #abafd1; box-shadow: 1px 1px 3px 2px #abafd1;">
Div content here</div>
This div box has shadow with color #abafd1
Comments
No comments written yet.
Please login to write comment.