Color Hex Logo

#dbaba6 Color Hex

#DBABA6
(219,171,166)
0 Favorites   0 Comments

Color spaces of #dbaba6

RGB 219171166
HSL0.020.420.75
HSV24°86°
CMYK 0.000.220.24   0.14
XYZ50.659346.939142.4665
Yxy46.93910.36170.3351
Hunter Lab68.512112.090511.2082
CIE-Lab74.150816.81269.3071

#dbaba6 color RGB value is (219,171,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 10100110
Octal 333 253 246
Decimal 219 171 166
Hex DB AB A6

RGB Percentages of Color #dbaba6

%39.39
%30.76
%29.86

CMYK Percentages of Color #dbaba6

%0
%22
%24
%14

Triadic Colors of #dbaba6

#dbaba6 #a6dbab #aba6db

Analogous Colors of #dbaba6

#dbaba6 #dbc6a6 #dba6bc

Monochromatic Colors of #dbaba6

#dbaba6

Complementary Color

#dbaba6 #a6d6db

#dbaba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaba6 Color CSS Codes

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

#dbaba6 Text Font Color

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

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


#dbaba6 Background Color

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

This div background color is #dbaba6


#dbaba6 Border Color

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

This div border color is #dbaba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaba6


Comments

No comments written yet.

Please login to write comment.