Color Hex Logo

#dfa594 Color Hex

#DFA594
(223,165,148)
0 Favorites   0 Comments

Color spaces of #dfa594

RGB 223165148
HSL0.040.540.73
HSV14°34°87°
CMYK 0.000.260.34   0.13
XYZ49.231944.736434.0572
Yxy44.73640.38450.3494
Hunter Lab66.885314.338316.6299
CIE-Lab72.718019.144717.1996

#dfa594 color RGB value is (223,165,148).

#dfa594 hex color red value is 223, green value is 165 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #dfa594 hue: 0.04 , saturation: 0.54 and the lightness value of dfa594 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100101 10010100
Octal 337 245 224
Decimal 223 165 148
Hex DF A5 94

RGB Percentages of Color #dfa594

%41.60
%30.78
%27.61

CMYK Percentages of Color #dfa594

%0
%26
%34
%13

Triadic Colors of #dfa594

#dfa594 #94dfa5 #a594df

Analogous Colors of #dfa594

#dfa594 #dfcb94 #df94a9

Monochromatic Colors of #dfa594

#dfa594

Complementary Color

#dfa594 #94cedf

#dfa594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa594 Color CSS Codes

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

#dfa594 Text Font Color

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

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


#dfa594 Background Color

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

This div background color is #dfa594


#dfa594 Border Color

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

This div border color is #dfa594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa594


Comments

No comments written yet.

Please login to write comment.