Color Hex Logo

#dcae85 Color Hex

#DCAE85
(220,174,133)
0 Favorites   0 Comments

Color spaces of #dcae85

RGB 220174133
HSL0.080.550.69
HSV28°40°86°
CMYK 0.000.210.40   0.14
XYZ48.884947.181228.7207
Yxy47.18120.39170.3781
Hunter Lab68.68866.831523.2911
CIE-Lab74.305511.356227.4341

#dcae85 color RGB value is (220,174,133).

#dcae85 hex color red value is 220, green value is 174 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dcae85 hue: 0.08 , saturation: 0.55 and the lightness value of dcae85 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 10000101
Octal 334 256 205
Decimal 220 174 133
Hex DC AE 85

RGB Percentages of Color #dcae85

%41.75
%33.02
%25.24

CMYK Percentages of Color #dcae85

%0
%21
%40
%14

Triadic Colors of #dcae85

#dcae85 #85dcae #ae85dc

Analogous Colors of #dcae85

#dcae85 #dcda85 #dc8588

Monochromatic Colors of #dcae85

#dcae85

Complementary Color

#dcae85 #85b3dc

#dcae85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae85 Color CSS Codes

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

#dcae85 Text Font Color

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

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


#dcae85 Background Color

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

This div background color is #dcae85


#dcae85 Border Color

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

This div border color is #dcae85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae85


Comments

No comments written yet.

Please login to write comment.