Color Hex Logo

#dabddc Color Hex

#DABDDC
(218,189,220)
0 Favorites   0 Comments

Color spaces of #dabddc

RGB 218189220
HSL0.820.310.80
HSV296°14°86°
CMYK 0.010.140.00   0.14
XYZ60.029356.467975.4457
Yxy56.46790.31270.2942
Hunter Lab75.145111.0898-6.9256
CIE-Lab79.879415.7146-11.6696

#dabddc color RGB value is (218,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 11011100
Octal 332 275 334
Decimal 218 189 220
Hex DA BD DC

RGB Percentages of Color #dabddc

%34.77
%30.14
%35.09

CMYK Percentages of Color #dabddc

%1
%14
%0
%14

Triadic Colors of #dabddc

#dabddc #dcdabd #bddcda

Analogous Colors of #dabddc

#dabddc #dcbdcf #cbbddc

Monochromatic Colors of #dabddc

#dabddc

Complementary Color

#dabddc #bfdcbd

#dabddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabddc Color CSS Codes

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

#dabddc Text Font Color

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

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


#dabddc Background Color

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

This div background color is #dabddc


#dabddc Border Color

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

This div border color is #dabddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabddc


Comments

No comments written yet.

Please login to write comment.