Color Hex Logo

#dcad89 Color Hex

#DCAD89
(220,173,137)
0 Favorites   0 Comments

Color spaces of #dcad89

RGB 220173137
HSL0.070.540.70
HSV26°38°86°
CMYK 0.000.210.38   0.14
XYZ48.974146.908930.1400
Yxy46.90890.38860.3722
Hunter Lab68.49017.779521.8517
CIE-Lab74.131512.350025.0551

#dcad89 color RGB value is (220,173,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 10001001
Octal 334 255 211
Decimal 220 173 137
Hex DC AD 89

RGB Percentages of Color #dcad89

%41.51
%32.64
%25.85

CMYK Percentages of Color #dcad89

%0
%21
%38
%14

Triadic Colors of #dcad89

#dcad89 #89dcad #ad89dc

Analogous Colors of #dcad89

#dcad89 #dcd789 #dc898f

Monochromatic Colors of #dcad89

#dcad89

Complementary Color

#dcad89 #89b8dc

#dcad89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad89 Color CSS Codes

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

#dcad89 Text Font Color

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

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


#dcad89 Background Color

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

This div background color is #dcad89


#dcad89 Border Color

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

This div border color is #dcad89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad89


Comments

No comments written yet.

Please login to write comment.