Color Hex Logo

#dcab04 Color Hex

#DCAB04
(220,171,4)
0 Favorites   0 Comments

Color spaces of #dcab04

RGB 2201714
HSL0.130.960.44
HSV46°98°86°
CMYK 0.000.220.98   0.14
XYZ44.100044.35026.3510
Yxy44.35020.46520.4678
Hunter Lab66.59591.660240.9629
CIE-Lab72.46205.780974.9571

#dcab04 color RGB value is (220,171,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 00000100
Octal 334 253 4
Decimal 220 171 4
Hex DC AB 4

RGB Percentages of Color #dcab04

%55.70
%43.29
%1.01

CMYK Percentages of Color #dcab04

%0
%22
%98
%14

Triadic Colors of #dcab04

#dcab04 #04dcab #ab04dc

Analogous Colors of #dcab04

#dcab04 #a1dc04 #dc3f04

Monochromatic Colors of #dcab04

#dcab04

Complementary Color

#dcab04 #0435dc

#dcab04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcab04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcab04 Color CSS Codes

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

#dcab04 Text Font Color

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

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


#dcab04 Background Color

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

This div background color is #dcab04


#dcab04 Border Color

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

This div border color is #dcab04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcab04


Comments

No comments written yet.

Please login to write comment.