Color Hex Logo

#dfa098 Color Hex

#DFA098
(223,160,152)
0 Favorites   0 Comments

Color spaces of #dfa098

RGB 223160152
HSL0.020.530.74
HSV32°87°
CMYK 0.000.280.32   0.13
XYZ48.669743.096635.4591
Yxy43.09660.38250.3387
Hunter Lab65.648017.451213.9287
CIE-Lab71.620522.340913.4696

#dfa098 color RGB value is (223,160,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 10011000
Octal 337 240 230
Decimal 223 160 152
Hex DF A0 98

RGB Percentages of Color #dfa098

%41.68
%29.91
%28.41

CMYK Percentages of Color #dfa098

%0
%28
%32
%13

Triadic Colors of #dfa098

#dfa098 #98dfa0 #a098df

Analogous Colors of #dfa098

#dfa098 #dfc498 #df98b4

Monochromatic Colors of #dfa098

#dfa098

Complementary Color

#dfa098 #98d7df

#dfa098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa098 Color CSS Codes

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

#dfa098 Text Font Color

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

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


#dfa098 Background Color

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

This div background color is #dfa098


#dfa098 Border Color

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

This div border color is #dfa098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa098


Comments

No comments written yet.

Please login to write comment.