Color Hex Logo

#daaee9 Color Hex

#DAAEE9
(218,174,233)
0 Favorites   0 Comments

Color spaces of #daaee9

RGB 218174233
HSL0.790.570.80
HSV285°25°91°
CMYK 0.060.250.00   0.09
XYZ58.757551.060783.8496
Yxy51.06070.30340.2637
Hunter Lab71.456821.7277-19.5530
CIE-Lab76.715826.2997-23.4654

#daaee9 color RGB value is (218,174,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 11101001
Octal 332 256 351
Decimal 218 174 233
Hex DA AE E9

RGB Percentages of Color #daaee9

%34.88
%27.84
%37.28

CMYK Percentages of Color #daaee9

%6
%25
%0
%9

Triadic Colors of #daaee9

#daaee9 #e9daae #aee9da

Analogous Colors of #daaee9

#daaee9 #e9aedb #bdaee9

Monochromatic Colors of #daaee9

#daaee9

Complementary Color

#daaee9 #bde9ae

#daaee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaee9 Color CSS Codes

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

#daaee9 Text Font Color

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

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


#daaee9 Background Color

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

This div background color is #daaee9


#daaee9 Border Color

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

This div border color is #daaee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaee9


Comments

No comments written yet.

Please login to write comment.