Color Hex Logo

#dbaca7 Color Hex

#DBACA7
(219,172,167)
0 Favorites   0 Comments

Color spaces of #dbaca7

RGB 219172167
HSL0.020.420.76
HSV24°86°
CMYK 0.000.210.24   0.14
XYZ50.941047.355143.0148
Yxy47.35510.36050.3351
Hunter Lab68.815011.710011.1096
CIE-Lab74.416316.41819.1387

#dbaca7 color RGB value is (219,172,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 10100111
Octal 333 254 247
Decimal 219 172 167
Hex DB AC A7

RGB Percentages of Color #dbaca7

%39.25
%30.82
%29.93

CMYK Percentages of Color #dbaca7

%0
%21
%24
%14

Triadic Colors of #dbaca7

#dbaca7 #a7dbac #aca7db

Analogous Colors of #dbaca7

#dbaca7 #dbc6a7 #dba7bc

Monochromatic Colors of #dbaca7

#dbaca7

Complementary Color

#dbaca7 #a7d6db

#dbaca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaca7 Color CSS Codes

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

#dbaca7 Text Font Color

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

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


#dbaca7 Background Color

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

This div background color is #dbaca7


#dbaca7 Border Color

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

This div border color is #dbaca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaca7


Comments

No comments written yet.

Please login to write comment.