Color spaces of #dccafb
RGB | 220 | 202 | 251 |
---|---|---|---|
HSL | 0.73 | 0.86 | 0.89 |
HSV | 262° | 20° | 98° |
CMYK | 0.12 | 0.20 | 0.00 0.02 |
XYZ | 68.0483 | 64.4217 | 100.1149 |
Yxy | 64.4217 | 0.2926 | 0.2770 |
Hunter Lab | 80.2631 | 10.8745 | -17.7702 |
CIE-Lab | 84.1848 | 15.4661 | -21.7481 |
#dccafb color RGB value is (220,202,251).
#dccafb hex color red value is 220, green value is 202 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dccafb hue: 0.73 , saturation: 0.86 and the lightness value of dccafb is 0.89.
The process color (four color CMYK) of #dccafb color hex is 0.12, 0.20, 0.00, 0.02. Web safe color of #dccafb is #ccccff. Color #dccafb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001010 | 11111011 |
Octal | 334 | 312 | 373 |
Decimal | 220 | 202 | 251 |
Hex | DC | CA | FB |
Shades of #dccafb
Tints of #dccafb
RGB Percentages of Color #dccafb
CMYK Percentages of Color #dccafb
Complementary Color
#dccafb | #e9fbca |
#dccafb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccafb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccafb Color CSS Codes
.mybgcolor {background-color:#dccafb; } .myforecolor {color:#dccafb; } .mybordercolor {border:3px solid #dccafb; }
#dccafb Text Font Color
<p style="color:#dccafb">Text here</p>
This sample text font color is #dccafb
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.
#dccafb Background Color
<div style="background-color:#dccafb">
Div content here</div>
This div background color is #dccafb
#dccafb Border Color
<div style="border:3px solid #dccafb">
Div here</div>
This div border color is #dccafb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,202,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccafb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccafb; -webkit-box-shadow: 1px 1px 3px 2px #dccafb; box-shadow: 1px 1px 3px 2px #dccafb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,202,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dccafb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccafb; -webkit-box-shadow: 1px 1px 3px 2px #dccafb; box-shadow: 1px 1px 3px 2px #dccafb;">
Div content here</div>
This div box has shadow with color #dccafb
Comments
No comments written yet.
Please login to write comment.