Color spaces of #fcdb82
RGB | 252 | 219 | 130 |
---|---|---|---|
HSL | 0.12 | 0.95 | 0.75 |
HSV | 44° | 48° | 99° |
CMYK | 0.00 | 0.13 | 0.48 0.01 |
XYZ | 69.5057 | 72.9702 | 31.5404 |
Yxy | 72.9702 | 0.3994 | 0.4193 |
Hunter Lab | 85.4226 | -4.2497 | 37.9043 |
CIE-Lab | 88.4335 | 0.3237 | 47.7255 |
#fcdb82 color RGB value is (252,219,130).
#fcdb82 hex color red value is 252, green value is 219 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #fcdb82 hue: 0.12 , saturation: 0.95 and the lightness value of fcdb82 is 0.75.
The process color (four color CMYK) of #fcdb82 color hex is 0.00, 0.13, 0.48, 0.01. Web safe color of #fcdb82 is #ffcc99. Color #fcdb82 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11011011 | 10000010 |
Octal | 374 | 333 | 202 |
Decimal | 252 | 219 | 130 |
Hex | FC | DB | 82 |
Shades of #fcdb82
Tints of #fcdb82
RGB Percentages of Color #fcdb82
CMYK Percentages of Color #fcdb82
Complementary Color
#fcdb82 | #82a3fc |
#fcdb82 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcdb82 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcdb82 Color CSS Codes
.mybgcolor {background-color:#fcdb82; } .myforecolor {color:#fcdb82; } .mybordercolor {border:3px solid #fcdb82; }
#fcdb82 Text Font Color
<p style="color:#fcdb82">Text here</p>
This sample text font color is #fcdb82
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.
#fcdb82 Background Color
<div style="background-color:#fcdb82">
Div content here</div>
This div background color is #fcdb82
#fcdb82 Border Color
<div style="border:3px solid #fcdb82">
Div here</div>
This div border color is #fcdb82
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,219,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcdb82; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcdb82; -webkit-box-shadow: 1px 1px 3px 2px #fcdb82; box-shadow: 1px 1px 3px 2px #fcdb82; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,219,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 #fcdb82">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcdb82; -webkit-box-shadow: 1px 1px 3px 2px #fcdb82; box-shadow: 1px 1px 3px 2px #fcdb82;">
Div content here</div>
This div box has shadow with color #fcdb82
Comments
No comments written yet.
Please login to write comment.