Color Hex Logo

#dbbaec Color Hex

#DBBAEC
(219,186,236)
0 Favorites   0 Comments

Color spaces of #dbbaec

RGB 219186236
HSL0.780.570.83
HSV280°21°93°
CMYK 0.070.210.00   0.07
XYZ61.912656.234086.9480
Yxy56.23400.30190.2742
Hunter Lab74.989316.1416-16.2525
CIE-Lab79.746820.7261-20.4702

#dbbaec color RGB value is (219,186,236).

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

The process color (four color CMYK) of #dbbaec color hex is 0.07, 0.21, 0.00, 0.07. Web safe color of #dbbaec is #ccccff. Color #dbbaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 11101100
Octal 333 272 354
Decimal 219 186 236
Hex DB BA EC

RGB Percentages of Color #dbbaec

%34.17
%29.02
%36.82

CMYK Percentages of Color #dbbaec

%7
%21
%0
%7

Triadic Colors of #dbbaec

#dbbaec #ecdbba #baecdb

Analogous Colors of #dbbaec

#dbbaec #ecbae4 #c2baec

Monochromatic Colors of #dbbaec

#dbbaec

Complementary Color

#dbbaec #cbecba

#dbbaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbaec Color CSS Codes

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

#dbbaec Text Font Color

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

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


#dbbaec Background Color

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

This div background color is #dbbaec


#dbbaec Border Color

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

This div border color is #dbbaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbaec

#dbbaec Color Palettes


Comments

No comments written yet.

Please login to write comment.