Color Hex Logo

#daaddd Color Hex

#DAADDD
(218,173,221)
0 Favorites   0 Comments

Color spaces of #daaddd

RGB 218173221
HSL0.820.410.77
HSV296°22°87°
CMYK 0.010.220.00   0.13
XYZ56.908250.013075.0607
Yxy50.01300.31270.2748
Hunter Lab70.719919.8790-13.4253
CIE-Lab76.077224.5357-17.9235

#daaddd color RGB value is (218,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 11011101
Octal 332 255 335
Decimal 218 173 221
Hex DA AD DD

RGB Percentages of Color #daaddd

%35.62
%28.27
%36.11

CMYK Percentages of Color #daaddd

%1
%22
%0
%13

Triadic Colors of #daaddd

#daaddd #dddaad #adddda

Analogous Colors of #daaddd

#daaddd #ddadc8 #c2addd

Monochromatic Colors of #daaddd

#daaddd

Complementary Color

#daaddd #b0ddad

#daaddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaddd Color CSS Codes

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

#daaddd Text Font Color

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

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


#daaddd Background Color

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

This div background color is #daaddd


#daaddd Border Color

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

This div border color is #daaddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,173,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 #daaddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaddd


Comments

No comments written yet.

Please login to write comment.