Color Hex Logo

#dcae50 Color Hex

#DCAE50
(220,174,80)
0 Favorites   0 Comments

Color spaces of #dcae50

RGB 22017480
HSL0.110.670.59
HSV40°64°86°
CMYK 0.000.210.64   0.14
XYZ46.099246.066914.0515
Yxy46.06690.43400.4337
Hunter Lab67.87262.460535.2362
CIE-Lab73.58896.686253.3948

#dcae50 color RGB value is (220,174,80).

#dcae50 hex color red value is 220, green value is 174 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #dcae50 hue: 0.11 , saturation: 0.67 and the lightness value of dcae50 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 01010000
Octal 334 256 120
Decimal 220 174 80
Hex DC AE 50

RGB Percentages of Color #dcae50

%46.41
%36.71
%16.88

CMYK Percentages of Color #dcae50

%0
%21
%64
%14

Triadic Colors of #dcae50

#dcae50 #50dcae #ae50dc

Analogous Colors of #dcae50

#dcae50 #c4dc50 #dc6850

Monochromatic Colors of #dcae50

#dcae50

Complementary Color

#dcae50 #507edc

#dcae50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae50 Color CSS Codes

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

#dcae50 Text Font Color

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

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


#dcae50 Background Color

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

This div background color is #dcae50


#dcae50 Border Color

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

This div border color is #dcae50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae50


Comments

No comments written yet.

Please login to write comment.