Color Hex Logo

#dbba87 Color Hex

#DBBA87
(219,186,135)
0 Favorites   0 Comments

Color spaces of #dbba87

RGB 219186135
HSL0.100.540.69
HSV36°38°86°
CMYK 0.000.150.38   0.14
XYZ51.145551.927130.2490
Yxy51.92710.38360.3895
Hunter Lab72.06050.586025.5540
CIE-Lab77.23724.801830.2529

#dbba87 color RGB value is (219,186,135).

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

The process color (four color CMYK) of #dbba87 color hex is 0.00, 0.15, 0.38, 0.14. Web safe color of #dbba87 is #cccc99. Color #dbba87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 10000111
Octal 333 272 207
Decimal 219 186 135
Hex DB BA 87

RGB Percentages of Color #dbba87

%40.56
%34.44
%25.00

CMYK Percentages of Color #dbba87

%0
%15
%38
%14

Triadic Colors of #dbba87

#dbba87 #87dbba #ba87db

Analogous Colors of #dbba87

#dbba87 #d2db87 #db9087

Monochromatic Colors of #dbba87

#dbba87

Complementary Color

#dbba87 #87a8db

#dbba87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbba87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbba87 Color CSS Codes

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

#dbba87 Text Font Color

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

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


#dbba87 Background Color

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

This div background color is #dbba87


#dbba87 Border Color

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

This div border color is #dbba87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbba87


Comments

No comments written yet.

Please login to write comment.