Color spaces of #ffcce9
RGB | 255 | 204 | 233 |
---|---|---|---|
HSL | 0.91 | 1.00 | 0.90 |
HSV | 326° | 20° | 100° |
CMYK | 0.00 | 0.20 | 0.09 0.00 |
XYZ | 77.5408 | 70.3289 | 86.5788 |
Yxy | 70.3289 | 0.3307 | 0.3000 |
Hunter Lab | 83.8623 | 18.2856 | -2.5069 |
CIE-Lab | 87.1579 | 22.5514 | -7.4295 |
#ffcce9 color RGB value is (255,204,233).
#ffcce9 hex color red value is 255, green value is 204 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #ffcce9 hue: 0.91 , saturation: 1.00 and the lightness value of ffcce9 is 0.90.
The process color (four color CMYK) of #ffcce9 color hex is 0.00, 0.20, 0.09, 0.00. Web safe color of #ffcce9 is #ffccff. Color #ffcce9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11001100 | 11101001 |
Octal | 377 | 314 | 351 |
Decimal | 255 | 204 | 233 |
Hex | FF | CC | E9 |
Shades of #ffcce9
Tints of #ffcce9
RGB Percentages of Color #ffcce9
CMYK Percentages of Color #ffcce9
Complementary Color
#ffcce9 | #ccffe2 |
#ffcce9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffcce9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffcce9 Color CSS Codes
.mybgcolor {background-color:#ffcce9; } .myforecolor {color:#ffcce9; } .mybordercolor {border:3px solid #ffcce9; }
#ffcce9 Text Font Color
<p style="color:#ffcce9">Text here</p>
This sample text font color is #ffcce9
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.
#ffcce9 Background Color
<div style="background-color:#ffcce9">
Div content here</div>
This div background color is #ffcce9
#ffcce9 Border Color
<div style="border:3px solid #ffcce9">
Div here</div>
This div border color is #ffcce9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,204,233, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffcce9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffcce9; -webkit-box-shadow: 1px 1px 3px 2px #ffcce9; box-shadow: 1px 1px 3px 2px #ffcce9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,204,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 #ffcce9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffcce9; -webkit-box-shadow: 1px 1px 3px 2px #ffcce9; box-shadow: 1px 1px 3px 2px #ffcce9;">
Div content here</div>
This div box has shadow with color #ffcce9
#ffcce9 Color Palettes
Comments
No comments written yet.
Please login to write comment.