Color Hex Logo

#dbaaee Color Hex

#DBAAEE
(219,170,238)
0 Favorites   0 Comments

Color spaces of #dbaaee

RGB 219170238
HSL0.790.670.80
HSV283°29°93°
CMYK 0.080.290.00   0.07
XYZ59.020849.982687.4258
Yxy49.98260.30050.2545
Hunter Lab70.698425.2942-23.8293
CIE-Lab76.058629.7677-27.1685

#dbaaee color RGB value is (219,170,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11101110
Octal 333 252 356
Decimal 219 170 238
Hex DB AA EE

RGB Percentages of Color #dbaaee

%34.93
%27.11
%37.96

CMYK Percentages of Color #dbaaee

%8
%29
%0
%7

Triadic Colors of #dbaaee

#dbaaee #eedbaa #aaeedb

Analogous Colors of #dbaaee

#dbaaee #eeaadf #b9aaee

Monochromatic Colors of #dbaaee

#dbaaee

Complementary Color

#dbaaee #bdeeaa

#dbaaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaaee Color CSS Codes

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

#dbaaee Text Font Color

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

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


#dbaaee Background Color

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

This div background color is #dbaaee


#dbaaee Border Color

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

This div border color is #dbaaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaaee


Comments

No comments written yet.

Please login to write comment.