Color spaces of #fab175
RGB | 250 | 177 | 117 |
---|---|---|---|
HSL | 0.08 | 0.93 | 0.72 |
HSV | 27° | 53° | 98° |
CMYK | 0.00 | 0.29 | 0.53 0.02 |
XYZ | 58.3574 | 53.0526 | 23.9940 |
Yxy | 53.0526 | 0.4310 | 0.3918 |
Hunter Lab | 72.8372 | 15.5496 | 31.4548 |
CIE-Lab | 77.9060 | 20.2002 | 41.1040 |
#fab175 color RGB value is (250,177,117).
#fab175 hex color red value is 250, green value is 177 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #fab175 hue: 0.08 , saturation: 0.93 and the lightness value of fab175 is 0.72.
The process color (four color CMYK) of #fab175 color hex is 0.00, 0.29, 0.53, 0.02. Web safe color of #fab175 is #ff9966. Color #fab175 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10110001 | 01110101 |
Octal | 372 | 261 | 165 |
Decimal | 250 | 177 | 117 |
Hex | FA | B1 | 75 |
Shades of #fab175
Tints of #fab175
RGB Percentages of Color #fab175
CMYK Percentages of Color #fab175
Complementary Color
#fab175 | #75befa |
#fab175 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fab175 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fab175 Color CSS Codes
.mybgcolor {background-color:#fab175; } .myforecolor {color:#fab175; } .mybordercolor {border:3px solid #fab175; }
#fab175 Text Font Color
<p style="color:#fab175">Text here</p>
This sample text font color is #fab175
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.
#fab175 Background Color
<div style="background-color:#fab175">
Div content here</div>
This div background color is #fab175
#fab175 Border Color
<div style="border:3px solid #fab175">
Div here</div>
This div border color is #fab175
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,177,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fab175; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fab175; -webkit-box-shadow: 1px 1px 3px 2px #fab175; box-shadow: 1px 1px 3px 2px #fab175; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,177,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fab175">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fab175; -webkit-box-shadow: 1px 1px 3px 2px #fab175; box-shadow: 1px 1px 3px 2px #fab175;">
Div content here</div>
This div box has shadow with color #fab175
Comments
No comments written yet.
Please login to write comment.