Color Hex Logo

#dcc7ca Color Hex

#DCC7CA
(220,199,202)
0 Favorites   0 Comments

Color spaces of #dcc7ca

RGB 220199202
HSL0.980.230.82
HSV351°10°86°
CMYK 0.000.100.08   0.14
XYZ60.599360.326864.3274
Yxy60.32680.32710.3256
Hunter Lab77.67033.34475.2646
CIE-Lab82.01557.86071.1729

#dcc7ca color RGB value is (220,199,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 11001010
Octal 334 307 312
Decimal 220 199 202
Hex DC C7 CA

RGB Percentages of Color #dcc7ca

%35.43
%32.05
%32.53

CMYK Percentages of Color #dcc7ca

%0
%10
%8
%14

Triadic Colors of #dcc7ca

#dcc7ca #cadcc7 #c7cadc

Analogous Colors of #dcc7ca

#dcc7ca #dccfc7 #dcc7d5

Monochromatic Colors of #dcc7ca

#dcc7ca

Complementary Color

#dcc7ca #c7dcd9

#dcc7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc7ca Color CSS Codes

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

#dcc7ca Text Font Color

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

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


#dcc7ca Background Color

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

This div background color is #dcc7ca


#dcc7ca Border Color

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

This div border color is #dcc7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc7ca


Comments

No comments written yet.

Please login to write comment.