Color Hex Logo

#dcdaba Color Hex

#DCDABA
(220,218,186)
0 Favorites   0 Comments

Color spaces of #dcdaba

RGB 220218186
HSL0.160.330.80
HSV56°15°86°
CMYK 0.000.010.15   0.14
XYZ63.449568.903656.4100
Yxy68.90360.33610.3650
Hunter Lab83.0082-8.823217.8139
CIE-Lab86.4563-4.636916.0180

#dcdaba color RGB value is (220,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 10111010
Octal 334 332 272
Decimal 220 218 186
Hex DC DA BA

RGB Percentages of Color #dcdaba

%35.26
%34.94
%29.81

CMYK Percentages of Color #dcdaba

%0
%1
%15
%14

Triadic Colors of #dcdaba

#dcdaba #badcda #dabadc

Analogous Colors of #dcdaba

#dcdaba #cddcba #dcc9ba

Monochromatic Colors of #dcdaba

#dcdaba

Complementary Color

#dcdaba #babcdc

#dcdaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdaba Color CSS Codes

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

#dcdaba Text Font Color

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

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


#dcdaba Background Color

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

This div background color is #dcdaba


#dcdaba Border Color

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

This div border color is #dcdaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdaba


Comments

No comments written yet.

Please login to write comment.