Color Hex Logo

#dbaaa5 Color Hex

#DBAAA5
(219,170,165)
0 Favorites   0 Comments

Color spaces of #dbaaa5

RGB 219170165
HSL0.020.430.75
HSV25°86°
CMYK 0.000.220.25   0.14
XYZ50.379746.526141.9225
Yxy46.52610.36290.3351
Hunter Lab68.210012.471911.3069
CIE-Lab73.885617.20849.4765

#dbaaa5 color RGB value is (219,170,165).

#dbaaa5 hex color red value is 219, green value is 170 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #dbaaa5 hue: 0.02 , saturation: 0.43 and the lightness value of dbaaa5 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 10100101
Octal 333 252 245
Decimal 219 170 165
Hex DB AA A5

RGB Percentages of Color #dbaaa5

%39.53
%30.69
%29.78

CMYK Percentages of Color #dbaaa5

%0
%22
%25
%14

Triadic Colors of #dbaaa5

#dbaaa5 #a5dbaa #aaa5db

Analogous Colors of #dbaaa5

#dbaaa5 #dbc5a5 #dba5bb

Monochromatic Colors of #dbaaa5

#dbaaa5

Complementary Color

#dbaaa5 #a5d6db

#dbaaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaaa5 Color CSS Codes

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

#dbaaa5 Text Font Color

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

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


#dbaaa5 Background Color

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

This div background color is #dbaaa5


#dbaaa5 Border Color

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

This div border color is #dbaaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaaa5


Comments

No comments written yet.

Please login to write comment.