Color Hex Logo

#dcab54 Color Hex

#DCAB54
(220,171,84)
0 Favorites   0 Comments

Color spaces of #dcab54

RGB 22017184
HSL0.110.660.60
HSV38°62°86°
CMYK 0.000.220.62   0.14
XYZ45.678344.981614.6623
Yxy44.98160.43370.4271
Hunter Lab67.06834.201633.9860
CIE-Lab72.87988.543650.7284

#dcab54 color RGB value is (220,171,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 01010100
Octal 334 253 124
Decimal 220 171 84
Hex DC AB 54

RGB Percentages of Color #dcab54

%46.32
%36.00
%17.68

CMYK Percentages of Color #dcab54

%0
%22
%62
%14

Triadic Colors of #dcab54

#dcab54 #54dcab #ab54dc

Analogous Colors of #dcab54

#dcab54 #c9dc54 #dc6754

Monochromatic Colors of #dcab54

#dcab54

Complementary Color

#dcab54 #5485dc

#dcab54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcab54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcab54 Color CSS Codes

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

#dcab54 Text Font Color

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

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


#dcab54 Background Color

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

This div background color is #dcab54


#dcab54 Border Color

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

This div border color is #dcab54


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,171,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 #dcab54">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcab54


Comments

No comments written yet.

Please login to write comment.