Color Hex Logo

#dbadd0 Color Hex

#DBADD0
(219,173,208)
0 Favorites   0 Comments

Color spaces of #dbadd0

RGB 219173208
HSL0.870.390.77
HSV314°21°86°
CMYK 0.000.210.05   0.14
XYZ55.542249.501366.3018
Yxy49.50130.32420.2889
Hunter Lab70.357217.7886-6.6225
CIE-Lab75.762122.4947-11.3084

#dbadd0 color RGB value is (219,173,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11010000
Octal 333 255 320
Decimal 219 173 208
Hex DB AD D0

RGB Percentages of Color #dbadd0

%36.50
%28.83
%34.67

CMYK Percentages of Color #dbadd0

%0
%21
%5
%14

Triadic Colors of #dbadd0

#dbadd0 #d0dbad #add0db

Analogous Colors of #dbadd0

#dbadd0 #dbadb9 #cfaddb

Monochromatic Colors of #dbadd0

#dbadd0

Complementary Color

#dbadd0 #addbb8

#dbadd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadd0 Color CSS Codes

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

#dbadd0 Text Font Color

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

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


#dbadd0 Background Color

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

This div background color is #dbadd0


#dbadd0 Border Color

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

This div border color is #dbadd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadd0


Comments

No comments written yet.

Please login to write comment.