Color Hex Logo

#dfa182 Color Hex

#DFA182
(223,161,130)
0 Favorites   0 Comments

Color spaces of #dfa182

RGB 223161130
HSL0.060.590.69
HSV20°42°87°
CMYK 0.000.280.42   0.13
XYZ47.205642.789426.8903
Yxy42.78940.40390.3661
Hunter Lab65.413614.340421.4165
CIE-Lab71.411819.188425.2298

#dfa182 color RGB value is (223,161,130).

#dfa182 hex color red value is 223, green value is 161 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dfa182 hue: 0.06 , saturation: 0.59 and the lightness value of dfa182 is 0.69.

The process color (four color CMYK) of #dfa182 color hex is 0.00, 0.28, 0.42, 0.13. Web safe color of #dfa182 is #cc9999. Color #dfa182 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 10000010
Octal 337 241 202
Decimal 223 161 130
Hex DF A1 82

RGB Percentages of Color #dfa182

%43.39
%31.32
%25.29

CMYK Percentages of Color #dfa182

%0
%28
%42
%13

Triadic Colors of #dfa182

#dfa182 #82dfa1 #a182df

Analogous Colors of #dfa182

#dfa182 #dfd082 #df8292

Monochromatic Colors of #dfa182

#dfa182

Complementary Color

#dfa182 #82c0df

#dfa182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa182 Color CSS Codes

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

#dfa182 Text Font Color

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

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


#dfa182 Background Color

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

This div background color is #dfa182


#dfa182 Border Color

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

This div border color is #dfa182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa182


Comments

No comments written yet.

Please login to write comment.