Color spaces of #ffcaa5
RGB | 255 | 202 | 165 |
---|---|---|---|
HSL | 0.07 | 1.00 | 0.82 |
HSV | 25° | 35° | 100° |
CMYK | 0.00 | 0.21 | 0.35 0.00 |
XYZ | 69.1521 | 66.2177 | 44.7339 |
Yxy | 66.2177 | 0.3840 | 0.3677 |
Hunter Lab | 81.3743 | 9.2849 | 24.3685 |
CIE-Lab | 85.1073 | 13.8954 | 25.6420 |
#ffcaa5 color RGB value is (255,202,165).
#ffcaa5 hex color red value is 255, green value is 202 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #ffcaa5 hue: 0.07 , saturation: 1.00 and the lightness value of ffcaa5 is 0.82.
The process color (four color CMYK) of #ffcaa5 color hex is 0.00, 0.21, 0.35, 0.00. Web safe color of #ffcaa5 is #ffcc99. Color #ffcaa5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11001010 | 10100101 |
Octal | 377 | 312 | 245 |
Decimal | 255 | 202 | 165 |
Hex | FF | CA | A5 |
Shades of #ffcaa5
Tints of #ffcaa5
RGB Percentages of Color #ffcaa5
CMYK Percentages of Color #ffcaa5
Complementary Color
#ffcaa5 | #a5daff |
#ffcaa5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffcaa5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffcaa5 Color CSS Codes
.mybgcolor {background-color:#ffcaa5; } .myforecolor {color:#ffcaa5; } .mybordercolor {border:3px solid #ffcaa5; }
#ffcaa5 Text Font Color
<p style="color:#ffcaa5">Text here</p>
This sample text font color is #ffcaa5
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.
#ffcaa5 Background Color
<div style="background-color:#ffcaa5">
Div content here</div>
This div background color is #ffcaa5
#ffcaa5 Border Color
<div style="border:3px solid #ffcaa5">
Div here</div>
This div border color is #ffcaa5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,202,165, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffcaa5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffcaa5; -webkit-box-shadow: 1px 1px 3px 2px #ffcaa5; box-shadow: 1px 1px 3px 2px #ffcaa5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,202,165, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffcaa5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffcaa5; -webkit-box-shadow: 1px 1px 3px 2px #ffcaa5; box-shadow: 1px 1px 3px 2px #ffcaa5;">
Div content here</div>
This div box has shadow with color #ffcaa5
Comments
No comments written yet.
Please login to write comment.