Color Hex Logo

#dbab07 Color Hex

#DBAB07
(219,171,7)
0 Favorites   0 Comments

Color spaces of #dbab07

RGB 2191717
HSL0.130.940.44
HSV46°97°86°
CMYK 0.000.220.97   0.14
XYZ43.814744.20126.4234
Yxy44.20120.46390.4680
Hunter Lab66.48401.289240.8104
CIE-Lab72.36285.371874.4925

#dbab07 color RGB value is (219,171,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 00000111
Octal 333 253 7
Decimal 219 171 7
Hex DB AB 7

RGB Percentages of Color #dbab07

%55.16
%43.07
%1.76

CMYK Percentages of Color #dbab07

%0
%22
%97
%14

Triadic Colors of #dbab07

#dbab07 #07dbab #ab07db

Analogous Colors of #dbab07

#dbab07 #a1db07 #db4107

Monochromatic Colors of #dbab07

#dbab07

Complementary Color

#dbab07 #0737db

#dbab07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab07 Color CSS Codes

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

#dbab07 Text Font Color

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

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


#dbab07 Background Color

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

This div background color is #dbab07


#dbab07 Border Color

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

This div border color is #dbab07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab07


Comments

No comments written yet.

Please login to write comment.