Color Hex Logo

#dbab54 Color Hex

#DBAB54
(219,171,84)
0 Favorites   0 Comments

Color spaces of #dbab54

RGB 21917184
HSL0.110.650.59
HSV39°62°86°
CMYK 0.000.220.62   0.14
XYZ45.376644.826014.6482
Yxy44.82600.43280.4275
Hunter Lab66.95223.811333.8947
CIE-Lab72.77728.121750.5843

#dbab54 color RGB value is (219,171,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 01010100
Octal 333 253 124
Decimal 219 171 84
Hex DB AB 54

RGB Percentages of Color #dbab54

%46.20
%36.08
%17.72

CMYK Percentages of Color #dbab54

%0
%22
%62
%14

Triadic Colors of #dbab54

#dbab54 #54dbab #ab54db

Analogous Colors of #dbab54

#dbab54 #c8db54 #db6854

Monochromatic Colors of #dbab54

#dbab54

Complementary Color

#dbab54 #5484db

#dbab54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab54 Color CSS Codes

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

#dbab54 Text Font Color

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

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


#dbab54 Background Color

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

This div background color is #dbab54


#dbab54 Border Color

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

This div border color is #dbab54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab54


Comments

No comments written yet.

Please login to write comment.