Color Hex Logo

#dcbe7e Color Hex

#DCBE7E
(220,190,126)
0 Favorites   0 Comments

Color spaces of #dcbe7e

RGB 220190126
HSL0.110.570.68
HSV41°43°86°
CMYK 0.000.140.43   0.14
XYZ51.694653.548927.3500
Yxy53.54890.38990.4039
Hunter Lab73.1771-1.962029.0643
CIE-Lab78.19802.110936.2191

#dcbe7e color RGB value is (220,190,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 01111110
Octal 334 276 176
Decimal 220 190 126
Hex DC BE 7E

RGB Percentages of Color #dcbe7e

%41.04
%35.45
%23.51

CMYK Percentages of Color #dcbe7e

%0
%14
%43
%14

Triadic Colors of #dcbe7e

#dcbe7e #7edcbe #be7edc

Analogous Colors of #dcbe7e

#dcbe7e #cbdc7e #dc8f7e

Monochromatic Colors of #dcbe7e

#dcbe7e

Complementary Color

#dcbe7e #7e9cdc

#dcbe7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbe7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbe7e Color CSS Codes

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

#dcbe7e Text Font Color

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

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


#dcbe7e Background Color

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

This div background color is #dcbe7e


#dcbe7e Border Color

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

This div border color is #dcbe7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbe7e


Comments

No comments written yet.

Please login to write comment.