Color Hex Logo

#dbadff Color Hex

#DBADFF
(219,173,255)
0 Favorites   0 Comments

Color spaces of #dbadff

RGB 219173255
HSL0.761.000.84
HSV274°32°100°
CMYK 0.140.320.00   0.00
XYZ62.207052.1672101.3984
Yxy52.16720.28830.2418
Hunter Lab72.226927.3401-32.6777
CIE-Lab77.380731.6108-34.3069

#dbadff color RGB value is (219,173,255).

#dbadff hex color red value is 219, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dbadff hue: 0.76 , saturation: 1.00 and the lightness value of dbadff is 0.84.

The process color (four color CMYK) of #dbadff color hex is 0.14, 0.32, 0.00, 0.00. Web safe color of #dbadff is #cc99ff. Color #dbadff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11111111
Octal 333 255 377
Decimal 219 173 255
Hex DB AD FF

RGB Percentages of Color #dbadff

%33.85
%26.74
%39.41

CMYK Percentages of Color #dbadff

%14
%32
%0
%0

Triadic Colors of #dbadff

#dbadff #ffdbad #adffdb

Analogous Colors of #dbadff

#dbadff #ffadfa #b2adff

Monochromatic Colors of #dbadff

#dbadff

Complementary Color

#dbadff #d1ffad

#dbadff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadff Color CSS Codes

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

#dbadff Text Font Color

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

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


#dbadff Background Color

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

This div background color is #dbadff


#dbadff Border Color

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

This div border color is #dbadff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadff

Related Colors

#dbadff Color Palettes


Comments

No comments written yet.

Please login to write comment.