Color Hex Logo

#dbbade Color Hex

#DBBADE
(219,186,222)
0 Favorites   0 Comments

Color spaces of #dbbade

RGB 219186222
HSL0.820.350.80
HSV295°16°87°
CMYK 0.010.160.00   0.13
XYZ59.957155.451876.6504
Yxy55.45180.31220.2887
Hunter Lab74.466013.4058-8.9031
CIE-Lab79.300818.0365-13.6042

#dbbade color RGB value is (219,186,222).

#dbbade hex color red value is 219, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dbbade hue: 0.82 , saturation: 0.35 and the lightness value of dbbade is 0.80.

The process color (four color CMYK) of #dbbade color hex is 0.01, 0.16, 0.00, 0.13. Web safe color of #dbbade is #cccccc. Color #dbbade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 11011110
Octal 333 272 336
Decimal 219 186 222
Hex DB BA DE

RGB Percentages of Color #dbbade

%34.93
%29.67
%35.41

CMYK Percentages of Color #dbbade

%1
%16
%0
%13

Triadic Colors of #dbbade

#dbbade #dedbba #badedb

Analogous Colors of #dbbade

#dbbade #debacf #c9bade

Monochromatic Colors of #dbbade

#dbbade

Complementary Color

#dbbade #bddeba

#dbbade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbade Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbade Color CSS Codes

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

#dbbade Text Font Color

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

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


#dbbade Background Color

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

This div background color is #dbbade


#dbbade Border Color

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

This div border color is #dbbade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbade


Comments

No comments written yet.

Please login to write comment.