Color Hex Logo

#dbadab Color Hex

#DBADAB
(219,173,171)
0 Favorites   0 Comments

Color spaces of #dbadab

RGB 219173171
HSL0.010.400.76
HSV22°86°
CMYK 0.000.210.22   0.14
XYZ51.507747.887545.0565
Yxy47.88750.35660.3315
Hunter Lab69.200811.76029.8370
CIE-Lab74.753916.46357.4347

#dbadab color RGB value is (219,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 10101011
Octal 333 255 253
Decimal 219 173 171
Hex DB AD AB

RGB Percentages of Color #dbadab

%38.90
%30.73
%30.37

CMYK Percentages of Color #dbadab

%0
%21
%22
%14

Triadic Colors of #dbadab

#dbadab #abdbad #adabdb

Analogous Colors of #dbadab

#dbadab #dbc5ab #dbabc1

Monochromatic Colors of #dbadab

#dbadab

Complementary Color

#dbadab #abd9db

#dbadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadab Color CSS Codes

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

#dbadab Text Font Color

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

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


#dbadab Background Color

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

This div background color is #dbadab


#dbadab Border Color

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

This div border color is #dbadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadab


Comments

No comments written yet.

Please login to write comment.