Color Hex Logo

#dbac92 Color Hex

#DBAC92
(219,172,146)
0 Favorites   0 Comments

Color spaces of #dbac92

RGB 219172146
HSL0.060.500.72
HSV21°33°86°
CMYK 0.000.210.33   0.14
XYZ49.154246.640433.6059
Yxy46.64040.37990.3604
Hunter Lab68.29388.960618.6303
CIE-Lab73.959213.583419.9419

#dbac92 color RGB value is (219,172,146).

#dbac92 hex color red value is 219, green value is 172 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dbac92 hue: 0.06 , saturation: 0.50 and the lightness value of dbac92 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 10010010
Octal 333 254 222
Decimal 219 172 146
Hex DB AC 92

RGB Percentages of Color #dbac92

%40.78
%32.03
%27.19

CMYK Percentages of Color #dbac92

%0
%21
%33
%14

Triadic Colors of #dbac92

#dbac92 #92dbac #ac92db

Analogous Colors of #dbac92

#dbac92 #dbd192 #db929d

Monochromatic Colors of #dbac92

#dbac92

Complementary Color

#dbac92 #92c1db

#dbac92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbac92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbac92 Color CSS Codes

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

#dbac92 Text Font Color

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

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


#dbac92 Background Color

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

This div background color is #dbac92


#dbac92 Border Color

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

This div border color is #dbac92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbac92


Comments

No comments written yet.

Please login to write comment.