Color Hex Logo

#dadcbd Color Hex

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

Color spaces of #dadcbd

RGB 218220189
HSL0.180.310.80
HSV64°14°86°
CMYK 0.010.000.14   0.14
XYZ63.691969.765958.2534
Yxy69.76590.33220.3639
Hunter Lab83.5260-10.057117.1177
CIE-Lab86.8819-5.915715.0209

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

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

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

Base Numbers

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

RGB Percentages of Color #dadcbd

%34.77
%35.09
%30.14

CMYK Percentages of Color #dadcbd

%1
%0
%14
%14

Triadic Colors of #dadcbd

#dadcbd #bddadc #dcbdda

Analogous Colors of #dadcbd

#dadcbd #cbdcbd #dccfbd

Monochromatic Colors of #dadcbd

#dadcbd

Complementary Color

#dadcbd #bfbddc

#dadcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadcbd Color CSS Codes

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

#dadcbd Text Font Color

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

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


#dadcbd Background Color

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

This div background color is #dadcbd


#dadcbd Border Color

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

This div border color is #dadcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadcbd


Comments

No comments written yet.

Please login to write comment.