Color spaces of #7faabd
RGB | 127 | 170 | 189 |
---|---|---|---|
HSL | 0.55 | 0.32 | 0.62 |
HSV | 198° | 33° | 74° |
CMYK | 0.33 | 0.10 | 0.00 0.26 |
XYZ | 32.3124 | 36.9356 | 53.5704 |
Yxy | 36.9356 | 0.2631 | 0.3007 |
Hunter Lab | 60.7747 | -11.4516 | -9.7195 |
CIE-Lab | 67.2287 | -9.7806 | -14.3912 |
#7faabd color RGB value is (127,170,189).
#7faabd hex color red value is 127, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7faabd hue: 0.55 , saturation: 0.32 and the lightness value of 7faabd is 0.62.
The process color (four color CMYK) of #7faabd color hex is 0.33, 0.10, 0.00, 0.26. Web safe color of #7faabd is #6699cc. Color #7faabd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 10101010 | 10111101 |
Octal | 177 | 252 | 275 |
Decimal | 127 | 170 | 189 |
Hex | 7F | AA | BD |
Shades of #7faabd
Tints of #7faabd
RGB Percentages of Color #7faabd
CMYK Percentages of Color #7faabd
Complementary Color
#7faabd | #bd927f |
#7faabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7faabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#7faabd Color CSS Codes
.mybgcolor {background-color:#7faabd; } .myforecolor {color:#7faabd; } .mybordercolor {border:3px solid #7faabd; }
#7faabd Text Font Color
<p style="color:#7faabd">Text here</p>
This sample text font color is #7faabd
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.
#7faabd Background Color
<div style="background-color:#7faabd">
Div content here</div>
This div background color is #7faabd
#7faabd Border Color
<div style="border:3px solid #7faabd">
Div here</div>
This div border color is #7faabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,170,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7faabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7faabd; -webkit-box-shadow: 1px 1px 3px 2px #7faabd; box-shadow: 1px 1px 3px 2px #7faabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,170,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 #7faabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7faabd; -webkit-box-shadow: 1px 1px 3px 2px #7faabd; box-shadow: 1px 1px 3px 2px #7faabd;">
Div content here</div>
This div box has shadow with color #7faabd
Comments
No comments written yet.
Please login to write comment.