Color spaces of #fab45c
RGB | 250 | 180 | 92 |
---|---|---|---|
HSL | 0.09 | 0.94 | 0.67 |
HSV | 33° | 63° | 98° |
CMYK | 0.00 | 0.28 | 0.63 0.02 |
XYZ | 57.6774 | 53.7392 | 17.4580 |
Yxy | 53.7392 | 0.4475 | 0.4170 |
Hunter Lab | 73.3070 | 12.1551 | 37.1951 |
CIE-Lab | 78.3094 | 16.8044 | 53.9495 |
#fab45c color RGB value is (250,180,92).
#fab45c hex color red value is 250, green value is 180 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fab45c hue: 0.09 , saturation: 0.94 and the lightness value of fab45c is 0.67.
The process color (four color CMYK) of #fab45c color hex is 0.00, 0.28, 0.63, 0.02. Web safe color of #fab45c is #ffcc66. Color #fab45c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10110100 | 01011100 |
Octal | 372 | 264 | 134 |
Decimal | 250 | 180 | 92 |
Hex | FA | B4 | 5C |
Shades of #fab45c
Tints of #fab45c
RGB Percentages of Color #fab45c
CMYK Percentages of Color #fab45c
Complementary Color
#fab45c | #5ca2fa |
#fab45c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fab45c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fab45c Color CSS Codes
.mybgcolor {background-color:#fab45c; } .myforecolor {color:#fab45c; } .mybordercolor {border:3px solid #fab45c; }
#fab45c Text Font Color
<p style="color:#fab45c">Text here</p>
This sample text font color is #fab45c
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.
#fab45c Background Color
<div style="background-color:#fab45c">
Div content here</div>
This div background color is #fab45c
#fab45c Border Color
<div style="border:3px solid #fab45c">
Div here</div>
This div border color is #fab45c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,180,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fab45c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fab45c; -webkit-box-shadow: 1px 1px 3px 2px #fab45c; box-shadow: 1px 1px 3px 2px #fab45c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,180,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fab45c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fab45c; -webkit-box-shadow: 1px 1px 3px 2px #fab45c; box-shadow: 1px 1px 3px 2px #fab45c;">
Div content here</div>
This div box has shadow with color #fab45c
Comments
No comments written yet.
Please login to write comment.