Color Hex Logo

#dcad06 Color Hex

#DCAD06
(220,173,6)
0 Favorites   0 Comments

Color spaces of #dcad06

RGB 2201736
HSL0.130.950.44
HSV47°97°86°
CMYK 0.000.210.97   0.14
XYZ44.491645.11596.5356
Yxy45.11590.46280.4693
Hunter Lab67.16840.691841.2488
CIE-Lab72.96814.741475.0855

#dcad06 color RGB value is (220,173,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 00000110
Octal 334 255 6
Decimal 220 173 6
Hex DC AD 6

RGB Percentages of Color #dcad06

%55.14
%43.36
%1.50

CMYK Percentages of Color #dcad06

%0
%21
%97
%14

Triadic Colors of #dcad06

#dcad06 #06dcad #ad06dc

Analogous Colors of #dcad06

#dcad06 #a0dc06 #dc4206

Monochromatic Colors of #dcad06

#dcad06

Complementary Color

#dcad06 #0635dc

#dcad06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad06 Color CSS Codes

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

#dcad06 Text Font Color

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

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


#dcad06 Background Color

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

This div background color is #dcad06


#dcad06 Border Color

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

This div border color is #dcad06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad06


Comments

No comments written yet.

Please login to write comment.