Color Hex Logo

#dbd6ab Color Hex

#DBD6AB
(219,214,171)
0 Favorites   0 Comments

Color spaces of #dbd6ab

RGB 219214171
HSL0.150.400.76
HSV54°22°86°
CMYK 0.000.020.22   0.14
XYZ60.610766.093548.0909
Yxy66.09350.34680.3781
Hunter Lab81.2979-9.192821.8362
CIE-Lab85.0441-5.166521.9031

#dbd6ab color RGB value is (219,214,171).

#dbd6ab hex color red value is 219, green value is 214 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dbd6ab hue: 0.15 , saturation: 0.40 and the lightness value of dbd6ab is 0.76.

The process color (four color CMYK) of #dbd6ab color hex is 0.00, 0.02, 0.22, 0.14. Web safe color of #dbd6ab is #cccc99. Color #dbd6ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 10101011
Octal 333 326 253
Decimal 219 214 171
Hex DB D6 AB

RGB Percentages of Color #dbd6ab

%36.26
%35.43
%28.31

CMYK Percentages of Color #dbd6ab

%0
%2
%22
%14

Triadic Colors of #dbd6ab

#dbd6ab #abdbd6 #d6abdb

Analogous Colors of #dbd6ab

#dbd6ab #c8dbab #dbbeab

Monochromatic Colors of #dbd6ab

#dbd6ab

Complementary Color

#dbd6ab #abb0db

#dbd6ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd6ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd6ab Color CSS Codes

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

#dbd6ab Text Font Color

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

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


#dbd6ab Background Color

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

This div background color is #dbd6ab


#dbd6ab Border Color

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

This div border color is #dbd6ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd6ab

#dbd6ab Color Palettes


Comments

No comments written yet.

Please login to write comment.