Color Hex Logo

#dcae82 Color Hex

#DCAE82
(220,174,130)
0 Favorites   0 Comments

Color spaces of #dcae82

RGB 220174130
HSL0.080.560.69
HSV29°41°86°
CMYK 0.000.210.41   0.14
XYZ48.680547.099527.6445
Yxy47.09950.39440.3816
Hunter Lab68.62916.514124.1577
CIE-Lab74.253411.021928.9667

#dcae82 color RGB value is (220,174,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 10000010
Octal 334 256 202
Decimal 220 174 130
Hex DC AE 82

RGB Percentages of Color #dcae82

%41.98
%33.21
%24.81

CMYK Percentages of Color #dcae82

%0
%21
%41
%14

Triadic Colors of #dcae82

#dcae82 #82dcae #ae82dc

Analogous Colors of #dcae82

#dcae82 #dcdb82 #dc8283

Monochromatic Colors of #dcae82

#dcae82

Complementary Color

#dcae82 #82b0dc

#dcae82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae82 Color CSS Codes

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

#dcae82 Text Font Color

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

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


#dcae82 Background Color

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

This div background color is #dcae82


#dcae82 Border Color

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

This div border color is #dcae82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae82


Comments

No comments written yet.

Please login to write comment.