Color Hex Logo

#dbada6 Color Hex

#DBADA6
(219,173,166)
0 Favorites   0 Comments

Color spaces of #dbada6

RGB 219173166
HSL0.020.420.75
HSV24°86°
CMYK 0.000.210.24   0.14
XYZ51.039947.700442.5934
Yxy47.70040.36110.3375
Hunter Lab69.065511.048211.7811
CIE-Lab74.635615.73589.9975

#dbada6 color RGB value is (219,173,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 10100110
Octal 333 255 246
Decimal 219 173 166
Hex DB AD A6

RGB Percentages of Color #dbada6

%39.25
%31.00
%29.75

CMYK Percentages of Color #dbada6

%0
%21
%24
%14

Triadic Colors of #dbada6

#dbada6 #a6dbad #ada6db

Analogous Colors of #dbada6

#dbada6 #dbc8a6 #dba6ba

Monochromatic Colors of #dbada6

#dbada6

Complementary Color

#dbada6 #a6d4db

#dbada6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbada6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbada6 Color CSS Codes

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

#dbada6 Text Font Color

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

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


#dbada6 Background Color

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

This div background color is #dbada6


#dbada6 Border Color

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

This div border color is #dbada6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbada6


Comments

No comments written yet.

Please login to write comment.