Color Hex Logo

#dcae8f Color Hex

#DCAE8F
(220,174,143)
0 Favorites   0 Comments

Color spaces of #dcae8f

RGB 220174143
HSL0.070.520.71
HSV24°35°86°
CMYK 0.000.210.35   0.14
XYZ49.609247.470932.5347
Yxy47.47090.38270.3662
Hunter Lab68.89917.951320.2322
CIE-Lab74.490012.530022.3087

#dcae8f color RGB value is (220,174,143).

#dcae8f hex color red value is 220, green value is 174 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dcae8f hue: 0.07 , saturation: 0.52 and the lightness value of dcae8f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 10001111
Octal 334 256 217
Decimal 220 174 143
Hex DC AE 8F

RGB Percentages of Color #dcae8f

%40.97
%32.40
%26.63

CMYK Percentages of Color #dcae8f

%0
%21
%35
%14

Triadic Colors of #dcae8f

#dcae8f #8fdcae #ae8fdc

Analogous Colors of #dcae8f

#dcae8f #dcd58f #dc8f97

Monochromatic Colors of #dcae8f

#dcae8f

Complementary Color

#dcae8f #8fbddc

#dcae8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae8f Color CSS Codes

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

#dcae8f Text Font Color

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

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


#dcae8f Background Color

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

This div background color is #dcae8f


#dcae8f Border Color

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

This div border color is #dcae8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae8f


Comments

No comments written yet.

Please login to write comment.