Color Hex Logo

#dbadbe Color Hex

#DBADBE
(219,173,190)
0 Favorites   0 Comments

Color spaces of #dbadbe

RGB 219173190
HSL0.940.390.77
HSV338°21°86°
CMYK 0.000.210.13   0.14
XYZ53.451348.664955.2913
Yxy48.66490.33960.3092
Hunter Lab69.760214.68891.8395
CIE-Lab75.242419.4223-2.2473

#dbadbe color RGB value is (219,173,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 10111110
Octal 333 255 276
Decimal 219 173 190
Hex DB AD BE

RGB Percentages of Color #dbadbe

%37.63
%29.73
%32.65

CMYK Percentages of Color #dbadbe

%0
%21
%13
%14

Triadic Colors of #dbadbe

#dbadbe #bedbad #adbedb

Analogous Colors of #dbadbe

#dbadbe #dbb3ad #dbadd5

Monochromatic Colors of #dbadbe

#dbadbe

Complementary Color

#dbadbe #addbca

#dbadbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadbe Color CSS Codes

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

#dbadbe Text Font Color

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

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


#dbadbe Background Color

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

This div background color is #dbadbe


#dbadbe Border Color

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

This div border color is #dbadbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadbe


Comments

No comments written yet.

Please login to write comment.