Color Hex Logo

#dcbe87 Color Hex

#DCBE87
(220,190,135)
0 Favorites   0 Comments

Color spaces of #dcbe87

RGB 220190135
HSL0.110.550.70
HSV39°39°86°
CMYK 0.000.140.39   0.14
XYZ52.301853.791830.5479
Yxy53.79180.38280.3937
Hunter Lab73.3429-1.059326.6453
CIE-Lab78.34023.089731.7261

#dcbe87 color RGB value is (220,190,135).

#dcbe87 hex color red value is 220, green value is 190 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dcbe87 hue: 0.11 , saturation: 0.55 and the lightness value of dcbe87 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 10000111
Octal 334 276 207
Decimal 220 190 135
Hex DC BE 87

RGB Percentages of Color #dcbe87

%40.37
%34.86
%24.77

CMYK Percentages of Color #dcbe87

%0
%14
%39
%14

Triadic Colors of #dcbe87

#dcbe87 #87dcbe #be87dc

Analogous Colors of #dcbe87

#dcbe87 #d0dc87 #dc9487

Monochromatic Colors of #dcbe87

#dcbe87

Complementary Color

#dcbe87 #87a5dc

#dcbe87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbe87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbe87 Color CSS Codes

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

#dcbe87 Text Font Color

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

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


#dcbe87 Background Color

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

This div background color is #dcbe87


#dcbe87 Border Color

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

This div border color is #dcbe87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbe87


Comments

No comments written yet.

Please login to write comment.