Color Hex Logo

#dcad54 Color Hex

#DCAD54
(220,173,84)
0 Favorites   0 Comments

Color spaces of #dcad54

RGB 22017384
HSL0.110.660.60
HSV39°62°86°
CMYK 0.000.210.62   0.14
XYZ46.059045.742914.7892
Yxy45.74290.43210.4291
Hunter Lab67.63353.201434.3787
CIE-Lab73.37847.479551.2932

#dcad54 color RGB value is (220,173,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 01010100
Octal 334 255 124
Decimal 220 173 84
Hex DC AD 54

RGB Percentages of Color #dcad54

%46.12
%36.27
%17.61

CMYK Percentages of Color #dcad54

%0
%21
%62
%14

Triadic Colors of #dcad54

#dcad54 #54dcad #ad54dc

Analogous Colors of #dcad54

#dcad54 #c7dc54 #dc6954

Monochromatic Colors of #dcad54

#dcad54

Complementary Color

#dcad54 #5483dc

#dcad54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad54 Color CSS Codes

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

#dcad54 Text Font Color

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

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


#dcad54 Background Color

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

This div background color is #dcad54


#dcad54 Border Color

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

This div border color is #dcad54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad54


Comments

No comments written yet.

Please login to write comment.