Color Hex Logo

#dccea0 Color Hex

#DCCEA0
(220,206,160)
0 Favorites   0 Comments

Color spaces of #dccea0

RGB 220206160
HSL0.130.460.75
HSV46°27°86°
CMYK 0.000.060.27   0.14
XYZ57.931761.896342.1516
Yxy61.89630.35760.3821
Hunter Lab78.6742-6.241523.3059
CIE-Lab82.8582-2.181424.6820

#dccea0 color RGB value is (220,206,160).

#dccea0 hex color red value is 220, green value is 206 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #dccea0 hue: 0.13 , saturation: 0.46 and the lightness value of dccea0 is 0.75.

The process color (four color CMYK) of #dccea0 color hex is 0.00, 0.06, 0.27, 0.14. Web safe color of #dccea0 is #cccc99. Color #dccea0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 10100000
Octal 334 316 240
Decimal 220 206 160
Hex DC CE A0

RGB Percentages of Color #dccea0

%37.54
%35.15
%27.30

CMYK Percentages of Color #dccea0

%0
%6
%27
%14

Triadic Colors of #dccea0

#dccea0 #a0dcce #cea0dc

Analogous Colors of #dccea0

#dccea0 #ccdca0 #dcb0a0

Monochromatic Colors of #dccea0

#dccea0

Complementary Color

#dccea0 #a0aedc

#dccea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccea0 Color CSS Codes

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

#dccea0 Text Font Color

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

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


#dccea0 Background Color

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

This div background color is #dccea0


#dccea0 Border Color

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

This div border color is #dccea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccea0


Comments

No comments written yet.

Please login to write comment.