Color Hex Logo

#dcae73 Color Hex

#DCAE73
(220,174,115)
0 Favorites   0 Comments

Color spaces of #dcae73

RGB 220174115
HSL0.090.600.66
HSV34°48°86°
CMYK 0.000.210.48   0.14
XYZ47.745846.725622.7221
Yxy46.72560.40740.3987
Hunter Lab68.35615.056528.1408
CIE-Lab74.01399.477136.5669

#dcae73 color RGB value is (220,174,115).

#dcae73 hex color red value is 220, green value is 174 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dcae73 hue: 0.09 , saturation: 0.60 and the lightness value of dcae73 is 0.66.

The process color (four color CMYK) of #dcae73 color hex is 0.00, 0.21, 0.48, 0.14. Web safe color of #dcae73 is #cc9966. Color #dcae73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 01110011
Octal 334 256 163
Decimal 220 174 115
Hex DC AE 73

RGB Percentages of Color #dcae73

%43.22
%34.18
%22.59

CMYK Percentages of Color #dcae73

%0
%21
%48
%14

Triadic Colors of #dcae73

#dcae73 #73dcae #ae73dc

Analogous Colors of #dcae73

#dcae73 #d6dc73 #dc7a73

Monochromatic Colors of #dcae73

#dcae73

Complementary Color

#dcae73 #73a1dc

#dcae73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae73 Color CSS Codes

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

#dcae73 Text Font Color

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

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


#dcae73 Background Color

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

This div background color is #dcae73


#dcae73 Border Color

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

This div border color is #dcae73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae73


Comments

No comments written yet.

Please login to write comment.