Color Hex Logo

#dcaa78 Color Hex

#DCAA78
(220,170,120)
0 Favorites   0 Comments

Color spaces of #dcaa78

RGB 220170120
HSL0.080.590.67
HSV30°45°86°
CMYK 0.000.230.45   0.14
XYZ47.280145.321224.0252
Yxy45.32120.40540.3886
Hunter Lab67.32107.550225.9656
CIE-Lab73.102912.107432.7704

#dcaa78 color RGB value is (220,170,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 01111000
Octal 334 252 170
Decimal 220 170 120
Hex DC AA 78

RGB Percentages of Color #dcaa78

%43.14
%33.33
%23.53

CMYK Percentages of Color #dcaa78

%0
%23
%45
%14

Triadic Colors of #dcaa78

#dcaa78 #78dcaa #aa78dc

Analogous Colors of #dcaa78

#dcaa78 #dcdc78 #dc7878

Monochromatic Colors of #dcaa78

#dcaa78

Complementary Color

#dcaa78 #78aadc

#dcaa78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaa78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaa78 Color CSS Codes

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

#dcaa78 Text Font Color

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

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


#dcaa78 Background Color

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

This div background color is #dcaa78


#dcaa78 Border Color

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

This div border color is #dcaa78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaa78


Comments

No comments written yet.

Please login to write comment.