Color Hex Logo

#dcaa7e Color Hex

#DCAA7E
(220,170,126)
0 Favorites   0 Comments

Color spaces of #dcaa7e

RGB 220170126
HSL0.080.570.68
HSV28°43°86°
CMYK 0.000.230.43   0.14
XYZ47.655845.471526.0038
Yxy45.47150.40000.3817
Hunter Lab67.43268.142224.3390
CIE-Lab73.201312.729929.7095

#dcaa7e color RGB value is (220,170,126).

#dcaa7e hex color red value is 220, green value is 170 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dcaa7e hue: 0.08 , saturation: 0.57 and the lightness value of dcaa7e is 0.68.

The process color (four color CMYK) of #dcaa7e color hex is 0.00, 0.23, 0.43, 0.14. Web safe color of #dcaa7e is #cc9966. Color #dcaa7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 01111110
Octal 334 252 176
Decimal 220 170 126
Hex DC AA 7E

RGB Percentages of Color #dcaa7e

%42.64
%32.95
%24.42

CMYK Percentages of Color #dcaa7e

%0
%23
%43
%14

Triadic Colors of #dcaa7e

#dcaa7e #7edcaa #aa7edc

Analogous Colors of #dcaa7e

#dcaa7e #dcd97e #dc7e81

Monochromatic Colors of #dcaa7e

#dcaa7e

Complementary Color

#dcaa7e #7eb0dc

#dcaa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaa7e Color CSS Codes

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

#dcaa7e Text Font Color

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

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


#dcaa7e Background Color

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

This div background color is #dcaa7e


#dcaa7e Border Color

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

This div border color is #dcaa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaa7e


Comments

No comments written yet.

Please login to write comment.