Color Hex Logo

#dbab87 Color Hex

#DBAB87
(219,171,135)
0 Favorites   0 Comments

Color spaces of #dbab87

RGB 219171135
HSL0.070.540.69
HSV26°38°86°
CMYK 0.000.220.38   0.14
XYZ48.149545.935229.2503
Yxy45.93520.39040.3724
Hunter Lab67.77558.203921.8547
CIE-Lab73.503512.794425.2677

#dbab87 color RGB value is (219,171,135).

#dbab87 hex color red value is 219, green value is 171 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dbab87 hue: 0.07 , saturation: 0.54 and the lightness value of dbab87 is 0.69.

The process color (four color CMYK) of #dbab87 color hex is 0.00, 0.22, 0.38, 0.14. Web safe color of #dbab87 is #cc9999. Color #dbab87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 10000111
Octal 333 253 207
Decimal 219 171 135
Hex DB AB 87

RGB Percentages of Color #dbab87

%41.71
%32.57
%25.71

CMYK Percentages of Color #dbab87

%0
%22
%38
%14

Triadic Colors of #dbab87

#dbab87 #87dbab #ab87db

Analogous Colors of #dbab87

#dbab87 #dbd587 #db878d

Monochromatic Colors of #dbab87

#dbab87

Complementary Color

#dbab87 #87b7db

#dbab87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab87 Color CSS Codes

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

#dbab87 Text Font Color

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

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


#dbab87 Background Color

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

This div background color is #dbab87


#dbab87 Border Color

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

This div border color is #dbab87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab87


Comments

No comments written yet.

Please login to write comment.