Color spaces of #ffcadb
RGB | 255 | 202 | 219 |
---|---|---|---|
HSL | 0.95 | 1.00 | 0.90 |
HSV | 341° | 21° | 100° |
CMYK | 0.00 | 0.21 | 0.14 0.00 |
XYZ | 75.1467 | 68.6155 | 76.3013 |
Yxy | 68.6155 | 0.3415 | 0.3118 |
Hunter Lab | 82.8345 | 16.9733 | 3.3703 |
CIE-Lab | 86.3133 | 21.3334 | -1.2432 |
#ffcadb color RGB value is (255,202,219).
#ffcadb hex color red value is 255, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ffcadb hue: 0.95 , saturation: 1.00 and the lightness value of ffcadb is 0.90.
The process color (four color CMYK) of #ffcadb color hex is 0.00, 0.21, 0.14, 0.00. Web safe color of #ffcadb is #ffcccc. Color #ffcadb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11001010 | 11011011 |
Octal | 377 | 312 | 333 |
Decimal | 255 | 202 | 219 |
Hex | FF | CA | DB |
Shades of #ffcadb
Tints of #ffcadb
RGB Percentages of Color #ffcadb
CMYK Percentages of Color #ffcadb
Complementary Color
#ffcadb | #caffee |
#ffcadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffcadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffcadb Color CSS Codes
.mybgcolor {background-color:#ffcadb; } .myforecolor {color:#ffcadb; } .mybordercolor {border:3px solid #ffcadb; }
#ffcadb Text Font Color
<p style="color:#ffcadb">Text here</p>
This sample text font color is #ffcadb
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.
#ffcadb Background Color
<div style="background-color:#ffcadb">
Div content here</div>
This div background color is #ffcadb
#ffcadb Border Color
<div style="border:3px solid #ffcadb">
Div here</div>
This div border color is #ffcadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,202,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffcadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffcadb; -webkit-box-shadow: 1px 1px 3px 2px #ffcadb; box-shadow: 1px 1px 3px 2px #ffcadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,202,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffcadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffcadb; -webkit-box-shadow: 1px 1px 3px 2px #ffcadb; box-shadow: 1px 1px 3px 2px #ffcadb;">
Div content here</div>
This div box has shadow with color #ffcadb
Comments
No comments written yet.
Please login to write comment.