Color Hex Logo

#dcae89 Color Hex

#DCAE89
(220,174,137)
0 Favorites   0 Comments

Color spaces of #dcae89

RGB 220174137
HSL0.070.540.70
HSV27°38°86°
CMYK 0.000.210.38   0.14
XYZ49.166647.293930.2042
Yxy47.29390.38820.3734
Hunter Lab68.77067.267722.0991
CIE-Lab74.377411.814525.3866

#dcae89 color RGB value is (220,174,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 10001001
Octal 334 256 211
Decimal 220 174 137
Hex DC AE 89

RGB Percentages of Color #dcae89

%41.43
%32.77
%25.80

CMYK Percentages of Color #dcae89

%0
%21
%38
%14

Triadic Colors of #dcae89

#dcae89 #89dcae #ae89dc

Analogous Colors of #dcae89

#dcae89 #dcd889 #dc898e

Monochromatic Colors of #dcae89

#dcae89

Complementary Color

#dcae89 #89b7dc

#dcae89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae89 Color CSS Codes

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

#dcae89 Text Font Color

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

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


#dcae89 Background Color

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

This div background color is #dcae89


#dcae89 Border Color

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

This div border color is #dcae89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae89


Comments

No comments written yet.

Please login to write comment.