Color spaces of #abbbd1
RGB | 171 | 187 | 209 |
---|---|---|---|
HSL | 0.60 | 0.29 | 0.75 |
HSV | 215° | 18° | 82° |
CMYK | 0.18 | 0.11 | 0.00 0.18 |
XYZ | 46.0735 | 48.8020 | 67.3130 |
Yxy | 48.8020 | 0.2841 | 0.3009 |
Hunter Lab | 69.8584 | -4.5267 | -8.2288 |
CIE-Lab | 75.3280 | -0.8827 | -12.9144 |
#abbbd1 color RGB value is (171,187,209).
#abbbd1 hex color red value is 171, green value is 187 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #abbbd1 hue: 0.60 , saturation: 0.29 and the lightness value of abbbd1 is 0.75.
The process color (four color CMYK) of #abbbd1 color hex is 0.18, 0.11, 0.00, 0.18. Web safe color of #abbbd1 is #99cccc. Color #abbbd1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10111011 | 11010001 |
Octal | 253 | 273 | 321 |
Decimal | 171 | 187 | 209 |
Hex | AB | BB | D1 |
Shades of #abbbd1
Tints of #abbbd1
RGB Percentages of Color #abbbd1
CMYK Percentages of Color #abbbd1
Complementary Color
#abbbd1 | #d1c1ab |
#abbbd1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abbbd1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abbbd1 Color CSS Codes
.mybgcolor {background-color:#abbbd1; } .myforecolor {color:#abbbd1; } .mybordercolor {border:3px solid #abbbd1; }
#abbbd1 Text Font Color
<p style="color:#abbbd1">Text here</p>
This sample text font color is #abbbd1
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.
#abbbd1 Background Color
<div style="background-color:#abbbd1">
Div content here</div>
This div background color is #abbbd1
#abbbd1 Border Color
<div style="border:3px solid #abbbd1">
Div here</div>
This div border color is #abbbd1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,187,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abbbd1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abbbd1; -webkit-box-shadow: 1px 1px 3px 2px #abbbd1; box-shadow: 1px 1px 3px 2px #abbbd1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,187,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 #abbbd1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abbbd1; -webkit-box-shadow: 1px 1px 3px 2px #abbbd1; box-shadow: 1px 1px 3px 2px #abbbd1;">
Div content here</div>
This div box has shadow with color #abbbd1
Comments
No comments written yet.
Please login to write comment.