Color Hex Logo

#dcad78 Color Hex

#DCAD78
(220,173,120)
0 Favorites   0 Comments

Color spaces of #dcad78

RGB 220173120
HSL0.090.590.67
HSV32°45°86°
CMYK 0.000.210.45   0.14
XYZ47.848946.458924.2148
Yxy46.45890.40370.3920
Hunter Lab68.16086.025826.6492
CIE-Lab73.842310.502633.7282

#dcad78 color RGB value is (220,173,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 01111000
Octal 334 255 170
Decimal 220 173 120
Hex DC AD 78

RGB Percentages of Color #dcad78

%42.88
%33.72
%23.39

CMYK Percentages of Color #dcad78

%0
%21
%45
%14

Triadic Colors of #dcad78

#dcad78 #78dcad #ad78dc

Analogous Colors of #dcad78

#dcad78 #d9dc78 #dc7b78

Monochromatic Colors of #dcad78

#dcad78

Complementary Color

#dcad78 #78a7dc

#dcad78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad78 Color CSS Codes

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

#dcad78 Text Font Color

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

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


#dcad78 Background Color

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

This div background color is #dcad78


#dcad78 Border Color

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

This div border color is #dcad78


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,173,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 #dcad78">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad78


Comments

No comments written yet.

Please login to write comment.