Color Hex Logo

#dfb48a Color Hex

#DFB48A
(223,180,138)
0 Favorites   0 Comments

Color spaces of #dfb48a

RGB 223180138
HSL0.080.570.71
HSV30°38°87°
CMYK 0.000.190.38   0.13
XYZ51.340150.165531.0217
Yxy50.16550.38740.3785
Hunter Lab70.82765.439223.6110
CIE-Lab76.17079.913927.3122

#dfb48a color RGB value is (223,180,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 10001010
Octal 337 264 212
Decimal 223 180 138
Hex DF B4 8A

RGB Percentages of Color #dfb48a

%41.22
%33.27
%25.51

CMYK Percentages of Color #dfb48a

%0
%19
%38
%13

Triadic Colors of #dfb48a

#dfb48a #8adfb4 #b48adf

Analogous Colors of #dfb48a

#dfb48a #dfdf8a #df8a8b

Monochromatic Colors of #dfb48a

#dfb48a

Complementary Color

#dfb48a #8ab5df

#dfb48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb48a Color CSS Codes

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

#dfb48a Text Font Color

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

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


#dfb48a Background Color

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

This div background color is #dfb48a


#dfb48a Border Color

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

This div border color is #dfb48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb48a


Comments

No comments written yet.

Please login to write comment.