Color Hex Logo

#dbace2 Color Hex

#DBACE2
(219,172,226)
0 Favorites   0 Comments

Color spaces of #dbace2

RGB 219172226
HSL0.810.480.78
HSV292°24°89°
CMYK 0.030.240.00   0.11
XYZ57.693450.056178.5725
Yxy50.05610.30960.2687
Hunter Lab70.750321.7448-16.3199
CIE-Lab76.103726.3511-20.5913

#dbace2 color RGB value is (219,172,226).

#dbace2 hex color red value is 219, green value is 172 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #dbace2 hue: 0.81 , saturation: 0.48 and the lightness value of dbace2 is 0.78.

The process color (four color CMYK) of #dbace2 color hex is 0.03, 0.24, 0.00, 0.11. Web safe color of #dbace2 is #cc99cc. Color #dbace2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 11100010
Octal 333 254 342
Decimal 219 172 226
Hex DB AC E2

RGB Percentages of Color #dbace2

%35.49
%27.88
%36.63

CMYK Percentages of Color #dbace2

%3
%24
%0
%11

Triadic Colors of #dbace2

#dbace2 #e2dbac #ace2db

Analogous Colors of #dbace2

#dbace2 #e2acce #c0ace2

Monochromatic Colors of #dbace2

#dbace2

Complementary Color

#dbace2 #b3e2ac

#dbace2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbace2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbace2 Color CSS Codes

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

#dbace2 Text Font Color

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

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


#dbace2 Background Color

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

This div background color is #dbace2


#dbace2 Border Color

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

This div border color is #dbace2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbace2


Comments

No comments written yet.

Please login to write comment.