Color Hex Logo

#dacbdd Color Hex

#DACBDD
(218,203,221)
0 Favorites   0 Comments

Color spaces of #dacbdd

RGB 218203221
HSL0.810.210.83
HSV290°87°
CMYK 0.010.080.00   0.13
XYZ63.320562.837877.1982
Yxy62.83780.31140.3090
Hunter Lab79.27033.8614-2.2510
CIE-Lab83.35708.4259-7.0336

#dacbdd color RGB value is (218,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 11011101
Octal 332 313 335
Decimal 218 203 221
Hex DA CB DD

RGB Percentages of Color #dacbdd

%33.96
%31.62
%34.42

CMYK Percentages of Color #dacbdd

%1
%8
%0
%13

Triadic Colors of #dacbdd

#dacbdd #dddacb #cbddda

Analogous Colors of #dacbdd

#dacbdd #ddcbd7 #d1cbdd

Monochromatic Colors of #dacbdd

#dacbdd

Complementary Color

#dacbdd #ceddcb

#dacbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacbdd Color CSS Codes

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

#dacbdd Text Font Color

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

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


#dacbdd Background Color

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

This div background color is #dacbdd


#dacbdd Border Color

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

This div border color is #dacbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacbdd


Comments

No comments written yet.

Please login to write comment.