Color Hex Logo

#dcbe9d Color Hex

#DCBE9D
(220,190,157)
0 Favorites   0 Comments

Color spaces of #dcbe9d

RGB 220190157
HSL0.090.470.74
HSV31°29°86°
CMYK 0.000.140.29   0.14
XYZ54.014554.476939.5665
Yxy54.47690.36480.3679
Hunter Lab73.80851.465019.8823
CIE-Lab78.73905.795120.6228

#dcbe9d color RGB value is (220,190,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 10011101
Octal 334 276 235
Decimal 220 190 157
Hex DC BE 9D

RGB Percentages of Color #dcbe9d

%38.80
%33.51
%27.69

CMYK Percentages of Color #dcbe9d

%0
%14
%29
%14

Triadic Colors of #dcbe9d

#dcbe9d #9ddcbe #be9ddc

Analogous Colors of #dcbe9d

#dcbe9d #dbdc9d #dc9f9d

Monochromatic Colors of #dcbe9d

#dcbe9d

Complementary Color

#dcbe9d #9dbbdc

#dcbe9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbe9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbe9d Color CSS Codes

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

#dcbe9d Text Font Color

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

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


#dcbe9d Background Color

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

This div background color is #dcbe9d


#dcbe9d Border Color

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

This div border color is #dcbe9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbe9d


Comments

No comments written yet.

Please login to write comment.