Color Hex Logo

#dc988e Color Hex

#DC988E
(220,152,142)
0 Favorites   0 Comments

Color spaces of #dc988e

RGB 220152142
HSL0.020.530.71
HSV35°86°
CMYK 0.000.310.35   0.14
XYZ45.625939.625130.8348
Yxy39.62510.39300.3413
Hunter Lab62.948519.219415.0212
CIE-Lab69.201724.247715.5614

#dc988e color RGB value is (220,152,142).

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

The process color (four color CMYK) of #dc988e color hex is 0.00, 0.31, 0.35, 0.14. Web safe color of #dc988e is #cc9999. Color #dc988e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011000 10001110
Octal 334 230 216
Decimal 220 152 142
Hex DC 98 8E

RGB Percentages of Color #dc988e

%42.80
%29.57
%27.63

CMYK Percentages of Color #dc988e

%0
%31
%35
%14

Triadic Colors of #dc988e

#dc988e #8edc98 #988edc

Analogous Colors of #dc988e

#dc988e #dcbf8e #dc8eab

Monochromatic Colors of #dc988e

#dc988e

Complementary Color

#dc988e #8ed2dc

#dc988e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc988e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc988e Color CSS Codes

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

#dc988e Text Font Color

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

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


#dc988e Background Color

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

This div background color is #dc988e


#dc988e Border Color

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

This div border color is #dc988e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc988e


Comments

No comments written yet.

Please login to write comment.