Color Hex Logo

#dbaaa7 Color Hex

#DBAAA7
(219,170,167)
0 Favorites   0 Comments

Color spaces of #dbaaa7

RGB 219170167
HSL0.010.420.76
HSV24°86°
CMYK 0.000.220.24   0.14
XYZ50.563246.599542.8889
Yxy46.59950.36100.3327
Hunter Lab68.263812.753710.5339
CIE-Lab73.932917.49558.4485

#dbaaa7 color RGB value is (219,170,167).

#dbaaa7 hex color red value is 219, green value is 170 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #dbaaa7 hue: 0.01 , saturation: 0.42 and the lightness value of dbaaa7 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 10100111
Octal 333 252 247
Decimal 219 170 167
Hex DB AA A7

RGB Percentages of Color #dbaaa7

%39.39
%30.58
%30.04

CMYK Percentages of Color #dbaaa7

%0
%22
%24
%14

Triadic Colors of #dbaaa7

#dbaaa7 #a7dbaa #aaa7db

Analogous Colors of #dbaaa7

#dbaaa7 #dbc4a7 #dba7be

Monochromatic Colors of #dbaaa7

#dbaaa7

Complementary Color

#dbaaa7 #a7d8db

#dbaaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaaa7 Color CSS Codes

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

#dbaaa7 Text Font Color

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

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


#dbaaa7 Background Color

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

This div background color is #dbaaa7


#dbaaa7 Border Color

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

This div border color is #dbaaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaaa7


Comments

No comments written yet.

Please login to write comment.