Color Hex Logo

#dccab5 Color Hex

#DCCAB5
(220,202,181)
0 Favorites   0 Comments

Color spaces of #dccab5

RGB 220202181
HSL0.090.360.79
HSV32°18°86°
CMYK 0.000.080.18   0.14
XYZ58.976260.792952.3419
Yxy60.79290.34270.3532
Hunter Lab77.9698-1.430114.7769
CIE-Lab82.26732.898512.7537

#dccab5 color RGB value is (220,202,181).

#dccab5 hex color red value is 220, green value is 202 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #dccab5 hue: 0.09 , saturation: 0.36 and the lightness value of dccab5 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 10110101
Octal 334 312 265
Decimal 220 202 181
Hex DC CA B5

RGB Percentages of Color #dccab5

%36.48
%33.50
%30.02

CMYK Percentages of Color #dccab5

%0
%8
%18
%14

Triadic Colors of #dccab5

#dccab5 #b5dcca #cab5dc

Analogous Colors of #dccab5

#dccab5 #dbdcb5 #dcb7b5

Monochromatic Colors of #dccab5

#dccab5

Complementary Color

#dccab5 #b5c7dc

#dccab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccab5 Color CSS Codes

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

#dccab5 Text Font Color

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

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


#dccab5 Background Color

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

This div background color is #dccab5


#dccab5 Border Color

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

This div border color is #dccab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccab5

#dccab5 Color Palettes


Comments

No comments written yet.

Please login to write comment.