Color Hex Logo

#dbbadc Color Hex

#DBBADC
(219,186,220)
0 Favorites   0 Comments

Color spaces of #dbbadc

RGB 219186220
HSL0.830.330.80
HSV298°15°86°
CMYK 0.000.150.00   0.14
XYZ59.690655.345275.2468
Yxy55.34520.31370.2909
Hunter Lab74.394413.0300-7.8933
CIE-Lab79.239717.6636-12.6169

#dbbadc color RGB value is (219,186,220).

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

The process color (four color CMYK) of #dbbadc color hex is 0.00, 0.15, 0.00, 0.14. Web safe color of #dbbadc is #cccccc. Color #dbbadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 11011100
Octal 333 272 334
Decimal 219 186 220
Hex DB BA DC

RGB Percentages of Color #dbbadc

%35.04
%29.76
%35.20

CMYK Percentages of Color #dbbadc

%0
%15
%0
%14

Triadic Colors of #dbbadc

#dbbadc #dcdbba #badcdb

Analogous Colors of #dbbadc

#dbbadc #dcbacc #cabadc

Monochromatic Colors of #dbbadc

#dbbadc

Complementary Color

#dbbadc #bbdcba

#dbbadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbadc Color CSS Codes

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

#dbbadc Text Font Color

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

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


#dbbadc Background Color

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

This div background color is #dbbadc


#dbbadc Border Color

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

This div border color is #dbbadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbadc


Comments

No comments written yet.

Please login to write comment.