Color spaces of #ffcc84
RGB | 255 | 204 | 132 |
---|---|---|---|
HSL | 0.10 | 1.00 | 0.76 |
HSV | 35° | 48° | 100° |
CMYK | 0.00 | 0.20 | 0.48 0.00 |
XYZ | 66.9977 | 66.1117 | 31.0595 |
Yxy | 66.1117 | 0.4081 | 0.4027 |
Hunter Lab | 81.3091 | 4.7909 | 34.2680 |
CIE-Lab | 85.0534 | 9.4086 | 42.5737 |
#ffcc84 color RGB value is (255,204,132).
#ffcc84 hex color red value is 255, green value is 204 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ffcc84 hue: 0.10 , saturation: 1.00 and the lightness value of ffcc84 is 0.76.
The process color (four color CMYK) of #ffcc84 color hex is 0.00, 0.20, 0.48, 0.00. Web safe color of #ffcc84 is #ffcc99. Color #ffcc84 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11001100 | 10000100 |
Octal | 377 | 314 | 204 |
Decimal | 255 | 204 | 132 |
Hex | FF | CC | 84 |
Shades of #ffcc84
Tints of #ffcc84
RGB Percentages of Color #ffcc84
CMYK Percentages of Color #ffcc84
Complementary Color
#ffcc84 | #84b7ff |
#ffcc84 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffcc84 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffcc84 Color CSS Codes
.mybgcolor {background-color:#ffcc84; } .myforecolor {color:#ffcc84; } .mybordercolor {border:3px solid #ffcc84; }
#ffcc84 Text Font Color
<p style="color:#ffcc84">Text here</p>
This sample text font color is #ffcc84
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.
#ffcc84 Background Color
<div style="background-color:#ffcc84">
Div content here</div>
This div background color is #ffcc84
#ffcc84 Border Color
<div style="border:3px solid #ffcc84">
Div here</div>
This div border color is #ffcc84
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,204,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffcc84; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffcc84; -webkit-box-shadow: 1px 1px 3px 2px #ffcc84; box-shadow: 1px 1px 3px 2px #ffcc84; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,204,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffcc84">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffcc84; -webkit-box-shadow: 1px 1px 3px 2px #ffcc84; box-shadow: 1px 1px 3px 2px #ffcc84;">
Div content here</div>
This div box has shadow with color #ffcc84
#ffcc84 Color Palettes
Comments
No comments written yet.
Please login to write comment.