Color Hex Logo

#dda893 Color Hex

#DDA893
(221,168,147)
0 Favorites   0 Comments

Color spaces of #dda893

RGB 221168147
HSL0.050.520.72
HSV17°33°87°
CMYK 0.000.240.33   0.13
XYZ49.087945.484033.7958
Yxy45.48400.38240.3543
Hunter Lab67.441811.899017.4984
CIE-Lab73.209516.634418.3952

#dda893 color RGB value is (221,168,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 10010011
Octal 335 250 223
Decimal 221 168 147
Hex DD A8 93

RGB Percentages of Color #dda893

%41.23
%31.34
%27.43

CMYK Percentages of Color #dda893

%0
%24
%33
%13

Triadic Colors of #dda893

#dda893 #93dda8 #a893dd

Analogous Colors of #dda893

#dda893 #ddcd93 #dd93a3

Monochromatic Colors of #dda893

#dda893

Complementary Color

#dda893 #93c8dd

#dda893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda893 Color CSS Codes

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

#dda893 Text Font Color

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

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


#dda893 Background Color

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

This div background color is #dda893


#dda893 Border Color

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

This div border color is #dda893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda893


Comments

No comments written yet.

Please login to write comment.