Color Hex Logo

#dbadf2 Color Hex

#DBADF2
(219,173,242)
0 Favorites   0 Comments

Color spaces of #dbadf2

RGB 219173242
HSL0.780.730.81
HSV280°29°95°
CMYK 0.100.290.00   0.05
XYZ60.184051.358090.7454
Yxy51.35800.29750.2539
Hunter Lab71.664524.4918-24.9110
CIE-Lab76.895428.9450-28.0494

#dbadf2 color RGB value is (219,173,242).

#dbadf2 hex color red value is 219, green value is 173 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #dbadf2 hue: 0.78 , saturation: 0.73 and the lightness value of dbadf2 is 0.81.

The process color (four color CMYK) of #dbadf2 color hex is 0.10, 0.29, 0.00, 0.05. Web safe color of #dbadf2 is #cc99ff. Color #dbadf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11110010
Octal 333 255 362
Decimal 219 173 242
Hex DB AD F2

RGB Percentages of Color #dbadf2

%34.54
%27.29
%38.17

CMYK Percentages of Color #dbadf2

%10
%29
%0
%5

Triadic Colors of #dbadf2

#dbadf2 #f2dbad #adf2db

Analogous Colors of #dbadf2

#dbadf2 #f2ade7 #b9adf2

Monochromatic Colors of #dbadf2

#dbadf2

Complementary Color

#dbadf2 #c4f2ad

#dbadf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadf2 Color CSS Codes

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

#dbadf2 Text Font Color

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

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


#dbadf2 Background Color

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

This div background color is #dbadf2


#dbadf2 Border Color

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

This div border color is #dbadf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadf2


Comments

No comments written yet.

Please login to write comment.