Color Hex Logo

#dbaeed Color Hex

#DBAEED
(219,174,237)
0 Favorites   0 Comments

Color spaces of #dbaeed

RGB 219174237
HSL0.790.640.81
HSV283°27°93°
CMYK 0.080.270.00   0.07
XYZ59.635551.446686.9078
Yxy51.44660.30120.2598
Hunter Lab71.726322.8895-21.6309
CIE-Lab76.948727.4065-25.2659

#dbaeed color RGB value is (219,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11101101
Octal 333 256 355
Decimal 219 174 237
Hex DB AE ED

RGB Percentages of Color #dbaeed

%34.76
%27.62
%37.62

CMYK Percentages of Color #dbaeed

%8
%27
%0
%7

Triadic Colors of #dbaeed

#dbaeed #eddbae #aeeddb

Analogous Colors of #dbaeed

#dbaeed #edaee0 #bcaeed

Monochromatic Colors of #dbaeed

#dbaeed

Complementary Color

#dbaeed #c0edae

#dbaeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaeed Color CSS Codes

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

#dbaeed Text Font Color

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

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


#dbaeed Background Color

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

This div background color is #dbaeed


#dbaeed Border Color

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

This div border color is #dbaeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaeed


Comments

No comments written yet.

Please login to write comment.