Color spaces of #aacfbd
RGB | 170 | 207 | 189 |
---|---|---|---|
HSL | 0.42 | 0.28 | 0.74 |
HSV | 151° | 18° | 81° |
CMYK | 0.18 | 0.00 | 0.09 0.19 |
XYZ | 48.0757 | 56.8458 | 56.5826 |
Yxy | 56.8458 | 0.2977 | 0.3520 |
Hunter Lab | 75.3962 | -18.1243 | 8.2819 |
CIE-Lab | 80.0928 | -15.8116 | 4.8828 |
#aacfbd color RGB value is (170,207,189).
#aacfbd hex color red value is 170, green value is 207 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aacfbd hue: 0.42 , saturation: 0.28 and the lightness value of aacfbd is 0.74.
The process color (four color CMYK) of #aacfbd color hex is 0.18, 0.00, 0.09, 0.19. Web safe color of #aacfbd is #99cccc. Color #aacfbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11001111 | 10111101 |
Octal | 252 | 317 | 275 |
Decimal | 170 | 207 | 189 |
Hex | AA | CF | BD |
Shades of #aacfbd
Tints of #aacfbd
RGB Percentages of Color #aacfbd
CMYK Percentages of Color #aacfbd
Complementary Color
#aacfbd | #cfaabc |
#aacfbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aacfbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#aacfbd Color CSS Codes
.mybgcolor {background-color:#aacfbd; } .myforecolor {color:#aacfbd; } .mybordercolor {border:3px solid #aacfbd; }
#aacfbd Text Font Color
<p style="color:#aacfbd">Text here</p>
This sample text font color is #aacfbd
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.
#aacfbd Background Color
<div style="background-color:#aacfbd">
Div content here</div>
This div background color is #aacfbd
#aacfbd Border Color
<div style="border:3px solid #aacfbd">
Div here</div>
This div border color is #aacfbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,207,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aacfbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aacfbd; -webkit-box-shadow: 1px 1px 3px 2px #aacfbd; box-shadow: 1px 1px 3px 2px #aacfbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,207,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aacfbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aacfbd; -webkit-box-shadow: 1px 1px 3px 2px #aacfbd; box-shadow: 1px 1px 3px 2px #aacfbd;">
Div content here</div>
This div box has shadow with color #aacfbd
Comments
No comments written yet.
Please login to write comment.