Color Hex Logo

#dcbe5e Color Hex

#DCBE5E
(220,190,94)
0 Favorites   0 Comments

Color spaces of #dcbe5e

RGB 22019094
HSL0.130.640.62
HSV46°57°86°
CMYK 0.000.140.57   0.14
XYZ49.949052.850718.1583
Yxy52.85070.41290.4369
Hunter Lab72.6985-4.580236.0798
CIE-Lab77.7868-0.763351.6146

#dcbe5e color RGB value is (220,190,94).

#dcbe5e hex color red value is 220, green value is 190 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dcbe5e hue: 0.13 , saturation: 0.64 and the lightness value of dcbe5e is 0.62.

The process color (four color CMYK) of #dcbe5e color hex is 0.00, 0.14, 0.57, 0.14. Web safe color of #dcbe5e is #cccc66. Color #dcbe5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 01011110
Octal 334 276 136
Decimal 220 190 94
Hex DC BE 5E

RGB Percentages of Color #dcbe5e

%43.65
%37.70
%18.65

CMYK Percentages of Color #dcbe5e

%0
%14
%57
%14

Triadic Colors of #dcbe5e

#dcbe5e #5edcbe #be5edc

Analogous Colors of #dcbe5e

#dcbe5e #bbdc5e #dc7f5e

Monochromatic Colors of #dcbe5e

#dcbe5e

Complementary Color

#dcbe5e #5e7cdc

#dcbe5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbe5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbe5e Color CSS Codes

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

#dcbe5e Text Font Color

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

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


#dcbe5e Background Color

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

This div background color is #dcbe5e


#dcbe5e Border Color

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

This div border color is #dcbe5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbe5e


Comments

No comments written yet.

Please login to write comment.