Color Hex Logo

#dcb08e Color Hex

#DCB08E
(220,176,142)
0 Favorites   0 Comments

Color spaces of #dcb08e

RGB 220176142
HSL0.070.530.71
HSV26°35°86°
CMYK 0.000.200.35   0.14
XYZ49.923048.219332.2672
Yxy48.21930.38280.3698
Hunter Lab69.44016.809921.0574
CIE-Lab74.963011.337923.4918

#dcb08e color RGB value is (220,176,142).

#dcb08e hex color red value is 220, green value is 176 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dcb08e hue: 0.07 , saturation: 0.53 and the lightness value of dcb08e is 0.71.

The process color (four color CMYK) of #dcb08e color hex is 0.00, 0.20, 0.35, 0.14. Web safe color of #dcb08e is #cc9999. Color #dcb08e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 10001110
Octal 334 260 216
Decimal 220 176 142
Hex DC B0 8E

RGB Percentages of Color #dcb08e

%40.89
%32.71
%26.39

CMYK Percentages of Color #dcb08e

%0
%20
%35
%14

Triadic Colors of #dcb08e

#dcb08e #8edcb0 #b08edc

Analogous Colors of #dcb08e

#dcb08e #dcd78e #dc8e93

Monochromatic Colors of #dcb08e

#dcb08e

Complementary Color

#dcb08e #8ebadc

#dcb08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb08e Color CSS Codes

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

#dcb08e Text Font Color

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

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


#dcb08e Background Color

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

This div background color is #dcb08e


#dcb08e Border Color

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

This div border color is #dcb08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb08e


Comments

No comments written yet.

Please login to write comment.