Color spaces of #dccaf6
RGB | 220 | 202 | 246 |
---|---|---|---|
HSL | 0.73 | 0.71 | 0.88 |
HSV | 265° | 18° | 96° |
CMYK | 0.11 | 0.18 | 0.00 0.04 |
XYZ | 67.2703 | 64.1105 | 96.0178 |
Yxy | 64.1105 | 0.2958 | 0.2819 |
Hunter Lab | 80.0690 | 9.8466 | -15.0515 |
CIE-Lab | 84.0233 | 14.4513 | -19.3366 |
#dccaf6 color RGB value is (220,202,246).
#dccaf6 hex color red value is 220, green value is 202 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dccaf6 hue: 0.73 , saturation: 0.71 and the lightness value of dccaf6 is 0.88.
The process color (four color CMYK) of #dccaf6 color hex is 0.11, 0.18, 0.00, 0.04. Web safe color of #dccaf6 is #ccccff. Color #dccaf6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001010 | 11110110 |
Octal | 334 | 312 | 366 |
Decimal | 220 | 202 | 246 |
Hex | DC | CA | F6 |
Shades of #dccaf6
Tints of #dccaf6
RGB Percentages of Color #dccaf6
CMYK Percentages of Color #dccaf6
Complementary Color
#dccaf6 | #e4f6ca |
#dccaf6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccaf6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccaf6 Color CSS Codes
.mybgcolor {background-color:#dccaf6; } .myforecolor {color:#dccaf6; } .mybordercolor {border:3px solid #dccaf6; }
#dccaf6 Text Font Color
<p style="color:#dccaf6">Text here</p>
This sample text font color is #dccaf6
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.
#dccaf6 Background Color
<div style="background-color:#dccaf6">
Div content here</div>
This div background color is #dccaf6
#dccaf6 Border Color
<div style="border:3px solid #dccaf6">
Div here</div>
This div border color is #dccaf6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,202,246, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccaf6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccaf6; -webkit-box-shadow: 1px 1px 3px 2px #dccaf6; box-shadow: 1px 1px 3px 2px #dccaf6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,202,246, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dccaf6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccaf6; -webkit-box-shadow: 1px 1px 3px 2px #dccaf6; box-shadow: 1px 1px 3px 2px #dccaf6;">
Div content here</div>
This div box has shadow with color #dccaf6
Comments
No comments written yet.
Please login to write comment.