Color Hex Logo

#dbaee6 Color Hex

#DBAEE6
(219,174,230)
0 Favorites   0 Comments

Color spaces of #dbaee6

RGB 219174230
HSL0.800.530.79
HSV288°24°90°
CMYK 0.050.240.00   0.10
XYZ58.632451.045381.6254
Yxy51.04530.30650.2668
Hunter Lab71.446021.4561-17.7253
CIE-Lab76.706426.0374-21.8460

#dbaee6 color RGB value is (219,174,230).

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

The process color (four color CMYK) of #dbaee6 color hex is 0.05, 0.24, 0.00, 0.10. Web safe color of #dbaee6 is #cc99ff. Color #dbaee6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11100110
Octal 333 256 346
Decimal 219 174 230
Hex DB AE E6

RGB Percentages of Color #dbaee6

%35.15
%27.93
%36.92

CMYK Percentages of Color #dbaee6

%5
%24
%0
%10

Triadic Colors of #dbaee6

#dbaee6 #e6dbae #aee6db

Analogous Colors of #dbaee6

#dbaee6 #e6aed5 #bfaee6

Monochromatic Colors of #dbaee6

#dbaee6

Complementary Color

#dbaee6 #b9e6ae

#dbaee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaee6 Color CSS Codes

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

#dbaee6 Text Font Color

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

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


#dbaee6 Background Color

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

This div background color is #dbaee6


#dbaee6 Border Color

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

This div border color is #dbaee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaee6


Comments

No comments written yet.

Please login to write comment.