Color Hex Logo

#dbab90 Color Hex

#DBAB90
(219,171,144)
0 Favorites   0 Comments

Color spaces of #dbab90

RGB 219171144
HSL0.060.510.71
HSV22°34°86°
CMYK 0.000.220.34   0.14
XYZ48.810446.199532.7304
Yxy46.19950.38210.3617
Hunter Lab67.97029.235619.0286
CIE-Lab73.674813.871220.6357

#dbab90 color RGB value is (219,171,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 10010000
Octal 333 253 220
Decimal 219 171 144
Hex DB AB 90

RGB Percentages of Color #dbab90

%41.01
%32.02
%26.97

CMYK Percentages of Color #dbab90

%0
%22
%34
%14

Triadic Colors of #dbab90

#dbab90 #90dbab #ab90db

Analogous Colors of #dbab90

#dbab90 #dbd190 #db909b

Monochromatic Colors of #dbab90

#dbab90

Complementary Color

#dbab90 #90c0db

#dbab90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab90 Color CSS Codes

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

#dbab90 Text Font Color

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

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


#dbab90 Background Color

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

This div background color is #dbab90


#dbab90 Border Color

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

This div border color is #dbab90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab90


Comments

No comments written yet.

Please login to write comment.