Color Hex Logo

#dcba9e Color Hex

#DCBA9E
(220,186,158)
0 Favorites   0 Comments

Color spaces of #dcba9e

RGB 220186158
HSL0.080.470.74
HSV27°28°86°
CMYK 0.000.150.28   0.14
XYZ53.245752.802139.7332
Yxy52.80210.36520.3622
Hunter Lab72.66513.633018.4458
CIE-Lab77.75808.049218.7313

#dcba9e color RGB value is (220,186,158).

#dcba9e hex color red value is 220, green value is 186 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dcba9e hue: 0.08 , saturation: 0.47 and the lightness value of dcba9e is 0.74.

The process color (four color CMYK) of #dcba9e color hex is 0.00, 0.15, 0.28, 0.14. Web safe color of #dcba9e is #cccc99. Color #dcba9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 10011110
Octal 334 272 236
Decimal 220 186 158
Hex DC BA 9E

RGB Percentages of Color #dcba9e

%39.01
%32.98
%28.01

CMYK Percentages of Color #dcba9e

%0
%15
%28
%14

Triadic Colors of #dcba9e

#dcba9e #9edcba #ba9edc

Analogous Colors of #dcba9e

#dcba9e #dcd99e #dc9ea1

Monochromatic Colors of #dcba9e

#dcba9e

Complementary Color

#dcba9e #9ec0dc

#dcba9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcba9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcba9e Color CSS Codes

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

#dcba9e Text Font Color

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

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


#dcba9e Background Color

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

This div background color is #dcba9e


#dcba9e Border Color

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

This div border color is #dcba9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcba9e


Comments

No comments written yet.

Please login to write comment.