Color Hex Logo

#dbaee5 Color Hex

#DBAEE5
(219,174,229)
0 Favorites   0 Comments

Color spaces of #dbaee5

RGB 219174229
HSL0.800.510.79
HSV289°24°90°
CMYK 0.040.240.00   0.10
XYZ58.492350.989380.8878
Yxy50.98930.30730.2678
Hunter Lab71.406821.2550-17.1775
CIE-Lab76.672525.8443-21.3556

#dbaee5 color RGB value is (219,174,229).

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

The process color (four color CMYK) of #dbaee5 color hex is 0.04, 0.24, 0.00, 0.10. Web safe color of #dbaee5 is #cc99cc. Color #dbaee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11100101
Octal 333 256 345
Decimal 219 174 229
Hex DB AE E5

RGB Percentages of Color #dbaee5

%35.21
%27.97
%36.82

CMYK Percentages of Color #dbaee5

%4
%24
%0
%10

Triadic Colors of #dbaee5

#dbaee5 #e5dbae #aee5db

Analogous Colors of #dbaee5

#dbaee5 #e5aed4 #c0aee5

Monochromatic Colors of #dbaee5

#dbaee5

Complementary Color

#dbaee5 #b8e5ae

#dbaee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaee5 Color CSS Codes

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

#dbaee5 Text Font Color

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

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


#dbaee5 Background Color

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

This div background color is #dbaee5


#dbaee5 Border Color

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

This div border color is #dbaee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaee5


Comments

No comments written yet.

Please login to write comment.