Color Hex Logo

#dfa28e Color Hex

#DFA28E
(223,162,142)
0 Favorites   0 Comments

Color spaces of #dfa28e

RGB 223162142
HSL0.040.560.72
HSV15°36°87°
CMYK 0.000.270.36   0.13
XYZ48.234243.481631.4418
Yxy43.48160.39160.3531
Hunter Lab65.940615.173117.8877
CIE-Lab71.880620.022919.3241

#dfa28e color RGB value is (223,162,142).

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

The process color (four color CMYK) of #dfa28e color hex is 0.00, 0.27, 0.36, 0.13. Web safe color of #dfa28e is #cc9999. Color #dfa28e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100010 10001110
Octal 337 242 216
Decimal 223 162 142
Hex DF A2 8E

RGB Percentages of Color #dfa28e

%42.31
%30.74
%26.94

CMYK Percentages of Color #dfa28e

%0
%27
%36
%13

Triadic Colors of #dfa28e

#dfa28e #8edfa2 #a28edf

Analogous Colors of #dfa28e

#dfa28e #dfcb8e #df8ea3

Monochromatic Colors of #dfa28e

#dfa28e

Complementary Color

#dfa28e #8ecbdf

#dfa28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa28e Color CSS Codes

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

#dfa28e Text Font Color

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

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


#dfa28e Background Color

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

This div background color is #dfa28e


#dfa28e Border Color

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

This div border color is #dfa28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa28e


Comments

No comments written yet.

Please login to write comment.