Color Hex Logo

#dbaded Color Hex

#DBADED
(219,173,237)
0 Favorites   0 Comments

Color spaces of #dbaded

RGB 219173237
HSL0.790.640.80
HSV283°27°93°
CMYK 0.080.270.00   0.07
XYZ59.443051.061686.8437
Yxy51.06160.30120.2587
Hunter Lab71.457423.4377-22.0362
CIE-Lab76.716327.9474-25.6210

#dbaded color RGB value is (219,173,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11101101
Octal 333 255 355
Decimal 219 173 237
Hex DB AD ED

RGB Percentages of Color #dbaded

%34.82
%27.50
%37.68

CMYK Percentages of Color #dbaded

%8
%27
%0
%7

Triadic Colors of #dbaded

#dbaded #eddbad #adeddb

Analogous Colors of #dbaded

#dbaded #edaddf #bbaded

Monochromatic Colors of #dbaded

#dbaded

Complementary Color

#dbaded #bfedad

#dbaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaded Color CSS Codes

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

#dbaded Text Font Color

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

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


#dbaded Background Color

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

This div background color is #dbaded


#dbaded Border Color

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

This div border color is #dbaded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaded


Comments

No comments written yet.

Please login to write comment.