Color Hex Logo

#dcad14 Color Hex

#DCAD14
(220,173,20)
0 Favorites   0 Comments

Color spaces of #dcad14

RGB 22017320
HSL0.130.830.47
HSV46°91°86°
CMYK 0.000.210.91   0.14
XYZ44.585045.15337.0274
Yxy45.15330.46080.4666
Hunter Lab67.19620.842240.8368
CIE-Lab72.99274.906973.2110

#dcad14 color RGB value is (220,173,20).

#dcad14 hex color red value is 220, green value is 173 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dcad14 hue: 0.13 , saturation: 0.83 and the lightness value of dcad14 is 0.47.

The process color (four color CMYK) of #dcad14 color hex is 0.00, 0.21, 0.91, 0.14. Web safe color of #dcad14 is #cc9900. Color #dcad14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 00010100
Octal 334 255 24
Decimal 220 173 20
Hex DC AD 14

RGB Percentages of Color #dcad14

%53.27
%41.89
%4.84

CMYK Percentages of Color #dcad14

%0
%21
%91
%14

Triadic Colors of #dcad14

#dcad14 #14dcad #ad14dc

Analogous Colors of #dcad14

#dcad14 #a7dc14 #dc4914

Monochromatic Colors of #dcad14

#dcad14

Complementary Color

#dcad14 #1443dc

#dcad14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad14 Color CSS Codes

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

#dcad14 Text Font Color

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

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


#dcad14 Background Color

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

This div background color is #dcad14


#dcad14 Border Color

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

This div border color is #dcad14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad14


Comments

No comments written yet.

Please login to write comment.