Color Hex Logo

#dbadbd Color Hex

#DBADBD
(219,173,189)
0 Favorites   0 Comments

Color spaces of #dbadbd

RGB 219173189
HSL0.940.390.77
HSV339°21°86°
CMYK 0.000.210.14   0.14
XYZ53.342348.621354.7175
Yxy48.62130.34050.3103
Hunter Lab69.729014.52592.2844
CIE-Lab75.215119.2590-1.7405

#dbadbd color RGB value is (219,173,189).

#dbadbd hex color red value is 219, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dbadbd hue: 0.94 , saturation: 0.39 and the lightness value of dbadbd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 10111101
Octal 333 255 275
Decimal 219 173 189
Hex DB AD BD

RGB Percentages of Color #dbadbd

%37.69
%29.78
%32.53

CMYK Percentages of Color #dbadbd

%0
%21
%14
%14

Triadic Colors of #dbadbd

#dbadbd #bddbad #adbddb

Analogous Colors of #dbadbd

#dbadbd #dbb4ad #dbadd4

Monochromatic Colors of #dbadbd

#dbadbd

Complementary Color

#dbadbd #addbcb

#dbadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadbd Color CSS Codes

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

#dbadbd Text Font Color

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

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


#dbadbd Background Color

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

This div background color is #dbadbd


#dbadbd Border Color

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

This div border color is #dbadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadbd

#dbadbd Color Palettes


Comments

No comments written yet.

Please login to write comment.