Color Hex Logo

#dd988e Color Hex

#DD988E
(221,152,142)
0 Favorites   0 Comments

Color spaces of #dd988e

RGB 221152142
HSL0.020.540.71
HSV36°87°
CMYK 0.000.310.36   0.13
XYZ45.929539.781630.8491
Yxy39.78160.39400.3413
Hunter Lab63.072719.606515.1519
CIE-Lab69.313724.631315.7343

#dd988e color RGB value is (221,152,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011000 10001110
Octal 335 230 216
Decimal 221 152 142
Hex DD 98 8E

RGB Percentages of Color #dd988e

%42.91
%29.51
%27.57

CMYK Percentages of Color #dd988e

%0
%31
%36
%13

Triadic Colors of #dd988e

#dd988e #8edd98 #988edd

Analogous Colors of #dd988e

#dd988e #ddc08e #dd8eac

Monochromatic Colors of #dd988e

#dd988e

Complementary Color

#dd988e #8ed3dd

#dd988e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd988e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd988e Color CSS Codes

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

#dd988e Text Font Color

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

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


#dd988e Background Color

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

This div background color is #dd988e


#dd988e Border Color

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

This div border color is #dd988e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd988e


Comments

No comments written yet.

Please login to write comment.