Color spaces of #ffcae9
RGB | 255 | 202 | 233 |
---|---|---|---|
HSL | 0.90 | 1.00 | 0.90 |
HSV | 325° | 21° | 100° |
CMYK | 0.00 | 0.21 | 0.09 0.00 |
XYZ | 77.0685 | 69.3843 | 86.4213 |
Yxy | 69.3843 | 0.3309 | 0.2979 |
Hunter Lab | 83.2972 | 19.3821 | -3.2056 |
CIE-Lab | 86.6940 | 23.6006 | -8.1169 |
#ffcae9 color RGB value is (255,202,233).
#ffcae9 hex color red value is 255, green value is 202 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #ffcae9 hue: 0.90 , saturation: 1.00 and the lightness value of ffcae9 is 0.90.
The process color (four color CMYK) of #ffcae9 color hex is 0.00, 0.21, 0.09, 0.00. Web safe color of #ffcae9 is #ffccff. Color #ffcae9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11001010 | 11101001 |
Octal | 377 | 312 | 351 |
Decimal | 255 | 202 | 233 |
Hex | FF | CA | E9 |
Shades of #ffcae9
Tints of #ffcae9
RGB Percentages of Color #ffcae9
CMYK Percentages of Color #ffcae9
Complementary Color
#ffcae9 | #caffe0 |
#ffcae9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffcae9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffcae9 Color CSS Codes
.mybgcolor {background-color:#ffcae9; } .myforecolor {color:#ffcae9; } .mybordercolor {border:3px solid #ffcae9; }
#ffcae9 Text Font Color
<p style="color:#ffcae9">Text here</p>
This sample text font color is #ffcae9
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.
#ffcae9 Background Color
<div style="background-color:#ffcae9">
Div content here</div>
This div background color is #ffcae9
#ffcae9 Border Color
<div style="border:3px solid #ffcae9">
Div here</div>
This div border color is #ffcae9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,202,233, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffcae9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffcae9; -webkit-box-shadow: 1px 1px 3px 2px #ffcae9; box-shadow: 1px 1px 3px 2px #ffcae9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,202,233, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffcae9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffcae9; -webkit-box-shadow: 1px 1px 3px 2px #ffcae9; box-shadow: 1px 1px 3px 2px #ffcae9;">
Div content here</div>
This div box has shadow with color #ffcae9
#ffcae9 Color Palettes
Comments
No comments written yet.
Please login to write comment.