Color spaces of #dccad2
RGB | 220 | 202 | 210 |
---|---|---|---|
HSL | 0.93 | 0.20 | 0.83 |
HSV | 333° | 8° | 86° |
CMYK | 0.00 | 0.08 | 0.05 0.14 |
XYZ | 62.2686 | 62.1098 | 69.6793 |
Yxy | 62.1098 | 0.3209 | 0.3201 |
Hunter Lab | 78.8098 | 3.1180 | 2.7459 |
CIE-Lab | 82.9718 | 7.6546 | -1.7090 |
#dccad2 color RGB value is (220,202,210).
#dccad2 hex color red value is 220, green value is 202 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #dccad2 hue: 0.93 , saturation: 0.20 and the lightness value of dccad2 is 0.83.
The process color (four color CMYK) of #dccad2 color hex is 0.00, 0.08, 0.05, 0.14. Web safe color of #dccad2 is #cccccc. Color #dccad2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001010 | 11010010 |
Octal | 334 | 312 | 322 |
Decimal | 220 | 202 | 210 |
Hex | DC | CA | D2 |
Shades of #dccad2
Tints of #dccad2
RGB Percentages of Color #dccad2
CMYK Percentages of Color #dccad2
Complementary Color
#dccad2 | #cadcd4 |
#dccad2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccad2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccad2 Color CSS Codes
.mybgcolor {background-color:#dccad2; } .myforecolor {color:#dccad2; } .mybordercolor {border:3px solid #dccad2; }
#dccad2 Text Font Color
<p style="color:#dccad2">Text here</p>
This sample text font color is #dccad2
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.
#dccad2 Background Color
<div style="background-color:#dccad2">
Div content here</div>
This div background color is #dccad2
#dccad2 Border Color
<div style="border:3px solid #dccad2">
Div here</div>
This div border color is #dccad2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,202,210, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccad2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccad2; -webkit-box-shadow: 1px 1px 3px 2px #dccad2; box-shadow: 1px 1px 3px 2px #dccad2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,202,210, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dccad2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccad2; -webkit-box-shadow: 1px 1px 3px 2px #dccad2; box-shadow: 1px 1px 3px 2px #dccad2;">
Div content here</div>
This div box has shadow with color #dccad2
Comments
No comments written yet.
Please login to write comment.