Color Hex Logo

#dca4ae Color Hex

#DCA4AE
(220,164,174)
0 Favorites   0 Comments

Color spaces of #dca4ae

RGB 220164174
HSL0.970.440.75
HSV349°25°86°
CMYK 0.000.250.21   0.14
XYZ50.430644.822646.0380
Yxy44.82260.35690.3172
Hunter Lab66.949717.29526.0940
CIE-Lab72.774922.13212.9482

#dca4ae color RGB value is (220,164,174).

#dca4ae hex color red value is 220, green value is 164 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dca4ae hue: 0.97 , saturation: 0.44 and the lightness value of dca4ae is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 10101110
Octal 334 244 256
Decimal 220 164 174
Hex DC A4 AE

RGB Percentages of Color #dca4ae

%39.43
%29.39
%31.18

CMYK Percentages of Color #dca4ae

%0
%25
%21
%14

Triadic Colors of #dca4ae

#dca4ae #aedca4 #a4aedc

Analogous Colors of #dca4ae

#dca4ae #dcb6a4 #dca4ca

Monochromatic Colors of #dca4ae

#dca4ae

Complementary Color

#dca4ae #a4dcd2

#dca4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca4ae Color CSS Codes

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

#dca4ae Text Font Color

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

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


#dca4ae Background Color

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

This div background color is #dca4ae


#dca4ae Border Color

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

This div border color is #dca4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca4ae


Comments

No comments written yet.

Please login to write comment.