Color Hex Logo

#dfbd8a Color Hex

#DFBD8A
(223,189,138)
0 Favorites   0 Comments

Color spaces of #dfbd8a

RGB 223189138
HSL0.100.570.71
HSV36°38°87°
CMYK 0.000.150.38   0.13
XYZ53.216553.918131.6472
Yxy53.91810.38350.3885
Hunter Lab73.42890.864525.8468
CIE-Lab78.41405.146530.3012

#dfbd8a color RGB value is (223,189,138).

#dfbd8a hex color red value is 223, green value is 189 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dfbd8a hue: 0.10 , saturation: 0.57 and the lightness value of dfbd8a is 0.71.

The process color (four color CMYK) of #dfbd8a color hex is 0.00, 0.15, 0.38, 0.13. Web safe color of #dfbd8a is #cccc99. Color #dfbd8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 10001010
Octal 337 275 212
Decimal 223 189 138
Hex DF BD 8A

RGB Percentages of Color #dfbd8a

%40.55
%34.36
%25.09

CMYK Percentages of Color #dfbd8a

%0
%15
%38
%13

Triadic Colors of #dfbd8a

#dfbd8a #8adfbd #bd8adf

Analogous Colors of #dfbd8a

#dfbd8a #d7df8a #df938a

Monochromatic Colors of #dfbd8a

#dfbd8a

Complementary Color

#dfbd8a #8aacdf

#dfbd8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbd8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbd8a Color CSS Codes

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

#dfbd8a Text Font Color

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

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


#dfbd8a Background Color

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

This div background color is #dfbd8a


#dfbd8a Border Color

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

This div border color is #dfbd8a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,189,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbd8a


Comments

No comments written yet.

Please login to write comment.