Color Hex Logo

#ddad78 Color Hex

#DDAD78
(221,173,120)
0 Favorites   0 Comments

Color spaces of #ddad78

RGB 221173120
HSL0.090.600.67
HSV31°46°87°
CMYK 0.000.220.46   0.13
XYZ48.152546.615424.2291
Yxy46.61540.40470.3917
Hunter Lab68.27556.408226.7524
CIE-Lab73.943110.907733.8781

#ddad78 color RGB value is (221,173,120).

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

The process color (four color CMYK) of #ddad78 color hex is 0.00, 0.22, 0.46, 0.13. Web safe color of #ddad78 is #cc9966. Color #ddad78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 01111000
Octal 335 255 170
Decimal 221 173 120
Hex DD AD 78

RGB Percentages of Color #ddad78

%43.00
%33.66
%23.35

CMYK Percentages of Color #ddad78

%0
%22
%46
%13

Triadic Colors of #ddad78

#ddad78 #78ddad #ad78dd

Analogous Colors of #ddad78

#ddad78 #dbdd78 #dd7b78

Monochromatic Colors of #ddad78

#ddad78

Complementary Color

#ddad78 #78a8dd

#ddad78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddad78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddad78 Color CSS Codes

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

#ddad78 Text Font Color

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

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


#ddad78 Background Color

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

This div background color is #ddad78


#ddad78 Border Color

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

This div border color is #ddad78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddad78


Comments

No comments written yet.

Please login to write comment.