Color Hex Logo

#dbadc6 Color Hex

#DBADC6
(219,173,198)
0 Favorites   0 Comments

Color spaces of #dbadc6

RGB 219173198
HSL0.910.390.77
HSV327°21°86°
CMYK 0.000.210.10   0.14
XYZ54.350049.024460.0242
Yxy49.02440.33260.3000
Hunter Lab70.017416.0275-1.8156
CIE-Lab75.466520.7564-6.2897

#dbadc6 color RGB value is (219,173,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11000110
Octal 333 255 306
Decimal 219 173 198
Hex DB AD C6

RGB Percentages of Color #dbadc6

%37.12
%29.32
%33.56

CMYK Percentages of Color #dbadc6

%0
%21
%10
%14

Triadic Colors of #dbadc6

#dbadc6 #c6dbad #adc6db

Analogous Colors of #dbadc6

#dbadc6 #dbadaf #d9addb

Monochromatic Colors of #dbadc6

#dbadc6

Complementary Color

#dbadc6 #addbc2

#dbadc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadc6 Color CSS Codes

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

#dbadc6 Text Font Color

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

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


#dbadc6 Background Color

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

This div background color is #dbadc6


#dbadc6 Border Color

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

This div border color is #dbadc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadc6


Comments

No comments written yet.

Please login to write comment.