Color Hex Logo

#ddad93 Color Hex

#DDAD93
(221,173,147)
0 Favorites   0 Comments

Color spaces of #ddad93

RGB 221173147
HSL0.060.520.72
HSV21°33°87°
CMYK 0.000.220.33   0.13
XYZ50.028847.365934.1095
Yxy47.36590.38040.3602
Hunter Lab68.82299.315318.7911
CIE-Lab74.423213.949620.0702

#ddad93 color RGB value is (221,173,147).

#ddad93 hex color red value is 221, green value is 173 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ddad93 hue: 0.06 , saturation: 0.52 and the lightness value of ddad93 is 0.72.

The process color (four color CMYK) of #ddad93 color hex is 0.00, 0.22, 0.33, 0.13. Web safe color of #ddad93 is #cc9999. Color #ddad93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 10010011
Octal 335 255 223
Decimal 221 173 147
Hex DD AD 93

RGB Percentages of Color #ddad93

%40.85
%31.98
%27.17

CMYK Percentages of Color #ddad93

%0
%22
%33
%13

Triadic Colors of #ddad93

#ddad93 #93ddad #ad93dd

Analogous Colors of #ddad93

#ddad93 #ddd293 #dd939e

Monochromatic Colors of #ddad93

#ddad93

Complementary Color

#ddad93 #93c3dd

#ddad93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddad93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddad93 Color CSS Codes

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

#ddad93 Text Font Color

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

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


#ddad93 Background Color

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

This div background color is #ddad93


#ddad93 Border Color

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

This div border color is #ddad93


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,173,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddad93


Comments

No comments written yet.

Please login to write comment.