Color Hex Logo

#dbadee Color Hex

#DBADEE
(219,173,238)
0 Favorites   0 Comments

Color spaces of #dbadee

RGB 219173238
HSL0.780.660.81
HSV282°27°93°
CMYK 0.080.270.00   0.07
XYZ59.589651.120387.6154
Yxy51.12030.30050.2578
Hunter Lab71.498523.6465-22.6060
CIE-Lab76.751828.1455-26.1076

#dbadee color RGB value is (219,173,238).

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

The process color (four color CMYK) of #dbadee color hex is 0.08, 0.27, 0.00, 0.07. Web safe color of #dbadee is #cc99ff. Color #dbadee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11101110
Octal 333 255 356
Decimal 219 173 238
Hex DB AD EE

RGB Percentages of Color #dbadee

%34.76
%27.46
%37.78

CMYK Percentages of Color #dbadee

%8
%27
%0
%7

Triadic Colors of #dbadee

#dbadee #eedbad #adeedb

Analogous Colors of #dbadee

#dbadee #eeade1 #bbadee

Monochromatic Colors of #dbadee

#dbadee

Complementary Color

#dbadee #c0eead

#dbadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadee Color CSS Codes

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

#dbadee Text Font Color

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

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


#dbadee Background Color

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

This div background color is #dbadee


#dbadee Border Color

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

This div border color is #dbadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadee


Comments

No comments written yet.

Please login to write comment.