Color Hex Logo

#dcab05 Color Hex

#DCAB05
(220,171,5)
0 Favorites   0 Comments

Color spaces of #dcab05

RGB 2201715
HSL0.130.960.44
HSV46°98°86°
CMYK 0.000.220.98   0.14
XYZ44.105544.35246.3798
Yxy44.35240.46510.4677
Hunter Lab66.59761.669240.9386
CIE-Lab72.46345.790674.8426

#dcab05 color RGB value is (220,171,5).

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

The process color (four color CMYK) of #dcab05 color hex is 0.00, 0.22, 0.98, 0.14. Web safe color of #dcab05 is #cc9900. Color #dcab05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 00000101
Octal 334 253 5
Decimal 220 171 5
Hex DC AB 5

RGB Percentages of Color #dcab05

%55.56
%43.18
%1.26

CMYK Percentages of Color #dcab05

%0
%22
%98
%14

Triadic Colors of #dcab05

#dcab05 #05dcab #ab05dc

Analogous Colors of #dcab05

#dcab05 #a2dc05 #dc4005

Monochromatic Colors of #dcab05

#dcab05

Complementary Color

#dcab05 #0536dc

#dcab05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcab05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcab05 Color CSS Codes

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

#dcab05 Text Font Color

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

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


#dcab05 Background Color

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

This div background color is #dcab05


#dcab05 Border Color

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

This div border color is #dcab05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcab05


Comments

No comments written yet.

Please login to write comment.