Color Hex Logo

#dbaeec Color Hex

#DBAEEC
(219,174,236)
0 Favorites   0 Comments

Color spaces of #dbaeec

RGB 219174236
HSL0.790.620.80
HSV284°26°93°
CMYK 0.070.260.00   0.07
XYZ59.489851.388386.1404
Yxy51.38830.30200.2608
Hunter Lab71.685622.6820-21.0654
CIE-Lab76.913627.2090-24.7788

#dbaeec color RGB value is (219,174,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11101100
Octal 333 256 354
Decimal 219 174 236
Hex DB AE EC

RGB Percentages of Color #dbaeec

%34.82
%27.66
%37.52

CMYK Percentages of Color #dbaeec

%7
%26
%0
%7

Triadic Colors of #dbaeec

#dbaeec #ecdbae #aeecdb

Analogous Colors of #dbaeec

#dbaeec #ecaede #bcaeec

Monochromatic Colors of #dbaeec

#dbaeec

Complementary Color

#dbaeec #bfecae

#dbaeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaeec Color CSS Codes

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

#dbaeec Text Font Color

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

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


#dbaeec Background Color

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

This div background color is #dbaeec


#dbaeec Border Color

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

This div border color is #dbaeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaeec


Comments

No comments written yet.

Please login to write comment.