Color Hex Logo

#dbaee4 Color Hex

#DBAEE4
(219,174,228)
0 Favorites   0 Comments

Color spaces of #dbaee4

RGB 219174228
HSL0.810.500.79
HSV290°24°89°
CMYK 0.040.240.00   0.11
XYZ58.353150.933680.1544
Yxy50.93360.30800.2689
Hunter Lab71.367821.0550-16.6322
CIE-Lab76.638825.6521-20.8647

#dbaee4 color RGB value is (219,174,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11100100
Octal 333 256 344
Decimal 219 174 228
Hex DB AE E4

RGB Percentages of Color #dbaee4

%35.27
%28.02
%36.71

CMYK Percentages of Color #dbaee4

%4
%24
%0
%11

Triadic Colors of #dbaee4

#dbaee4 #e4dbae #aee4db

Analogous Colors of #dbaee4

#dbaee4 #e4aed2 #c0aee4

Monochromatic Colors of #dbaee4

#dbaee4

Complementary Color

#dbaee4 #b7e4ae

#dbaee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaee4 Color CSS Codes

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

#dbaee4 Text Font Color

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

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


#dbaee4 Background Color

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

This div background color is #dbaee4


#dbaee4 Border Color

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

This div border color is #dbaee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaee4


Comments

No comments written yet.

Please login to write comment.