Color Hex Logo

#dccadc Color Hex

#DCCADC
(220,202,220)
0 Favorites   0 Comments

Color spaces of #dccadc

RGB 220202220
HSL0.830.200.83
HSV300°86°
CMYK 0.000.080.00   0.14
XYZ63.554062.624076.4481
Yxy62.62400.31370.3091
Hunter Lab79.13534.8675-1.8819
CIE-Lab83.24429.4483-6.6486

#dccadc color RGB value is (220,202,220).

#dccadc hex color red value is 220, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dccadc hue: 0.83 , saturation: 0.20 and the lightness value of dccadc is 0.83.

The process color (four color CMYK) of #dccadc color hex is 0.00, 0.08, 0.00, 0.14. Web safe color of #dccadc is #cccccc. Color #dccadc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 11011100
Octal 334 312 334
Decimal 220 202 220
Hex DC CA DC

RGB Percentages of Color #dccadc

%34.27
%31.46
%34.27

CMYK Percentages of Color #dccadc

%0
%8
%0
%14

Triadic Colors of #dccadc

#dccadc #dcdcca #cadcdc

Analogous Colors of #dccadc

#dccadc #dccad3 #d3cadc

Monochromatic Colors of #dccadc

#dccadc

Complementary Color

#dccadc #cadcca

#dccadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccadc Color CSS Codes

.mybgcolor {background-color:#dccadc; } 
.myforecolor {color:#dccadc; }
.mybordercolor {border:3px solid #dccadc; }

#dccadc Text Font Color

<p style="color:#dccadc">Text here</p>

This sample text font color is #dccadc
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.


#dccadc Background Color

<div style="background-color:#dccadc">
Div content here</div>

This div background color is #dccadc


#dccadc Border Color

<div style="border:3px solid #dccadc">
Div here</div>

This div border color is #dccadc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,202,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dccadc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dccadc;
  -webkit-box-shadow: 1px 1px 3px 2px #dccadc;
  box-shadow:         1px 1px 3px 2px #dccadc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,202,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dccadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dccadc;
  -webkit-box-shadow: 1px 1px 3px 2px #dccadc;
  box-shadow:         1px 1px 3px 2px #dccadc;">
Div content here</div>

This div box has shadow with color #dccadc


Comments

No comments written yet.

Please login to write comment.