Color Hex Logo

#dbac90 Color Hex

#DBAC90
(219,172,144)
0 Favorites   0 Comments

Color spaces of #dbac90

RGB 219172144
HSL0.060.510.71
HSV22°34°86°
CMYK 0.000.210.34   0.14
XYZ49.000046.578732.7936
Yxy46.57870.38170.3628
Hunter Lab68.24868.721519.2850
CIE-Lab73.919513.334420.9714

#dbac90 color RGB value is (219,172,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 10010000
Octal 333 254 220
Decimal 219 172 144
Hex DB AC 90

RGB Percentages of Color #dbac90

%40.93
%32.15
%26.92

CMYK Percentages of Color #dbac90

%0
%21
%34
%14

Triadic Colors of #dbac90

#dbac90 #90dbac #ac90db

Analogous Colors of #dbac90

#dbac90 #dbd290 #db909a

Monochromatic Colors of #dbac90

#dbac90

Complementary Color

#dbac90 #90bfdb

#dbac90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbac90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbac90 Color CSS Codes

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

#dbac90 Text Font Color

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

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


#dbac90 Background Color

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

This div background color is #dbac90


#dbac90 Border Color

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

This div border color is #dbac90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbac90


Comments

No comments written yet.

Please login to write comment.