Color Hex Logo

#dbaeee Color Hex

#DBAEEE
(219,174,238)
0 Favorites   0 Comments

Color spaces of #dbaeee

RGB 219174238
HSL0.780.650.81
HSV282°27°93°
CMYK 0.080.270.00   0.07
XYZ59.782151.505287.6796
Yxy51.50520.30050.2589
Hunter Lab71.767123.0982-22.1990
CIE-Lab76.984027.6049-25.7526

#dbaeee color RGB value is (219,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11101110
Octal 333 256 356
Decimal 219 174 238
Hex DB AE EE

RGB Percentages of Color #dbaeee

%34.71
%27.58
%37.72

CMYK Percentages of Color #dbaeee

%8
%27
%0
%7

Triadic Colors of #dbaeee

#dbaeee #eedbae #aeeedb

Analogous Colors of #dbaeee

#dbaeee #eeaee1 #bbaeee

Monochromatic Colors of #dbaeee

#dbaeee

Complementary Color

#dbaeee #c1eeae

#dbaeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaeee Color CSS Codes

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

#dbaeee Text Font Color

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

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


#dbaeee Background Color

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

This div background color is #dbaeee


#dbaeee Border Color

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

This div border color is #dbaeee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,174,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 #dbaeee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaeee


Comments

No comments written yet.

Please login to write comment.