Color Hex Logo

#dbaee8 Color Hex

#DBAEE8
(219,174,232)
0 Favorites   0 Comments

Color spaces of #dbaee8

RGB 219174232
HSL0.800.560.80
HSV287°25°91°
CMYK 0.060.250.00   0.09
XYZ58.915051.158483.1133
Yxy51.15840.30500.2648
Hunter Lab71.525121.8610-18.8283
CIE-Lab76.774926.4252-22.8254

#dbaee8 color RGB value is (219,174,232).

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

The process color (four color CMYK) of #dbaee8 color hex is 0.06, 0.25, 0.00, 0.09. Web safe color of #dbaee8 is #cc99ff. Color #dbaee8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11101000
Octal 333 256 350
Decimal 219 174 232
Hex DB AE E8

RGB Percentages of Color #dbaee8

%35.04
%27.84
%37.12

CMYK Percentages of Color #dbaee8

%6
%25
%0
%9

Triadic Colors of #dbaee8

#dbaee8 #e8dbae #aee8db

Analogous Colors of #dbaee8

#dbaee8 #e8aed8 #beaee8

Monochromatic Colors of #dbaee8

#dbaee8

Complementary Color

#dbaee8 #bbe8ae

#dbaee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaee8 Color CSS Codes

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

#dbaee8 Text Font Color

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

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


#dbaee8 Background Color

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

This div background color is #dbaee8


#dbaee8 Border Color

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

This div border color is #dbaee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaee8


Comments

No comments written yet.

Please login to write comment.