Color Hex Logo

#dacadd Color Hex

#DACADD
(218,202,221)
0 Favorites   0 Comments

Color spaces of #dacadd

RGB 218202221
HSL0.810.220.83
HSV291°87°
CMYK 0.010.090.00   0.13
XYZ63.085162.366977.1197
Yxy62.36690.31140.3079
Hunter Lab78.97274.3874-2.6179
CIE-Lab83.10828.9566-7.4021

#dacadd color RGB value is (218,202,221).

#dacadd hex color red value is 218, green value is 202 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dacadd hue: 0.81 , saturation: 0.22 and the lightness value of dacadd is 0.83.

The process color (four color CMYK) of #dacadd color hex is 0.01, 0.09, 0.00, 0.13. Web safe color of #dacadd is #cccccc. Color #dacadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001010 11011101
Octal 332 312 335
Decimal 218 202 221
Hex DA CA DD

RGB Percentages of Color #dacadd

%34.01
%31.51
%34.48

CMYK Percentages of Color #dacadd

%1
%9
%0
%13

Triadic Colors of #dacadd

#dacadd #dddaca #caddda

Analogous Colors of #dacadd

#dacadd #ddcad7 #d1cadd

Monochromatic Colors of #dacadd

#dacadd

Complementary Color

#dacadd #cdddca

#dacadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacadd Color CSS Codes

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

#dacadd Text Font Color

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

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


#dacadd Background Color

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

This div background color is #dacadd


#dacadd Border Color

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

This div border color is #dacadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacadd


Comments

No comments written yet.

Please login to write comment.