Color Hex Logo

#dbadeb Color Hex

#DBADEB
(219,173,235)
0 Favorites   0 Comments

Color spaces of #dbadeb

RGB 219173235
HSL0.790.610.80
HSV285°26°92°
CMYK 0.070.260.00   0.08
XYZ59.152450.945485.3130
Yxy50.94540.30270.2607
Hunter Lab71.376023.0225-20.9038
CIE-Lab76.645927.5528-24.6462

#dbadeb color RGB value is (219,173,235).

#dbadeb hex color red value is 219, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dbadeb hue: 0.79 , saturation: 0.61 and the lightness value of dbadeb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11101011
Octal 333 255 353
Decimal 219 173 235
Hex DB AD EB

RGB Percentages of Color #dbadeb

%34.93
%27.59
%37.48

CMYK Percentages of Color #dbadeb

%7
%26
%0
%8

Triadic Colors of #dbadeb

#dbadeb #ebdbad #adebdb

Analogous Colors of #dbadeb

#dbadeb #ebaddc #bcadeb

Monochromatic Colors of #dbadeb

#dbadeb

Complementary Color

#dbadeb #bdebad

#dbadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadeb Color CSS Codes

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

#dbadeb Text Font Color

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

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


#dbadeb Background Color

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

This div background color is #dbadeb


#dbadeb Border Color

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

This div border color is #dbadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadeb


Comments

No comments written yet.

Please login to write comment.