Color Hex Logo

#dfbc7e Color Hex

#DFBC7E
(223,188,126)
0 Favorites   0 Comments

Color spaces of #dfbc7e

RGB 223188126
HSL0.110.600.68
HSV38°43°87°
CMYK 0.000.160.43   0.13
XYZ52.180553.160827.2495
Yxy53.16080.39350.4009
Hunter Lab72.91150.152028.8793
CIE-Lab77.96984.369035.9805

#dfbc7e color RGB value is (223,188,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 01111110
Octal 337 274 176
Decimal 223 188 126
Hex DF BC 7E

RGB Percentages of Color #dfbc7e

%41.53
%35.01
%23.46

CMYK Percentages of Color #dfbc7e

%0
%16
%43
%13

Triadic Colors of #dfbc7e

#dfbc7e #7edfbc #bc7edf

Analogous Colors of #dfbc7e

#dfbc7e #d2df7e #df8c7e

Monochromatic Colors of #dfbc7e

#dfbc7e

Complementary Color

#dfbc7e #7ea1df

#dfbc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbc7e Color CSS Codes

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

#dfbc7e Text Font Color

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

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


#dfbc7e Background Color

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

This div background color is #dfbc7e


#dfbc7e Border Color

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

This div border color is #dfbc7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,188,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 #dfbc7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbc7e


Comments

No comments written yet.

Please login to write comment.