Color Hex Logo

#dfbeaa Color Hex

#DFBEAA
(223,190,170)
0 Favorites   0 Comments

Color spaces of #dfbeaa

RGB 223190170
HSL0.060.450.77
HSV23°24°87°
CMYK 0.000.150.24   0.13
XYZ56.100655.417245.7700
Yxy55.41720.35670.3523
Hunter Lab74.44274.244215.6563
CIE-Lab79.28108.723514.4574

#dfbeaa color RGB value is (223,190,170).

#dfbeaa hex color red value is 223, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dfbeaa hue: 0.06 , saturation: 0.45 and the lightness value of dfbeaa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 10101010
Octal 337 276 252
Decimal 223 190 170
Hex DF BE AA

RGB Percentages of Color #dfbeaa

%38.25
%32.59
%29.16

CMYK Percentages of Color #dfbeaa

%0
%15
%24
%13

Triadic Colors of #dfbeaa

#dfbeaa #aadfbe #beaadf

Analogous Colors of #dfbeaa

#dfbeaa #dfd9aa #dfaab1

Monochromatic Colors of #dfbeaa

#dfbeaa

Complementary Color

#dfbeaa #aacbdf

#dfbeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbeaa Color CSS Codes

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

#dfbeaa Text Font Color

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

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


#dfbeaa Background Color

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

This div background color is #dfbeaa


#dfbeaa Border Color

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

This div border color is #dfbeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbeaa


Comments

No comments written yet.

Please login to write comment.