Color Hex Logo

#dca29d Color Hex

#DCA29D
(220,162,157)
0 Favorites   0 Comments

Color spaces of #dca29d

RGB 220162157
HSL0.010.470.74
HSV29°86°
CMYK 0.000.260.29   0.14
XYZ48.521343.490637.7355
Yxy43.49060.37400.3352
Hunter Lab65.947415.924812.2371
CIE-Lab71.886720.786511.0448

#dca29d color RGB value is (220,162,157).

#dca29d hex color red value is 220, green value is 162 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dca29d hue: 0.01 , saturation: 0.47 and the lightness value of dca29d is 0.74.

The process color (four color CMYK) of #dca29d color hex is 0.00, 0.26, 0.29, 0.14. Web safe color of #dca29d is #cc9999. Color #dca29d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 10011101
Octal 334 242 235
Decimal 220 162 157
Hex DC A2 9D

RGB Percentages of Color #dca29d

%40.82
%30.06
%29.13

CMYK Percentages of Color #dca29d

%0
%26
%29
%14

Triadic Colors of #dca29d

#dca29d #9ddca2 #a29ddc

Analogous Colors of #dca29d

#dca29d #dcc29d #dc9db8

Monochromatic Colors of #dca29d

#dca29d

Complementary Color

#dca29d #9dd7dc

#dca29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca29d Color CSS Codes

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

#dca29d Text Font Color

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

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


#dca29d Background Color

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

This div background color is #dca29d


#dca29d Border Color

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

This div border color is #dca29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca29d


Comments

No comments written yet.

Please login to write comment.