Color spaces of #aabfc4
RGB | 170 | 191 | 196 |
---|---|---|---|
HSL | 0.53 | 0.18 | 0.72 |
HSV | 192° | 13° | 77° |
CMYK | 0.13 | 0.03 | 0.00 0.23 |
XYZ | 45.1722 | 49.7932 | 59.4548 |
Yxy | 49.7932 | 0.2925 | 0.3225 |
Hunter Lab | 70.5643 | -9.2196 | -0.5605 |
CIE-Lab | 75.9422 | -6.1081 | -4.9494 |
#aabfc4 color RGB value is (170,191,196).
#aabfc4 hex color red value is 170, green value is 191 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #aabfc4 hue: 0.53 , saturation: 0.18 and the lightness value of aabfc4 is 0.72.
The process color (four color CMYK) of #aabfc4 color hex is 0.13, 0.03, 0.00, 0.23. Web safe color of #aabfc4 is #99cccc. Color #aabfc4 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111111 | 11000100 |
Octal | 252 | 277 | 304 |
Decimal | 170 | 191 | 196 |
Hex | AA | BF | C4 |
Shades of #aabfc4
Tints of #aabfc4
RGB Percentages of Color #aabfc4
CMYK Percentages of Color #aabfc4
Complementary Color
#aabfc4 | #c4afaa |
#aabfc4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aabfc4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aabfc4 Color CSS Codes
.mybgcolor {background-color:#aabfc4; } .myforecolor {color:#aabfc4; } .mybordercolor {border:3px solid #aabfc4; }
#aabfc4 Text Font Color
<p style="color:#aabfc4">Text here</p>
This sample text font color is #aabfc4
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.
#aabfc4 Background Color
<div style="background-color:#aabfc4">
Div content here</div>
This div background color is #aabfc4
#aabfc4 Border Color
<div style="border:3px solid #aabfc4">
Div here</div>
This div border color is #aabfc4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,191,196, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aabfc4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aabfc4; -webkit-box-shadow: 1px 1px 3px 2px #aabfc4; box-shadow: 1px 1px 3px 2px #aabfc4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,191,196, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aabfc4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aabfc4; -webkit-box-shadow: 1px 1px 3px 2px #aabfc4; box-shadow: 1px 1px 3px 2px #aabfc4;">
Div content here</div>
This div box has shadow with color #aabfc4
Comments
No comments written yet.
Please login to write comment.