Color Hex Logo

#dbab68 Color Hex

#DBAB68
(219,171,104)
0 Favorites   0 Comments

Color spaces of #dbab68

RGB 219171104
HSL0.100.610.63
HSV35°53°86°
CMYK 0.000.220.53   0.14
XYZ46.275045.185419.3794
Yxy45.18540.41750.4077
Hunter Lab67.22015.246129.9609
CIE-Lab73.01389.663940.9710

#dbab68 color RGB value is (219,171,104).

#dbab68 hex color red value is 219, green value is 171 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dbab68 hue: 0.10 , saturation: 0.61 and the lightness value of dbab68 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 01101000
Octal 333 253 150
Decimal 219 171 104
Hex DB AB 68

RGB Percentages of Color #dbab68

%44.33
%34.62
%21.05

CMYK Percentages of Color #dbab68

%0
%22
%53
%14

Triadic Colors of #dbab68

#dbab68 #68dbab #ab68db

Analogous Colors of #dbab68

#dbab68 #d2db68 #db7268

Monochromatic Colors of #dbab68

#dbab68

Complementary Color

#dbab68 #6898db

#dbab68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab68 Color CSS Codes

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

#dbab68 Text Font Color

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

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


#dbab68 Background Color

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

This div background color is #dbab68


#dbab68 Border Color

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

This div border color is #dbab68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab68


Comments

No comments written yet.

Please login to write comment.