Color Hex Logo

#daaedd Color Hex

#DAAEDD
(218,174,221)
0 Favorites   0 Comments

Color spaces of #daaedd

RGB 218174221
HSL0.820.410.77
HSV296°21°87°
CMYK 0.010.210.00   0.13
XYZ57.100650.398075.1249
Yxy50.39800.31270.2760
Hunter Lab70.991519.3376-13.0480
CIE-Lab76.312923.9943-17.5675

#daaedd color RGB value is (218,174,221).

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

The process color (four color CMYK) of #daaedd color hex is 0.01, 0.21, 0.00, 0.13. Web safe color of #daaedd is #cc99cc. Color #daaedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 11011101
Octal 332 256 335
Decimal 218 174 221
Hex DA AE DD

RGB Percentages of Color #daaedd

%35.56
%28.38
%36.05

CMYK Percentages of Color #daaedd

%1
%21
%0
%13

Triadic Colors of #daaedd

#daaedd #dddaae #aeddda

Analogous Colors of #daaedd

#daaedd #ddaec9 #c3aedd

Monochromatic Colors of #daaedd

#daaedd

Complementary Color

#daaedd #b1ddae

#daaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaedd Color CSS Codes

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

#daaedd Text Font Color

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

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


#daaedd Background Color

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

This div background color is #daaedd


#daaedd Border Color

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

This div border color is #daaedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaedd


Comments

No comments written yet.

Please login to write comment.