Color Hex Logo

#dbadb5 Color Hex

#DBADB5
(219,173,181)
0 Favorites   0 Comments

Color spaces of #dbadb5

RGB 219173181
HSL0.970.390.77
HSV350°21°86°
CMYK 0.000.210.17   0.14
XYZ52.497548.283450.2688
Yxy48.28340.34760.3197
Hunter Lab69.486313.25745.7479
CIE-Lab75.003317.98312.3260

#dbadb5 color RGB value is (219,173,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 10110101
Octal 333 255 265
Decimal 219 173 181
Hex DB AD B5

RGB Percentages of Color #dbadb5

%38.22
%30.19
%31.59

CMYK Percentages of Color #dbadb5

%0
%21
%17
%14

Triadic Colors of #dbadb5

#dbadb5 #b5dbad #adb5db

Analogous Colors of #dbadb5

#dbadb5 #dbbcad #dbadcc

Monochromatic Colors of #dbadb5

#dbadb5

Complementary Color

#dbadb5 #addbd3

#dbadb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadb5 Color CSS Codes

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

#dbadb5 Text Font Color

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

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


#dbadb5 Background Color

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

This div background color is #dbadb5


#dbadb5 Border Color

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

This div border color is #dbadb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadb5


Comments

No comments written yet.

Please login to write comment.