Color Hex Logo

#dbadb1 Color Hex

#DBADB1
(219,173,177)
0 Favorites   0 Comments

Color spaces of #dbadb1

RGB 219173177
HSL0.990.390.77
HSV355°21°86°
CMYK 0.000.210.19   0.14
XYZ52.092848.121548.1378
Yxy48.12150.35110.3244
Hunter Lab69.369712.64687.4156
CIE-Lab74.901517.36514.3663

#dbadb1 color RGB value is (219,173,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 10110001
Octal 333 255 261
Decimal 219 173 177
Hex DB AD B1

RGB Percentages of Color #dbadb1

%38.49
%30.40
%31.11

CMYK Percentages of Color #dbadb1

%0
%21
%19
%14

Triadic Colors of #dbadb1

#dbadb1 #b1dbad #adb1db

Analogous Colors of #dbadb1

#dbadb1 #dbc0ad #dbadc8

Monochromatic Colors of #dbadb1

#dbadb1

Complementary Color

#dbadb1 #addbd7

#dbadb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadb1 Color CSS Codes

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

#dbadb1 Text Font Color

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

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


#dbadb1 Background Color

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

This div background color is #dbadb1


#dbadb1 Border Color

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

This div border color is #dbadb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadb1


Comments

No comments written yet.

Please login to write comment.