Color Hex Logo

#daacdd Color Hex

#DAACDD
(218,172,221)
0 Favorites   0 Comments

Color spaces of #daacdd

RGB 218172221
HSL0.820.420.77
HSV296°22°87°
CMYK 0.010.220.00   0.13
XYZ56.717149.630974.9970
Yxy49.63090.31280.2737
Hunter Lab70.449220.4203-13.8030
CIE-Lab75.842125.0768-18.2788

#daacdd color RGB value is (218,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 11011101
Octal 332 254 335
Decimal 218 172 221
Hex DA AC DD

RGB Percentages of Color #daacdd

%35.68
%28.15
%36.17

CMYK Percentages of Color #daacdd

%1
%22
%0
%13

Triadic Colors of #daacdd

#daacdd #dddaac #acddda

Analogous Colors of #daacdd

#daacdd #ddacc8 #c2acdd

Monochromatic Colors of #daacdd

#daacdd

Complementary Color

#daacdd #afddac

#daacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daacdd Color CSS Codes

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

#daacdd Text Font Color

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

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


#daacdd Background Color

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

This div background color is #daacdd


#daacdd Border Color

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

This div border color is #daacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daacdd


Comments

No comments written yet.

Please login to write comment.