Color spaces of #ffcacb
RGB | 255 | 202 | 203 |
---|---|---|---|
HSL | 1.00 | 1.00 | 0.90 |
HSV | 359° | 21° | 100° |
CMYK | 0.00 | 0.21 | 0.20 0.00 |
XYZ | 73.1400 | 67.8129 | 65.7342 |
Yxy | 67.8129 | 0.3539 | 0.3281 |
Hunter Lab | 82.3486 | 14.4293 | 10.3162 |
CIE-Lab | 85.9128 | 18.9071 | 6.6779 |
#ffcacb color RGB value is (255,202,203).
#ffcacb hex color red value is 255, green value is 202 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ffcacb hue: 1.00 , saturation: 1.00 and the lightness value of ffcacb is 0.90.
The process color (four color CMYK) of #ffcacb color hex is 0.00, 0.21, 0.20, 0.00. Web safe color of #ffcacb is #ffcccc. Color #ffcacb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11001010 | 11001011 |
Octal | 377 | 312 | 313 |
Decimal | 255 | 202 | 203 |
Hex | FF | CA | CB |
Shades of #ffcacb
Tints of #ffcacb
RGB Percentages of Color #ffcacb
CMYK Percentages of Color #ffcacb
Complementary Color
#ffcacb | #cafffe |
#ffcacb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffcacb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffcacb Color CSS Codes
.mybgcolor {background-color:#ffcacb; } .myforecolor {color:#ffcacb; } .mybordercolor {border:3px solid #ffcacb; }
#ffcacb Text Font Color
<p style="color:#ffcacb">Text here</p>
This sample text font color is #ffcacb
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.
#ffcacb Background Color
<div style="background-color:#ffcacb">
Div content here</div>
This div background color is #ffcacb
#ffcacb Border Color
<div style="border:3px solid #ffcacb">
Div here</div>
This div border color is #ffcacb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,202,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffcacb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffcacb; -webkit-box-shadow: 1px 1px 3px 2px #ffcacb; box-shadow: 1px 1px 3px 2px #ffcacb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,202,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffcacb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffcacb; -webkit-box-shadow: 1px 1px 3px 2px #ffcacb; box-shadow: 1px 1px 3px 2px #ffcacb;">
Div content here</div>
This div box has shadow with color #ffcacb
Comments
No comments written yet.
Please login to write comment.