Color Hex Logo

#dbadbf Color Hex

#DBADBF
(219,173,191)
0 Favorites   0 Comments

Color spaces of #dbadbf

RGB 219173191
HSL0.930.390.77
HSV337°21°86°
CMYK 0.000.210.13   0.14
XYZ53.561048.708855.8690
Yxy48.70880.33870.3080
Hunter Lab69.791714.85271.3919
CIE-Lab75.269819.5862-2.7538

#dbadbf color RGB value is (219,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 10111111
Octal 333 255 277
Decimal 219 173 191
Hex DB AD BF

RGB Percentages of Color #dbadbf

%37.56
%29.67
%32.76

CMYK Percentages of Color #dbadbf

%0
%21
%13
%14

Triadic Colors of #dbadbf

#dbadbf #bfdbad #adbfdb

Analogous Colors of #dbadbf

#dbadbf #dbb2ad #dbadd6

Monochromatic Colors of #dbadbf

#dbadbf

Complementary Color

#dbadbf #addbc9

#dbadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadbf Color CSS Codes

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

#dbadbf Text Font Color

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

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


#dbadbf Background Color

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

This div background color is #dbadbf


#dbadbf Border Color

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

This div border color is #dbadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadbf


Comments

No comments written yet.

Please login to write comment.