Color spaces of #fab482
RGB | 250 | 180 | 130 |
---|---|---|---|
HSL | 0.07 | 0.92 | 0.75 |
HSV | 25° | 48° | 98° |
CMYK | 0.00 | 0.28 | 0.48 0.02 |
XYZ | 59.7749 | 54.5782 | 28.5033 |
Yxy | 54.5782 | 0.4184 | 0.3820 |
Hunter Lab | 73.8771 | 15.1418 | 28.8386 |
CIE-Lab | 78.7977 | 19.7702 | 35.5037 |
#fab482 color RGB value is (250,180,130).
#fab482 hex color red value is 250, green value is 180 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #fab482 hue: 0.07 , saturation: 0.92 and the lightness value of fab482 is 0.75.
The process color (four color CMYK) of #fab482 color hex is 0.00, 0.28, 0.48, 0.02. Web safe color of #fab482 is #ffcc99. Color #fab482 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10110100 | 10000010 |
Octal | 372 | 264 | 202 |
Decimal | 250 | 180 | 130 |
Hex | FA | B4 | 82 |
Shades of #fab482
Tints of #fab482
RGB Percentages of Color #fab482
CMYK Percentages of Color #fab482
Complementary Color
#fab482 | #82c8fa |
#fab482 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fab482 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fab482 Color CSS Codes
.mybgcolor {background-color:#fab482; } .myforecolor {color:#fab482; } .mybordercolor {border:3px solid #fab482; }
#fab482 Text Font Color
<p style="color:#fab482">Text here</p>
This sample text font color is #fab482
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.
#fab482 Background Color
<div style="background-color:#fab482">
Div content here</div>
This div background color is #fab482
#fab482 Border Color
<div style="border:3px solid #fab482">
Div here</div>
This div border color is #fab482
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,180,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fab482; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fab482; -webkit-box-shadow: 1px 1px 3px 2px #fab482; box-shadow: 1px 1px 3px 2px #fab482; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,180,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fab482">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fab482; -webkit-box-shadow: 1px 1px 3px 2px #fab482; box-shadow: 1px 1px 3px 2px #fab482;">
Div content here</div>
This div box has shadow with color #fab482
Comments
No comments written yet.
Please login to write comment.