Color Hex Logo

#dabdd9 Color Hex

#DABDD9
(218,189,217)
0 Favorites   0 Comments

Color spaces of #dabdd9

RGB 218189217
HSL0.840.280.80
HSV302°13°85°
CMYK 0.000.130.00   0.15
XYZ59.635456.310473.3715
Yxy56.31040.31500.2974
Hunter Lab75.040310.5357-5.4433
CIE-Lab79.790215.1589-10.1865

#dabdd9 color RGB value is (218,189,217).

#dabdd9 hex color red value is 218, green value is 189 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #dabdd9 hue: 0.84 , saturation: 0.28 and the lightness value of dabdd9 is 0.80.

The process color (four color CMYK) of #dabdd9 color hex is 0.00, 0.13, 0.00, 0.15. Web safe color of #dabdd9 is #cccccc. Color #dabdd9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 11011001
Octal 332 275 331
Decimal 218 189 217
Hex DA BD D9

RGB Percentages of Color #dabdd9

%34.94
%30.29
%34.78

CMYK Percentages of Color #dabdd9

%0
%13
%0
%15

Triadic Colors of #dabdd9

#dabdd9 #d9dabd #bdd9da

Analogous Colors of #dabdd9

#dabdd9 #dabdcb #cdbdda

Monochromatic Colors of #dabdd9

#dabdd9

Complementary Color

#dabdd9 #bddabe

#dabdd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabdd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabdd9 Color CSS Codes

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

#dabdd9 Text Font Color

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

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


#dabdd9 Background Color

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

This div background color is #dabdd9


#dabdd9 Border Color

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

This div border color is #dabdd9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,189,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dabdd9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabdd9


Comments

No comments written yet.

Please login to write comment.