Color Hex Logo

#dbacef Color Hex

#DBACEF
(219,172,239)
0 Favorites   0 Comments

Color spaces of #dbacef

RGB 219172239
HSL0.780.680.81
HSV282°28°94°
CMYK 0.080.280.00   0.06
XYZ59.545950.797188.3278
Yxy50.79710.29970.2557
Hunter Lab71.272124.4058-23.5879
CIE-Lab76.555928.8852-26.9481

#dbacef color RGB value is (219,172,239).

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

The process color (four color CMYK) of #dbacef color hex is 0.08, 0.28, 0.00, 0.06. Web safe color of #dbacef is #cc99ff. Color #dbacef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 11101111
Octal 333 254 357
Decimal 219 172 239
Hex DB AC EF

RGB Percentages of Color #dbacef

%34.76
%27.30
%37.94

CMYK Percentages of Color #dbacef

%8
%28
%0
%6

Triadic Colors of #dbacef

#dbacef #efdbac #acefdb

Analogous Colors of #dbacef

#dbacef #eface2 #baacef

Monochromatic Colors of #dbacef

#dbacef

Complementary Color

#dbacef #c0efac

#dbacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbacef Color CSS Codes

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

#dbacef Text Font Color

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

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


#dbacef Background Color

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

This div background color is #dbacef


#dbacef Border Color

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

This div border color is #dbacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbacef


Comments

No comments written yet.

Please login to write comment.