Color spaces of #ffcdae
RGB | 255 | 205 | 174 |
---|---|---|---|
HSL | 0.06 | 1.00 | 0.84 |
HSV | 23° | 32° | 100° |
CMYK | 0.00 | 0.20 | 0.32 0.00 |
XYZ | 70.7113 | 67.9786 | 49.4387 |
Yxy | 67.9786 | 0.3759 | 0.3613 |
Hunter Lab | 82.4491 | 8.8019 | 22.1625 |
CIE-Lab | 85.9957 | 13.4208 | 22.1340 |
#ffcdae color RGB value is (255,205,174).
#ffcdae hex color red value is 255, green value is 205 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ffcdae hue: 0.06 , saturation: 1.00 and the lightness value of ffcdae is 0.84.
The process color (four color CMYK) of #ffcdae color hex is 0.00, 0.20, 0.32, 0.00. Web safe color of #ffcdae is #ffcc99. Color #ffcdae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11001101 | 10101110 |
Octal | 377 | 315 | 256 |
Decimal | 255 | 205 | 174 |
Hex | FF | CD | AE |
Shades of #ffcdae
Tints of #ffcdae
RGB Percentages of Color #ffcdae
CMYK Percentages of Color #ffcdae
Complementary Color
#ffcdae | #aee0ff |
#ffcdae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffcdae Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffcdae Color CSS Codes
.mybgcolor {background-color:#ffcdae; } .myforecolor {color:#ffcdae; } .mybordercolor {border:3px solid #ffcdae; }
#ffcdae Text Font Color
<p style="color:#ffcdae">Text here</p>
This sample text font color is #ffcdae
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.
#ffcdae Background Color
<div style="background-color:#ffcdae">
Div content here</div>
This div background color is #ffcdae
#ffcdae Border Color
<div style="border:3px solid #ffcdae">
Div here</div>
This div border color is #ffcdae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,205,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffcdae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffcdae; -webkit-box-shadow: 1px 1px 3px 2px #ffcdae; box-shadow: 1px 1px 3px 2px #ffcdae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,205,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffcdae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffcdae; -webkit-box-shadow: 1px 1px 3px 2px #ffcdae; box-shadow: 1px 1px 3px 2px #ffcdae;">
Div content here</div>
This div box has shadow with color #ffcdae
#ffcdae Color Palettes
Comments
No comments written yet.
Please login to write comment.