Color Hex Logo

#daaede Color Hex

#DAAEDE
(218,174,222)
0 Favorites   0 Comments

Color spaces of #daaede

RGB 218174222
HSL0.820.420.78
HSV295°22°87°
CMYK 0.020.220.00   0.13
XYZ57.234350.451575.8288
Yxy50.45150.31190.2749
Hunter Lab71.029219.5315-13.5759
CIE-Lab76.345624.1825-18.0615

#daaede color RGB value is (218,174,222).

#daaede hex color red value is 218, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #daaede hue: 0.82 , saturation: 0.42 and the lightness value of daaede is 0.78.

The process color (four color CMYK) of #daaede color hex is 0.02, 0.22, 0.00, 0.13. Web safe color of #daaede is #cc99cc. Color #daaede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 11011110
Octal 332 256 336
Decimal 218 174 222
Hex DA AE DE

RGB Percentages of Color #daaede

%35.50
%28.34
%36.16

CMYK Percentages of Color #daaede

%2
%22
%0
%13

Triadic Colors of #daaede

#daaede #dedaae #aededa

Analogous Colors of #daaede

#daaede #deaeca #c2aede

Monochromatic Colors of #daaede

#daaede

Complementary Color

#daaede #b2deae

#daaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaede Color CSS Codes

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

#daaede Text Font Color

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

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


#daaede Background Color

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

This div background color is #daaede


#daaede Border Color

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

This div border color is #daaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaede


Comments

No comments written yet.

Please login to write comment.