Color Hex Logo

#dbaeea Color Hex

#DBAEEA
(219,174,234)
0 Favorites   0 Comments

Color spaces of #dbaeea

RGB 219174234
HSL0.790.590.80
HSV285°26°92°
CMYK 0.060.260.00   0.08
XYZ59.200851.272784.6183
Yxy51.27270.30350.2628
Hunter Lab71.605022.2697-19.9418
CIE-Lab76.843926.8159-23.8030

#dbaeea color RGB value is (219,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11101010
Octal 333 256 352
Decimal 219 174 234
Hex DB AE EA

RGB Percentages of Color #dbaeea

%34.93
%27.75
%37.32

CMYK Percentages of Color #dbaeea

%6
%26
%0
%8

Triadic Colors of #dbaeea

#dbaeea #eadbae #aeeadb

Analogous Colors of #dbaeea

#dbaeea #eaaedb #bdaeea

Monochromatic Colors of #dbaeea

#dbaeea

Complementary Color

#dbaeea #bdeaae

#dbaeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaeea Color CSS Codes

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

#dbaeea Text Font Color

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

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


#dbaeea Background Color

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

This div background color is #dbaeea


#dbaeea Border Color

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

This div border color is #dbaeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaeea


Comments

No comments written yet.

Please login to write comment.