Color Hex Logo

#dfb48e Color Hex

#DFB48E
(223,180,142)
0 Favorites   0 Comments

Color spaces of #dfb48e

RGB 223180142
HSL0.080.560.72
HSV28°36°87°
CMYK 0.000.190.36   0.13
XYZ51.635250.283532.5754
Yxy50.28350.38390.3739
Hunter Lab70.91095.884422.4007
CIE-Lab76.242910.381425.2754

#dfb48e color RGB value is (223,180,142).

#dfb48e hex color red value is 223, green value is 180 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dfb48e hue: 0.08 , saturation: 0.56 and the lightness value of dfb48e is 0.72.

The process color (four color CMYK) of #dfb48e color hex is 0.00, 0.19, 0.36, 0.13. Web safe color of #dfb48e is #cccc99. Color #dfb48e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 10001110
Octal 337 264 216
Decimal 223 180 142
Hex DF B4 8E

RGB Percentages of Color #dfb48e

%40.92
%33.03
%26.06

CMYK Percentages of Color #dfb48e

%0
%19
%36
%13

Triadic Colors of #dfb48e

#dfb48e #8edfb4 #b48edf

Analogous Colors of #dfb48e

#dfb48e #dfdd8e #df8e91

Monochromatic Colors of #dfb48e

#dfb48e

Complementary Color

#dfb48e #8eb9df

#dfb48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb48e Color CSS Codes

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

#dfb48e Text Font Color

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

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


#dfb48e Background Color

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

This div background color is #dfb48e


#dfb48e Border Color

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

This div border color is #dfb48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb48e


Comments

No comments written yet.

Please login to write comment.