Color Hex Logo

#dbadaa Color Hex

#DBADAA
(219,173,170)
0 Favorites   0 Comments

Color spaces of #dbadaa

RGB 219173170
HSL0.010.400.76
HSV22°86°
CMYK 0.000.210.22   0.14
XYZ51.412747.849544.5563
Yxy47.84950.35750.3327
Hunter Lab69.173311.615810.2311
CIE-Lab74.729916.31627.9469

#dbadaa color RGB value is (219,173,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 10101010
Octal 333 255 252
Decimal 219 173 170
Hex DB AD AA

RGB Percentages of Color #dbadaa

%38.97
%30.78
%30.25

CMYK Percentages of Color #dbadaa

%0
%21
%22
%14

Triadic Colors of #dbadaa

#dbadaa #aadbad #adaadb

Analogous Colors of #dbadaa

#dbadaa #dbc6aa #dbaac0

Monochromatic Colors of #dbadaa

#dbadaa

Complementary Color

#dbadaa #aad8db

#dbadaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadaa Color CSS Codes

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

#dbadaa Text Font Color

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

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


#dbadaa Background Color

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

This div background color is #dbadaa


#dbadaa Border Color

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

This div border color is #dbadaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadaa


Comments

No comments written yet.

Please login to write comment.