Color spaces of #fdbe26
RGB | 253 | 190 | 38 |
---|---|---|---|
HSL | 0.12 | 0.98 | 0.57 |
HSV | 42° | 85° | 99° |
CMYK | 0.00 | 0.25 | 0.85 0.01 |
XYZ | 59.2713 | 57.8495 | 9.8759 |
Yxy | 57.8495 | 0.4667 | 0.4555 |
Hunter Lab | 76.0589 | 5.9988 | 45.5427 |
CIE-Lab | 80.6550 | 10.5580 | 76.7861 |
#fdbe26 color RGB value is (253,190,38).
#fdbe26 hex color red value is 253, green value is 190 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #fdbe26 hue: 0.12 , saturation: 0.98 and the lightness value of fdbe26 is 0.57.
The process color (four color CMYK) of #fdbe26 color hex is 0.00, 0.25, 0.85, 0.01. Web safe color of #fdbe26 is #ffcc33. Color #fdbe26 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10111110 | 00100110 |
Octal | 375 | 276 | 46 |
Decimal | 253 | 190 | 38 |
Hex | FD | BE | 26 |
Shades of #fdbe26
Tints of #fdbe26
RGB Percentages of Color #fdbe26
CMYK Percentages of Color #fdbe26
Complementary Color
#fdbe26 | #2665fd |
#fdbe26 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdbe26 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdbe26 Color CSS Codes
.mybgcolor {background-color:#fdbe26; } .myforecolor {color:#fdbe26; } .mybordercolor {border:3px solid #fdbe26; }
#fdbe26 Text Font Color
<p style="color:#fdbe26">Text here</p>
This sample text font color is #fdbe26
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.
#fdbe26 Background Color
<div style="background-color:#fdbe26">
Div content here</div>
This div background color is #fdbe26
#fdbe26 Border Color
<div style="border:3px solid #fdbe26">
Div here</div>
This div border color is #fdbe26
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,190,38, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdbe26; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdbe26; -webkit-box-shadow: 1px 1px 3px 2px #fdbe26; box-shadow: 1px 1px 3px 2px #fdbe26; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,190,38, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdbe26">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdbe26; -webkit-box-shadow: 1px 1px 3px 2px #fdbe26; box-shadow: 1px 1px 3px 2px #fdbe26;">
Div content here</div>
This div box has shadow with color #fdbe26
Comments
No comments written yet.
Please login to write comment.