Color Hex Logo

#dbade0 Color Hex

#DBADE0
(219,173,224)
0 Favorites   0 Comments

Color spaces of #dbade0

RGB 219173224
HSL0.820.450.78
HSV294°23°88°
CMYK 0.020.230.00   0.12
XYZ57.611550.329077.1990
Yxy50.32900.31120.2718
Hunter Lab70.942920.8066-14.8584
CIE-Lab76.270825.4305-19.2518

#dbade0 color RGB value is (219,173,224).

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

The process color (four color CMYK) of #dbade0 color hex is 0.02, 0.23, 0.00, 0.12. Web safe color of #dbade0 is #cc99cc. Color #dbade0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11100000
Octal 333 255 340
Decimal 219 173 224
Hex DB AD E0

RGB Percentages of Color #dbade0

%35.55
%28.08
%36.36

CMYK Percentages of Color #dbade0

%2
%23
%0
%12

Triadic Colors of #dbade0

#dbade0 #e0dbad #ade0db

Analogous Colors of #dbade0

#dbade0 #e0adcc #c2ade0

Monochromatic Colors of #dbade0

#dbade0

Complementary Color

#dbade0 #b2e0ad

#dbade0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbade0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbade0 Color CSS Codes

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

#dbade0 Text Font Color

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

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


#dbade0 Background Color

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

This div background color is #dbade0


#dbade0 Border Color

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

This div border color is #dbade0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbade0


Comments

No comments written yet.

Please login to write comment.