Color Hex Logo

#dfa798 Color Hex

#DFA798
(223,167,152)
2 Favorites   0 Comments

Color spaces of #dfa798

RGB 223167152
HSL0.040.530.74
HSV13°32°87°
CMYK 0.000.250.32   0.13
XYZ49.917645.592435.8750
Yxy45.59240.37990.3470
Hunter Lab67.522113.797315.7643
CIE-Lab73.280318.576715.7954

#dfa798 color RGB value is (223,167,152).

#dfa798 hex color red value is 223, green value is 167 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dfa798 hue: 0.04 , saturation: 0.53 and the lightness value of dfa798 is 0.74.

The process color (four color CMYK) of #dfa798 color hex is 0.00, 0.25, 0.32, 0.13. Web safe color of #dfa798 is #cc9999. Color #dfa798 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 10011000
Octal 337 247 230
Decimal 223 167 152
Hex DF A7 98

RGB Percentages of Color #dfa798

%41.14
%30.81
%28.04

CMYK Percentages of Color #dfa798

%0
%25
%32
%13

Triadic Colors of #dfa798

#dfa798 #98dfa7 #a798df

Analogous Colors of #dfa798

#dfa798 #dfcb98 #df98ad

Monochromatic Colors of #dfa798

#dfa798

Complementary Color

#dfa798 #98d0df

#dfa798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa798 Color CSS Codes

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

#dfa798 Text Font Color

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

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


#dfa798 Background Color

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

This div background color is #dfa798


#dfa798 Border Color

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

This div border color is #dfa798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa798


Comments

No comments written yet.

Please login to write comment.