Color Hex Logo

#dccab0 Color Hex

#DCCAB0
(220,202,176)
0 Favorites   0 Comments

Color spaces of #dccab0

RGB 220202176
HSL0.100.390.78
HSV35°20°86°
CMYK 0.000.080.20   0.14
XYZ58.472260.591349.6878
Yxy60.59130.34650.3591
Hunter Lab77.8404-2.135016.6418
CIE-Lab82.15852.149015.2604

#dccab0 color RGB value is (220,202,176).

#dccab0 hex color red value is 220, green value is 202 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #dccab0 hue: 0.10 , saturation: 0.39 and the lightness value of dccab0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 10110000
Octal 334 312 260
Decimal 220 202 176
Hex DC CA B0

RGB Percentages of Color #dccab0

%36.79
%33.78
%29.43

CMYK Percentages of Color #dccab0

%0
%8
%20
%14

Triadic Colors of #dccab0

#dccab0 #b0dcca #cab0dc

Analogous Colors of #dccab0

#dccab0 #d8dcb0 #dcb4b0

Monochromatic Colors of #dccab0

#dccab0

Complementary Color

#dccab0 #b0c2dc

#dccab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccab0 Color CSS Codes

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

#dccab0 Text Font Color

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

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


#dccab0 Background Color

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

This div background color is #dccab0


#dccab0 Border Color

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

This div border color is #dccab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccab0


Comments

No comments written yet.

Please login to write comment.