Color Hex Logo

#dda88e Color Hex

#DDA88E
(221,168,142)
0 Favorites   0 Comments

Color spaces of #dda88e

RGB 221168142
HSL0.050.540.71
HSV20°36°87°
CMYK 0.000.240.36   0.13
XYZ48.703945.330431.7739
Yxy45.33040.38710.3603
Hunter Lab67.327911.300319.1489
CIE-Lab73.108916.018920.9781

#dda88e color RGB value is (221,168,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 10001110
Octal 335 250 216
Decimal 221 168 142
Hex DD A8 8E

RGB Percentages of Color #dda88e

%41.62
%31.64
%26.74

CMYK Percentages of Color #dda88e

%0
%24
%36
%13

Triadic Colors of #dda88e

#dda88e #8edda8 #a88edd

Analogous Colors of #dda88e

#dda88e #ddd08e #dd8e9c

Monochromatic Colors of #dda88e

#dda88e

Complementary Color

#dda88e #8ec3dd

#dda88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda88e Color CSS Codes

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

#dda88e Text Font Color

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

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


#dda88e Background Color

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

This div background color is #dda88e


#dda88e Border Color

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

This div border color is #dda88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda88e


Comments

No comments written yet.

Please login to write comment.