Color Hex Logo

#dabadd Color Hex

#DABADD
(218,186,221)
0 Favorites   0 Comments

Color spaces of #dabadd

RGB 218186221
HSL0.820.340.80
HSV295°16°87°
CMYK 0.010.160.00   0.13
XYZ59.523555.243775.9325
Yxy55.24370.31210.2897
Hunter Lab74.326112.8797-8.5431
CIE-Lab79.181417.5148-13.2528

#dabadd color RGB value is (218,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 11011101
Octal 332 272 335
Decimal 218 186 221
Hex DA BA DD

RGB Percentages of Color #dabadd

%34.88
%29.76
%35.36

CMYK Percentages of Color #dabadd

%1
%16
%0
%13

Triadic Colors of #dabadd

#dabadd #dddaba #baddda

Analogous Colors of #dabadd

#dabadd #ddbacf #c9badd

Monochromatic Colors of #dabadd

#dabadd

Complementary Color

#dabadd #bdddba

#dabadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabadd Color CSS Codes

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

#dabadd Text Font Color

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

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


#dabadd Background Color

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

This div background color is #dabadd


#dabadd Border Color

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

This div border color is #dabadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabadd


Comments

No comments written yet.

Please login to write comment.