Color Hex Logo

#dfa492 Color Hex

#DFA492
(223,164,146)
0 Favorites   0 Comments

Color spaces of #dfa492

RGB 223164146
HSL0.040.550.72
HSV14°35°87°
CMYK 0.000.260.35   0.13
XYZ48.895244.314233.1706
Yxy44.31420.38690.3506
Hunter Lab66.568914.613617.0546
CIE-Lab72.438019.434017.9054

#dfa492 color RGB value is (223,164,146).

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

The process color (four color CMYK) of #dfa492 color hex is 0.00, 0.26, 0.35, 0.13. Web safe color of #dfa492 is #cc9999. Color #dfa492 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 10010010
Octal 337 244 222
Decimal 223 164 146
Hex DF A4 92

RGB Percentages of Color #dfa492

%41.84
%30.77
%27.39

CMYK Percentages of Color #dfa492

%0
%26
%35
%13

Triadic Colors of #dfa492

#dfa492 #92dfa4 #a492df

Analogous Colors of #dfa492

#dfa492 #dfcb92 #df92a7

Monochromatic Colors of #dfa492

#dfa492

Complementary Color

#dfa492 #92cddf

#dfa492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa492 Color CSS Codes

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

#dfa492 Text Font Color

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

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


#dfa492 Background Color

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

This div background color is #dfa492


#dfa492 Border Color

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

This div border color is #dfa492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa492


Comments

No comments written yet.

Please login to write comment.