Color spaces of #abbacf
RGB | 171 | 186 | 207 |
---|---|---|---|
HSL | 0.60 | 0.27 | 0.74 |
HSV | 215° | 17° | 81° |
CMYK | 0.17 | 0.10 | 0.00 0.19 |
XYZ | 45.6160 | 48.2807 | 65.9464 |
Yxy | 48.2807 | 0.2854 | 0.3021 |
Hunter Lab | 69.4843 | -4.4135 | -7.6321 |
CIE-Lab | 75.0016 | -0.7804 | -12.3162 |
#abbacf color RGB value is (171,186,207).
#abbacf hex color red value is 171, green value is 186 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #abbacf hue: 0.60 , saturation: 0.27 and the lightness value of abbacf is 0.74.
The process color (four color CMYK) of #abbacf color hex is 0.17, 0.10, 0.00, 0.19. Web safe color of #abbacf is #99cccc. Color #abbacf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10111010 | 11001111 |
Octal | 253 | 272 | 317 |
Decimal | 171 | 186 | 207 |
Hex | AB | BA | CF |
Shades of #abbacf
Tints of #abbacf
RGB Percentages of Color #abbacf
CMYK Percentages of Color #abbacf
Complementary Color
#abbacf | #cfc0ab |
#abbacf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abbacf Color Preview on White Background
Lorem ipsum dolor sit amet.
#abbacf Color CSS Codes
.mybgcolor {background-color:#abbacf; } .myforecolor {color:#abbacf; } .mybordercolor {border:3px solid #abbacf; }
#abbacf Text Font Color
<p style="color:#abbacf">Text here</p>
This sample text font color is #abbacf
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.
#abbacf Background Color
<div style="background-color:#abbacf">
Div content here</div>
This div background color is #abbacf
#abbacf Border Color
<div style="border:3px solid #abbacf">
Div here</div>
This div border color is #abbacf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,186,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abbacf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abbacf; -webkit-box-shadow: 1px 1px 3px 2px #abbacf; box-shadow: 1px 1px 3px 2px #abbacf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,186,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abbacf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abbacf; -webkit-box-shadow: 1px 1px 3px 2px #abbacf; box-shadow: 1px 1px 3px 2px #abbacf;">
Div content here</div>
This div box has shadow with color #abbacf
Comments
No comments written yet.
Please login to write comment.