Color Hex Logo

#dc9aae Color Hex

#DC9AAE
(220,154,174)
0 Favorites   0 Comments

Color spaces of #dc9aae

RGB 220154174
HSL0.950.490.73
HSV342°30°86°
CMYK 0.000.300.21   0.14
XYZ48.710841.382845.4647
Yxy41.38280.35930.3053
Hunter Lab64.329522.58513.1276
CIE-Lab70.443327.5276-0.4462

#dc9aae color RGB value is (220,154,174).

#dc9aae hex color red value is 220, green value is 154 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dc9aae hue: 0.95 , saturation: 0.49 and the lightness value of dc9aae is 0.73.

The process color (four color CMYK) of #dc9aae color hex is 0.00, 0.30, 0.21, 0.14. Web safe color of #dc9aae is #cc9999. Color #dc9aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011010 10101110
Octal 334 232 256
Decimal 220 154 174
Hex DC 9A AE

RGB Percentages of Color #dc9aae

%40.15
%28.10
%31.75

CMYK Percentages of Color #dc9aae

%0
%30
%21
%14

Triadic Colors of #dc9aae

#dc9aae #aedc9a #9aaedc

Analogous Colors of #dc9aae

#dc9aae #dca79a #dc9acf

Monochromatic Colors of #dc9aae

#dc9aae

Complementary Color

#dc9aae #9adcc8

#dc9aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9aae Color CSS Codes

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

#dc9aae Text Font Color

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

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


#dc9aae Background Color

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

This div background color is #dc9aae


#dc9aae Border Color

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

This div border color is #dc9aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,154,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9aae

#dc9aae Color Palettes


Comments

No comments written yet.

Please login to write comment.