Color Hex Logo

#dda09d Color Hex

#DDA09D
(221,160,157)
3 Favorites   0 Comments

Color spaces of #dda09d

RGB 221160157
HSL0.010.480.74
HSV29°87°
CMYK 0.000.280.29   0.13
XYZ48.475442.948137.6332
Yxy42.94810.37560.3328
Hunter Lab65.534817.348711.8272
CIE-Lab71.519722.242210.5392

#dda09d color RGB value is (221,160,157).

#dda09d hex color red value is 221, green value is 160 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dda09d hue: 0.01 , saturation: 0.48 and the lightness value of dda09d is 0.74.

The process color (four color CMYK) of #dda09d color hex is 0.00, 0.28, 0.29, 0.13. Web safe color of #dda09d is #cc9999. Color #dda09d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 10011101
Octal 335 240 235
Decimal 221 160 157
Hex DD A0 9D

RGB Percentages of Color #dda09d

%41.08
%29.74
%29.18

CMYK Percentages of Color #dda09d

%0
%28
%29
%13

Triadic Colors of #dda09d

#dda09d #9ddda0 #a09ddd

Analogous Colors of #dda09d

#dda09d #ddc09d #dd9dba

Monochromatic Colors of #dda09d

#dda09d

Complementary Color

#dda09d #9ddadd

#dda09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda09d Color CSS Codes

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

#dda09d Text Font Color

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

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


#dda09d Background Color

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

This div background color is #dda09d


#dda09d Border Color

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

This div border color is #dda09d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda09d


Comments

No comments written yet.

Please login to write comment.