Color Hex Logo

#dbaca9 Color Hex

#DBACA9
(219,172,169)
0 Favorites   0 Comments

Color spaces of #dbaca9

RGB 219172169
HSL0.010.410.76
HSV23°86°
CMYK 0.000.210.23   0.14
XYZ51.127447.429743.9963
Yxy47.42970.35870.3327
Hunter Lab68.869211.994410.3317
CIE-Lab74.463816.70838.1127

#dbaca9 color RGB value is (219,172,169).

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

The process color (four color CMYK) of #dbaca9 color hex is 0.00, 0.21, 0.23, 0.14. Web safe color of #dbaca9 is #cc9999. Color #dbaca9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 10101001
Octal 333 254 251
Decimal 219 172 169
Hex DB AC A9

RGB Percentages of Color #dbaca9

%39.11
%30.71
%30.18

CMYK Percentages of Color #dbaca9

%0
%21
%23
%14

Triadic Colors of #dbaca9

#dbaca9 #a9dbac #aca9db

Analogous Colors of #dbaca9

#dbaca9 #dbc5a9 #dba9bf

Monochromatic Colors of #dbaca9

#dbaca9

Complementary Color

#dbaca9 #a9d8db

#dbaca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaca9 Color CSS Codes

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

#dbaca9 Text Font Color

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

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


#dbaca9 Background Color

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

This div background color is #dbaca9


#dbaca9 Border Color

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

This div border color is #dbaca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaca9


Comments

No comments written yet.

Please login to write comment.