Color Hex Logo

#dbbba6 Color Hex

#DBBBA6
(219,187,166)
0 Favorites   0 Comments

Color spaces of #dbbba6

RGB 219187166
HSL0.070.420.75
HSV24°24°86°
CMYK 0.000.150.24   0.14
XYZ53.866753.353943.5356
Yxy53.35390.35730.3539
Hunter Lab73.04383.809715.7926
CIE-Lab78.08358.242514.8715

#dbbba6 color RGB value is (219,187,166).

#dbbba6 hex color red value is 219, green value is 187 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #dbbba6 hue: 0.07 , saturation: 0.42 and the lightness value of dbbba6 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 10100110
Octal 333 273 246
Decimal 219 187 166
Hex DB BB A6

RGB Percentages of Color #dbbba6

%38.29
%32.69
%29.02

CMYK Percentages of Color #dbbba6

%0
%15
%24
%14

Triadic Colors of #dbbba6

#dbbba6 #a6dbbb #bba6db

Analogous Colors of #dbbba6

#dbbba6 #dbd6a6 #dba6ac

Monochromatic Colors of #dbbba6

#dbbba6

Complementary Color

#dbbba6 #a6c6db

#dbbba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbba6 Color CSS Codes

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

#dbbba6 Text Font Color

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

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


#dbbba6 Background Color

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

This div background color is #dbbba6


#dbbba6 Border Color

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

This div border color is #dbbba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbba6

#dbbba6 Color Palettes


Comments

No comments written yet.

Please login to write comment.