Color spaces of #ffc29d
RGB | 255 | 194 | 157 |
---|---|---|---|
HSL | 0.06 | 1.00 | 0.81 |
HSV | 23° | 38° | 100° |
CMYK | 0.00 | 0.24 | 0.38 0.00 |
XYZ | 66.6176 | 62.2779 | 40.4080 |
Yxy | 62.2779 | 0.3935 | 0.3678 |
Hunter Lab | 78.9163 | 12.5780 | 24.8828 |
CIE-Lab | 83.0610 | 17.1533 | 27.0698 |
#ffc29d color RGB value is (255,194,157).
#ffc29d hex color red value is 255, green value is 194 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ffc29d hue: 0.06 , saturation: 1.00 and the lightness value of ffc29d is 0.81.
The process color (four color CMYK) of #ffc29d color hex is 0.00, 0.24, 0.38, 0.00. Web safe color of #ffc29d is #ffcc99. Color #ffc29d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11000010 | 10011101 |
Octal | 377 | 302 | 235 |
Decimal | 255 | 194 | 157 |
Hex | FF | C2 | 9D |
Shades of #ffc29d
Tints of #ffc29d
RGB Percentages of Color #ffc29d
CMYK Percentages of Color #ffc29d
Complementary Color
#ffc29d | #9ddaff |
#ffc29d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffc29d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffc29d Color CSS Codes
.mybgcolor {background-color:#ffc29d; } .myforecolor {color:#ffc29d; } .mybordercolor {border:3px solid #ffc29d; }
#ffc29d Text Font Color
<p style="color:#ffc29d">Text here</p>
This sample text font color is #ffc29d
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.
#ffc29d Background Color
<div style="background-color:#ffc29d">
Div content here</div>
This div background color is #ffc29d
#ffc29d Border Color
<div style="border:3px solid #ffc29d">
Div here</div>
This div border color is #ffc29d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,194,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffc29d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffc29d; -webkit-box-shadow: 1px 1px 3px 2px #ffc29d; box-shadow: 1px 1px 3px 2px #ffc29d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,194,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffc29d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffc29d; -webkit-box-shadow: 1px 1px 3px 2px #ffc29d; box-shadow: 1px 1px 3px 2px #ffc29d;">
Div content here</div>
This div box has shadow with color #ffc29d
Related Colors
Comments
No comments written yet.
Please login to write comment.