Color Hex Logo

#dbadfe Color Hex

#DBADFE
(219,173,254)
0 Favorites   0 Comments

Color spaces of #dbadfe

RGB 219173254
HSL0.760.980.84
HSV274°32°100°
CMYK 0.140.320.00   0.00
XYZ62.046452.1030100.5526
Yxy52.10300.28900.2427
Hunter Lab72.182427.1154-32.0653
CIE-Lab77.342431.4020-33.8284

#dbadfe color RGB value is (219,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11111110
Octal 333 255 376
Decimal 219 173 254
Hex DB AD FE

RGB Percentages of Color #dbadfe

%33.90
%26.78
%39.32

CMYK Percentages of Color #dbadfe

%14
%32
%0
%0

Triadic Colors of #dbadfe

#dbadfe #fedbad #adfedb

Analogous Colors of #dbadfe

#dbadfe #feadf9 #b3adfe

Monochromatic Colors of #dbadfe

#dbadfe

Complementary Color

#dbadfe #d0fead

#dbadfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadfe Color CSS Codes

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

#dbadfe Text Font Color

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

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


#dbadfe Background Color

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

This div background color is #dbadfe


#dbadfe Border Color

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

This div border color is #dbadfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadfe

Related Colors


Comments

No comments written yet.

Please login to write comment.