Color Hex Logo

#dccacc Color Hex

#DCCACC
(220,202,204)
0 Favorites   0 Comments

Color spaces of #dccacc

RGB 220202204
HSL0.980.200.83
HSV353°86°
CMYK 0.000.080.07   0.14
XYZ61.534861.816365.8153
Yxy61.81630.32530.3268
Hunter Lab78.62332.11275.4049
CIE-Lab82.81566.61501.2684

#dccacc color RGB value is (220,202,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 11001100
Octal 334 312 314
Decimal 220 202 204
Hex DC CA CC

RGB Percentages of Color #dccacc

%35.14
%32.27
%32.59

CMYK Percentages of Color #dccacc

%0
%8
%7
%14

Triadic Colors of #dccacc

#dccacc #ccdcca #caccdc

Analogous Colors of #dccacc

#dccacc #dcd1ca #dccad5

Monochromatic Colors of #dccacc

#dccacc

Complementary Color

#dccacc #cadcda

#dccacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccacc Color CSS Codes

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

#dccacc Text Font Color

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

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


#dccacc Background Color

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

This div background color is #dccacc


#dccacc Border Color

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

This div border color is #dccacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccacc


Comments

No comments written yet.

Please login to write comment.