Color Hex Logo

#dbaceb Color Hex

#DBACEB
(219,172,235)
0 Favorites   0 Comments

Color spaces of #dbaceb

RGB 219172235
HSL0.790.610.80
HSV285°27°92°
CMYK 0.070.270.00   0.08
XYZ58.961350.563385.2493
Yxy50.56330.30270.2596
Hunter Lab71.107923.5700-21.3057
CIE-Lab76.413728.0935-25.0006

#dbaceb color RGB value is (219,172,235).

#dbaceb hex color red value is 219, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dbaceb hue: 0.79 , saturation: 0.61 and the lightness value of dbaceb is 0.80.

The process color (four color CMYK) of #dbaceb color hex is 0.07, 0.27, 0.00, 0.08. Web safe color of #dbaceb is #cc99ff. Color #dbaceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 11101011
Octal 333 254 353
Decimal 219 172 235
Hex DB AC EB

RGB Percentages of Color #dbaceb

%34.98
%27.48
%37.54

CMYK Percentages of Color #dbaceb

%7
%27
%0
%8

Triadic Colors of #dbaceb

#dbaceb #ebdbac #acebdb

Analogous Colors of #dbaceb

#dbaceb #ebacdc #bcaceb

Monochromatic Colors of #dbaceb

#dbaceb

Complementary Color

#dbaceb #bcebac

#dbaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaceb Color CSS Codes

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

#dbaceb Text Font Color

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

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


#dbaceb Background Color

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

This div background color is #dbaceb


#dbaceb Border Color

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

This div border color is #dbaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaceb


Comments

No comments written yet.

Please login to write comment.