Color Hex Logo

#dabdc0 Color Hex

#DABDC0
(218,189,192)
0 Favorites   0 Comments

Color spaces of #dabdc0

RGB 218189192
HSL0.980.280.80
HSV354°13°85°
CMYK 0.000.130.12   0.15
XYZ56.625555.106457.5213
Yxy55.10640.33460.3256
Hunter Lab74.23376.25106.0217
CIE-Lab79.102510.79672.2911

#dabdc0 color RGB value is (218,189,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 11000000
Octal 332 275 300
Decimal 218 189 192
Hex DA BD C0

RGB Percentages of Color #dabdc0

%36.39
%31.55
%32.05

CMYK Percentages of Color #dabdc0

%0
%13
%12
%15

Triadic Colors of #dabdc0

#dabdc0 #c0dabd #bdc0da

Analogous Colors of #dabdc0

#dabdc0 #dac9bd #dabdcf

Monochromatic Colors of #dabdc0

#dabdc0

Complementary Color

#dabdc0 #bddad7

#dabdc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabdc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabdc0 Color CSS Codes

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

#dabdc0 Text Font Color

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

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


#dabdc0 Background Color

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

This div background color is #dabdc0


#dabdc0 Border Color

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

This div border color is #dabdc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabdc0


Comments

No comments written yet.

Please login to write comment.